Skip to content

Delete Permission Set

ssoadmin_delete_permission_set R Documentation

Deletes the specified permission set

Description

Deletes the specified permission set.

Usage

ssoadmin_delete_permission_set(InstanceArn, 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.

PermissionSetArn

[required] The ARN of the permission set that should be deleted.

Value

An empty list.

Request syntax

svc$delete_permission_set(
  InstanceArn = "string",
  PermissionSetArn = "string"
)