Skip to content

Detach Customer Managed Policy Reference From Permission Set

ssoadmin_detach_customer_managed_policy_reference_from_permission_set R Documentation

Detaches the specified customer managed policy from the specified PermissionSet

Description

Detaches the specified customer managed policy from the specified PermissionSet.

Usage

ssoadmin_detach_customer_managed_policy_reference_from_permission_set(
  CustomerManagedPolicyReference, InstanceArn, PermissionSetArn)

Arguments

CustomerManagedPolicyReference

[required] Specifies the name and path of a customer managed policy. You must have an IAM policy that matches the name and path in each Amazon Web Services account where you want to deploy your permission set.

InstanceArn

[required] The ARN of the IAM Identity Center instance under which the operation will be executed.

PermissionSetArn

[required] The ARN of the PermissionSet.

Value

An empty list.

Request syntax

svc$detach_customer_managed_policy_reference_from_permission_set(
  CustomerManagedPolicyReference = list(
    Name = "string",
    Path = "string"
  ),
  InstanceArn = "string",
  PermissionSetArn = "string"
)