Values.PutPermissionsBoundaryToPermissionSetRequestSourceAttaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.
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.
*)permissionsBoundary : PermissionsBoundary.t;The permissions boundary that you want to attach to a PermissionSet.
*)}val make :
instanceArn:InstanceArn.t ->
permissionSetArn:PermissionSetArn.t ->
permissionsBoundary:PermissionsBoundary.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of InstanceArn.t
| `Structure of
(string
* [> `String of ManagedPolicyArn.t
| `Structure of
(string * [> `String of ManagedPolicyName.t ]) list ])
list ])
list ]