iam_create_payload

APIs.ioEngineeringPlatform

Properties

Name Type Description
condition object
expires_on object
name object
not_before object
policies object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-create-payload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_create_payload",
  "title": "iam_create_payload",
  "properties": {
    "condition": {
      "$ref": "#/components/schemas/iam_condition"
    },
    "expires_on": {
      "$ref": "#/components/schemas/iam_expires_on"
    },
    "name": {
      "$ref": "#/components/schemas/iam_name"
    },
    "not_before": {
      "$ref": "#/components/schemas/iam_not_before"
    },
    "policies": {
      "$ref": "#/components/schemas/iam_token_policies"
    }
  },
  "required": [
    "name",
    "policies"
  ],
  "type": "object"
}