TIAMDeleteServiceSpecificCredentialRequest
Class in AWS.IAM
DeleteServiceSpecificCredential request class.
Ancestors
Properties
ServiceSpecificCredentialId
property ServiceSpecificCredentialId: string
UserName
property UserName: string
Constructors
Create
constructor Create(const AServiceSpecificCredentialId: string; const AUserName: string = '');
Constructor for TIAMDeleteServiceSpecificCredentialRequest.
Parameters
| Name | Description |
|---|---|
AServiceSpecificCredentialId | Specify the unique identifier of the service-specific credential to delete. |
AUserName | Specify the name of the IAM user associated with the service-specific credential. If not specified, the calling user will be assumed. |