TIAMResetServiceSpecificCredentialRequest
Class in AWS.IAM
ResetServiceSpecificCredential request class.
Ancestors
Properties
ServiceSpecificCredentialId
property ServiceSpecificCredentialId: string
UserName
property UserName: string
Constructors
Create
constructor Create(const AServiceSpecificCredentialId: string; const AUserName: string = '');
Constructor for TIAMResetServiceSpecificCredentialRequest.
Parameters
| Name | Description |
|---|---|
AServiceSpecificCredentialId | Specify the unique identifier for the service-specific credential. |
AUserName | Optionally, specify the name of the IAM user associated with the service-specific credential. If not specified, the operation assumes the calling user. |