Skip to content

Delete Inline Policy From Permission Set

ssoadmin_delete_inline_policy_from_permission_set R Documentation

Deletes the inline policy from a specified permission set

Description

Deletes the inline policy from a specified permission set.

Usage

ssoadmin_delete_inline_policy_from_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 will be used to remove access.

Value

An empty list.

Request syntax

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