Skip to main content

TIAMListServiceSpecificCredentialsRequest

Class in AWS.IAM

ListServiceSpecificCredentials request class.

Ancestors

Properties

ServiceName

property ServiceName: string

UserName

property UserName: string

Constructors

Create

constructor Create(const AUserName: string = '');

Constructor for TIAMListServiceSpecificCredentialsRequest.

Parameters

NameDescription
AUserNameSpecify the name of the user to list credentials for. If not specified, information about the calling user will be returned.