Values.AccountAssignmentSourceThe assignment that indicates a principal's limited access to a specified Amazon Web Services account with a specified permission set. The term principal here refers to a user or group that is defined in IAM Identity Center.
type nonrec t = {accountId : AccountId.t option;The identifier of the Amazon Web Services account.
*)permissionSetArn : PermissionSetArn.t option;The ARN of the permission set. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
*)principalType : PrincipalType.t option;The entity type for which the assignment will be created.
*)principalId : PrincipalId.t option;An identifier for an object in IAM Identity Center, such as a user or group. PrincipalIds are GUIDs (For example, f81d4fae-7dec-11d0-a765-00a0c91e6bf6). For more information about PrincipalIds in IAM Identity Center, see the IAM Identity Center Identity Store API Reference.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of AccountId.t ]) list ]