iam_token_base

APIs.ioEngineeringPlatform

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
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-token-base-schema.json Raw ↑
{
  "$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"
}