Skip to main content

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

NameDescription
AUserNameSpecify the name of the IAM user to set the permissions boundary for.
APermissionsBoundarySpecify the Amazon Resource Name (ARN) of a managed policy to use to set the permissions boundary for the user.