IKMSListGrantsRequest
Interface in AWS.KMS
Interface for ListGrants requests.
Ancestors
Properties
GranteePrincipal
property GranteePrincipal: string
Specify the grantee principal of the grant. Only grants where the grantee principal matches will be returned.
GrantId
property GrantId: string
Specify the ID of a grant. Only the specified grant will be retrieved.
KeyId
property KeyId: string
Specify the Amazon Resource Name (ARN) or ID of a KMS key.
Limit
property Limit: TOptional<Integer>
Specify the the maximum number of items to return.
Marker
property Marker: string
Specify the NextMarker from a previous call to ListGrants to retrieve further results.