iam_last_used_on

Last time the token was used.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-last-used-on-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_last_used_on",
  "title": "iam_last_used_on",
  "description": "Last time the token was used.",
  "example": "2020-01-02T12:34:00Z",
  "format": "date-time",
  "readOnly": true,
  "type": "string"
}