Delete Permissions Boundary From Permission Set
ssoadmin_delete_permissions_boundary_from_permission_set | R Documentation |
Deletes the permissions boundary from a specified PermissionSet¶
Description¶
Deletes the permissions boundary from a specified PermissionSet.
Usage¶
ssoadmin_delete_permissions_boundary_from_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¶
An empty list.
Request syntax¶
svc$delete_permissions_boundary_from_permission_set(
InstanceArn = "string",
PermissionSetArn = "string"
)