Skip to main content

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

NameDescription
AServiceSpecificCredentialIdSpecify the unique identifier of the service-specific credential to delete.
AUserNameSpecify the name of the IAM user associated with the service-specific credential. If not specified, the calling user will be assumed.