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
| Name | Description |
|---|---|
AGranteePrincipal | Specify the identity to grant permissions to. |
AKeyId | Specify the Amazon Resource Name (ARN) or ID of a KMS key for the grant. |
AOperations | Specify a list of operations to grant the principal. |