iam_status

Status of the token.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-status-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_status",
  "title": "iam_status",
  "description": "Status of the token.",
  "enum": [
    "active",
    "disabled",
    "expired"
  ],
  "example": "active",
  "type": "string"
}