Properties
| Name | Type | Description |
|---|---|---|
| condition | object | |
| expires_on | object | |
| id | object | |
| issued_on | object | |
| last_used_on | object | |
| modified_on | object | |
| name | object | |
| not_before | object | |
| policies | object | |
| status | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/iam_token_base",
"title": "iam_token_base",
"properties": {
"condition": {
"$ref": "#/components/schemas/iam_condition"
},
"expires_on": {
"$ref": "#/components/schemas/iam_expires_on"
},
"id": {
"$ref": "#/components/schemas/iam_token_identifier"
},
"issued_on": {
"$ref": "#/components/schemas/iam_issued_on"
},
"last_used_on": {
"$ref": "#/components/schemas/iam_last_used_on"
},
"modified_on": {
"$ref": "#/components/schemas/iam_modified_on"
},
"name": {
"$ref": "#/components/schemas/iam_name"
},
"not_before": {
"$ref": "#/components/schemas/iam_not_before"
},
"policies": {
"$ref": "#/components/schemas/iam_token_policies"
},
"status": {
"$ref": "#/components/schemas/iam_status"
}
},
"type": "object"
}