Skip to content

Put Permissions Boundary To Permission Set

ssoadmin_put_permissions_boundary_to_permission_set R Documentation

Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary

Description

Attaches an Amazon Web Services managed or customer managed policy to the specified PermissionSet as a permissions boundary.

Usage

ssoadmin_put_permissions_boundary_to_permission_set(InstanceArn,
  PermissionSetArn, PermissionsBoundary)

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.

PermissionsBoundary

[required] The permissions boundary that you want to attach to a PermissionSet.

Value

An empty list.

Request syntax

svc$put_permissions_boundary_to_permission_set(
  InstanceArn = "string",
  PermissionSetArn = "string",
  PermissionsBoundary = list(
    CustomerManagedPolicyReference = list(
      Name = "string",
      Path = "string"
    ),
    ManagedPolicyArn = "string"
  )
)