Values.AttachManagedPolicyToPermissionSetRequestSourceAttaches an Amazon Web Services managed policy ARN to a permission set. If the permission set is already referenced by one or more account assignments, you will need to call ProvisionPermissionSet after this operation. Calling ProvisionPermissionSet applies the corresponding IAM policy updates to all assigned accounts.
type nonrec t = {instanceArn : InstanceArn.t;The ARN of the IAM Identity Center instance under which the operation will be executed. For more information about ARNs, see Amazon Resource Names (ARNs) and Amazon Web Services Service Namespaces in the Amazon Web Services General Reference.
*)permissionSetArn : PermissionSetArn.t;The ARN of the PermissionSet that the managed policy should be attached to.
*)managedPolicyArn : ManagedPolicyArn.t;The Amazon Web Services managed policy ARN to be attached to a permission set.
*)}val make :
instanceArn:InstanceArn.t ->
permissionSetArn:PermissionSetArn.t ->
managedPolicyArn:ManagedPolicyArn.t ->
unit ->
t