Skip to main content

IKMSDescribeKeyRequest

Interface in AWS.KMS

Interface for DescribeKey requests.

Ancestors

Properties

GrantTokens

property GrantTokens: TList<string>

Specify a list of grant tokens.

KeyId

property KeyId: string

Specify the Amazon Resource Name (ARN), ID, alias name, or alias ARN of the KMS key to describe.

Methods

AddGrantToken

function AddGrantToken(const AGrantToken: string): Integer;

Add a token to GrantTokens.

Parameters

NameDescription
AGrantTokenSpecify a token to add to GrantTokens.

Returns

Returns the index of the added token.