{
"$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 Attribute mappings in the IAM Identity Center User Guide.",
"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"
]
}