Skip to content

Attach Customer Managed Policy Reference To Permission Set

ssoadmin_attach_customer_managed_policy_reference_to_permission_set R Documentation

Attaches the specified customer managed policy to the specified PermissionSet

Description

Attaches the specified customer managed policy to the specified PermissionSet.

Usage

ssoadmin_attach_customer_managed_policy_reference_to_permission_set(
  InstanceArn, PermissionSetArn, CustomerManagedPolicyReference)

Arguments

InstanceArn

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

PermissionSetArn

[required] The ARN of the PermissionSet.

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.

Value

An empty list.

Request syntax

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