TIAMPutUserPermissionsBoundaryRequest
Class in AWS.IAM
PutUserPermissionsBoundary request class.
Ancestors
Properties
PermissionsBoundary
property PermissionsBoundary: TARN
UserName
property UserName: string
Constructors
Create
constructor Create(const AUserName: string; const APermissionsBoundary: TARN);
Constructor for TIAMPutUserPermissionsBoundaryRequest.
Parameters
| Name | Description |
|---|---|
AUserName | Specify the name of the IAM user to set the permissions boundary for. |
APermissionsBoundary | Specify the Amazon Resource Name (ARN) of a managed policy to use to set the permissions boundary for the user. |