Amazon IAM Identity Center · JSON Structure

Sso Admin Instance Access Control Attribute Configuration Structure

Specifies the attributes to add to your attribute-based access control (ABAC) configuration.

Type: object Properties: 1 Required: 1
Access ControlAuthenticationIdentity ManagementSingle Sign-On

InstanceAccessControlAttributeConfiguration is a JSON Structure definition published by Amazon IAM Identity Center, describing 1 property, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

AccessControlAttributes

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-structure/sso-admin-instance-access-control-attribute-configuration-structure.json",
  "name": "InstanceAccessControlAttributeConfiguration",
  "description": "Specifies the attributes to add to your attribute-based access control (ABAC) configuration.",
  "type": "object",
  "properties": {
    "AccessControlAttributes": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessControlAttributeList"
        },
        {
          "description": "Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance."
        }
      ]
    }
  },
  "required": [
    "AccessControlAttributes"
  ]
}