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
| Name | Description |
|---|---|
AUserName | Specify the name of the IAM user to associate the policy with. |
APolicyName | Specify the name of the inline policy document to add or update. |
APolicyDocument | Specify the policy document. |