Attaches an Amazon Web Services managed policy ARN to a permission set
Source:R/ssoadmin_operations.R
ssoadmin_attach_managed_policy_to_permission_set.RdAttaches an Amazon Web Services managed policy ARN to a permission set.
See https://www.paws-r-sdk.com/docs/ssoadmin_attach_managed_policy_to_permission_set/ for full documentation.
Usage
ssoadmin_attach_managed_policy_to_permission_set(
InstanceArn,
PermissionSetArn,
ManagedPolicyArn
)Arguments
- InstanceArn
[required] 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
[required] The ARN of the PermissionSet that the managed policy should be attached to.
- ManagedPolicyArn
[required] The Amazon Web Services managed policy ARN to be attached to a permission set.