ssoadmin_detach_managed_policy_from_permission_set: Detaches the attached AWS managed policy ARN from the...

View source: R/ssoadmin_operations.R

ssoadmin_detach_managed_policy_from_permission_setR Documentation

Detaches the attached AWS managed policy ARN from the specified permission set

Description

Detaches the attached AWS managed policy ARN from the specified permission set.

See https://www.paws-r-sdk.com/docs/ssoadmin_detach_managed_policy_from_permission_set/ for full documentation.

Usage

ssoadmin_detach_managed_policy_from_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 AWS Service Namespaces in the AWS General Reference.

PermissionSetArn

[required] The ARN of the PermissionSet from which the policy should be detached.

ManagedPolicyArn

[required] The AWS managed policy ARN to be detached from a permission set.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.