Skip to main content

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

NameDescription
AServiceSpecificCredentialIdSpecify the unique identifier for the service-specific credential.
AUserNameOptionally, specify the name of the IAM user associated with the service-specific credential. If not specified, the operation assumes the calling user.