iam_membership-with-policies

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.
policies array Access policy for the membership
roles object
status object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-membership-with-policies-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_membership-with-policies",
  "title": "iam_membership-with-policies",
  "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
    },
    "policies": {
      "description": "Access policy for the membership",
      "items": {
        "$ref": "#/components/schemas/iam_list_member_policy"
      },
      "type": "array"
    },
    "roles": {
      "$ref": "#/components/schemas/iam_roles"
    },
    "status": {
      "$ref": "#/components/schemas/iam_schemas-status"
    }
  },
  "type": "object"
}