Skip to main content

TIAMDeleteUserPolicyRequest

Class in AWS.IAM

DeleteUserPolicy request class.

Ancestors

Properties

PolicyName

property PolicyName: string

UserName

property UserName: string

Constructors

Create

constructor Create(const AUserName, APolicyName: string);

Constructor for TIAMDeleteUserPolicyRequest.

Parameters

NameDescription
AUserNameSpecify the name of the IAM user containing the policy to delete.
APolicyNameSpecify the name of the inline policy document to delete.