Skip to content

Detach Managed Policy From Permission Set

ssoadmin_detach_managed_policy_from_permission_set R Documentation

Detaches the attached Amazon Web Services managed policy ARN from the specified permission set

Description

Detaches the attached Amazon Web Services managed policy ARN from the specified permission set.

Usage

ssoadmin_detach_managed_policy_from_permission_set(InstanceArn,
  ManagedPolicyArn, PermissionSetArn)

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.

ManagedPolicyArn

[required] The Amazon Web Services managed policy ARN to be detached from a permission set.

PermissionSetArn

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

Value

An empty list.

Request syntax

svc$detach_managed_policy_from_permission_set(
  InstanceArn = "string",
  ManagedPolicyArn = "string",
  PermissionSetArn = "string"
)