Skip to main content

TKMSCreateGrantRequest

Class in AWS.KMS

CreateGrant request class.

Ancestors

Properties

Constraints

property Constraints: IKMSGrantConstraints

Type: IKMSGrantConstraints

GranteePrincipal

property GranteePrincipal: string

GrantTokens

property GrantTokens: TList<string>

KeyId

property KeyId: string

Name

property Name: string

Operations

property Operations: TList<string>

RetiringPrincipal

property RetiringPrincipal: string

Constructors

Create

constructor Create(const AGranteePrincipal, AKeyId: string; const AOperations: array of string);

Constructor for TKMSCreateGrantRequest.

Parameters

NameDescription
AGranteePrincipalSpecify the identity to grant permissions to.
AKeyIdSpecify the Amazon Resource Name (ARN) or ID of a KMS key for the grant.
AOperationsSpecify a list of operations to grant the principal.