Values.DescribeInstanceAccessControlAttributeConfigurationResponseSourceReturns the list of IAM Identity Center identity store attributes that have been configured to work with attributes-based access control (ABAC) for the specified IAM Identity Center instance. This will not return attributes configured and sent by an external identity provider. For more information about ABAC, see Attribute-Based Access Control in the IAM Identity Center User Guide.
type nonrec t = {status : InstanceAccessControlAttributeConfigurationStatus.t option;The status of the attribute configuration process.
*)statusReason : InstanceAccessControlAttributeConfigurationStatusReason.t option;Provides more details about the current status of the specified attribute.
*)instanceAccessControlAttributeConfiguration : InstanceAccessControlAttributeConfiguration.t
option;Gets the list of IAM Identity Center identity store attributes that have been added to your ABAC configuration.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of
InstanceAccessControlAttributeConfigurationStatusReason.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `String of AccessControlAttributeKey.t
| `Structure of
(string
* [> `List of
[> `String of
AccessControlAttributeValueSource.t ]
list ])
list ])
list ]
list ])
list ])
list ]