Skip to main content

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

NameDescription
AServiceSpecificCredentialIdSpecify the unique identifier of the service-specific credential to update.
AStatusSpecify the desired status for the service-specific credential. Valid values:|.
AUserNameOptionally, specify the name of the IAM user associated with the service-specific credential. If not provided, the operation assumes the caller.