Skip to main content

TIAMPutUserPolicyRequest

Class in AWS.IAM

PutUserPolicy request class.

Ancestors

Properties

PolicyDocument

property PolicyDocument: string

PolicyName

property PolicyName: string

UserName

property UserName: string

Constructors

Create

constructor Create(const AUserName, APolicyName, APolicyDocument: string);

Constructor for TIAMPutUserPolicyRequest.

Parameters

NameDescription
AUserNameSpecify the name of the IAM user to associate the policy with.
APolicyNameSpecify the name of the inline policy document to add or update.
APolicyDocumentSpecify the policy document.