Status of the token.
{ "$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" }