Get Permissions Boundary For Permission Set
| ssoadmin_get_permissions_boundary_for_permission_set | R Documentation | 
Obtains the permissions boundary for a specified PermissionSet¶
Description¶
Obtains the permissions boundary for a specified PermissionSet.
Usage¶
ssoadmin_get_permissions_boundary_for_permission_set(InstanceArn,
  PermissionSetArn)
Arguments¶
| InstanceArn | [required] The ARN of the IAM Identity Center instance under which the operation will be executed. | 
| PermissionSetArn | [required] The ARN of the  | 
Value¶
A list with the following syntax:
list(
  PermissionsBoundary = list(
    CustomerManagedPolicyReference = list(
      Name = "string",
      Path = "string"
    ),
    ManagedPolicyArn = "string"
  )
)
Request syntax¶
svc$get_permissions_boundary_for_permission_set(
  InstanceArn = "string",
  PermissionSetArn = "string"
)