Skip to main content

TIAMDeleteSSHPublicKeyRequest

Class in AWS.IAM

DeleteSSHPublicKey request class.

Ancestors

Properties

SSHPublicKeyId

property SSHPublicKeyId: string

UserName

property UserName: string

Constructors

Create

constructor Create(const ASSHPublicKeyId: string; const AUserName: string = '');

Constructor for TIAMDeleteSSHPublicKeyRequest.

Parameters

NameDescription
ASSHPublicKeyIdSpecify unique identifier for the SSH public key.
AUserNameSpecify the name of the IAM user the associated with the SSH public key. If not specified, the calling user will be assumed.