iam_not_before

The time before which the token MUST NOT be accepted for processing.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-not-before-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_not_before",
  "title": "iam_not_before",
  "description": "The time before which the token MUST NOT be accepted for processing.",
  "example": "2018-07-01T05:20:00Z",
  "format": "date-time",
  "type": "string"
}