Values.DetachCustomerManagedPolicyReferenceFromPermissionSetRequestSourceDetaches the specified customer managed policy from the specified PermissionSet.
type nonrec t = {instanceArn : InstanceArn.t;The ARN of the IAM Identity Center instance under which the operation will be executed.
*)permissionSetArn : PermissionSetArn.t;The ARN of the PermissionSet.
*)customerManagedPolicyReference : CustomerManagedPolicyReference.t;Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.
*)}val make :
instanceArn:InstanceArn.t ->
permissionSetArn:PermissionSetArn.t ->
customerManagedPolicyReference:CustomerManagedPolicyReference.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of InstanceArn.t
| `Structure of (string * [> `String of ManagedPolicyName.t ]) list ])
list ]