TKMSListGrantsRequest
Class in AWS.KMS
ListGrants request class.
Ancestors
Properties
GranteePrincipal
property GranteePrincipal: string
GrantId
property GrantId: string
KeyId
property KeyId: string
Limit
property Limit: TOptional<Integer>
Marker
property Marker: string
Constructors
Create
constructor Create(const AKeyId: string);
Constructor for TKMSListGrantsRequest.
Parameters
| Name | Description |
|---|---|
AKeyId | Specify the Amazon Resource Name (ARN) or ID of a KMS key. |