iam_membership

APIs.ioEngineeringPlatform

Properties

Name Type Description
account object
api_access_enabled object
id object
permissions object All access permissions for the user at the account.
roles object
status object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-membership-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_membership",
  "title": "iam_membership",
  "properties": {
    "account": {
      "$ref": "#/components/schemas/iam_schemas-account"
    },
    "api_access_enabled": {
      "$ref": "#/components/schemas/iam_api_access_enabled"
    },
    "id": {
      "$ref": "#/components/schemas/iam_membership_components-schemas-identifier"
    },
    "permissions": {
      "allOf": [
        {
          "$ref": "#/components/schemas/iam_permissions"
        }
      ],
      "description": "All access permissions for the user at the account.",
      "readOnly": true
    },
    "roles": {
      "$ref": "#/components/schemas/iam_roles"
    },
    "status": {
      "$ref": "#/components/schemas/iam_schemas-status"
    }
  },
  "type": "object"
}