AccessControlAttributeValue

The value used for mapping a specified attribute to an identity source. For more information, see Attribute mappings in the IAM Identity Center User Guide.

Access ControlAuthenticationIdentity ManagementSingle Sign-On

Properties

Name Type Description
Source object
View JSON Schema on GitHub

JSON Schema

sso-admin-access-control-attribute-value-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iam-identity-center/refs/heads/main/json-schema/sso-admin-access-control-attribute-value-schema.json",
  "title": "AccessControlAttributeValue",
  "description": "The value used for mapping a specified attribute to an identity source. For more information, see <a href=\"https://docs.aws.amazon.com/singlesignon/latest/userguide/attributemappingsconcept.html\">Attribute mappings</a> in the <i>IAM Identity Center User Guide</i>.",
  "type": "object",
  "properties": {
    "Source": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccessControlAttributeValueSourceList"
        },
        {
          "description": "The identity source to use when mapping a specified attribute to IAM Identity Center."
        }
      ]
    }
  },
  "required": [
    "Source"
  ]
}