TIAMUpdateServiceSpecificCredentialRequest
Class in AWS.IAM
UpdateServiceSpecificCredential request class.
Ancestors
Properties
ServiceSpecificCredentialId
property ServiceSpecificCredentialId: string
Status
property Status: string
UserName
property UserName: string
Constructors
Create
constructor Create(const AServiceSpecificCredentialId, AStatus: string; const AUserName: string = '');
Constructor for TIAMUpdateServiceSpecificCredentialRequest.
Parameters
| Name | Description |
|---|---|
AServiceSpecificCredentialId | Specify the unique identifier of the service-specific credential to update. |
AStatus | Specify the desired status for the service-specific credential. Valid values:|. |
AUserName | Optionally, specify the name of the IAM user associated with the service-specific credential. If not provided, the operation assumes the caller. |