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
| Name | Description |
|---|---|
AUserName | Specify the name of the user to list credentials for. If not specified, information about the calling user will be returned. |