Module Values.InstanceAccessControlAttributeConfigurationSource

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

Sourcetype nonrec t = {
  1. accessControlAttributes : AccessControlAttributeList.t;
    (*

    Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance.

    *)
}
Sourceval context_ : string
Sourceval make : accessControlAttributes:AccessControlAttributeList.t -> unit -> t
Sourceval to_value : 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t