iam_issued_on

The time on which the token was created.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-issued-on-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_issued_on",
  "title": "iam_issued_on",
  "description": "The time on which the token was created.",
  "example": "2018-07-01T05:20:00Z",
  "format": "date-time",
  "readOnly": true,
  "type": "string"
}