AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Contains information about an entry in a list of grants.

Inheritance Hierarchy

System.Object
  Amazon.KeyManagementService.Model.GrantListEntry

Namespace: Amazon.KeyManagementService.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class GrantListEntry : Object

The GrantListEntry type exposes the following members

Constructors

NameDescription
Public Method GrantListEntry()

Properties

NameTypeDescription
Public Property Constraints Amazon.KeyManagementService.Model.GrantConstraints Gets and sets the property Constraints.

The conditions under which the grant's operations are allowed.

Public Property CreationDate System.DateTime Gets and sets the property CreationDate.

The date and time when the grant was created.

Public Property GranteePrincipal System.String Gets and sets the property GranteePrincipal.

The principal that receives the grant's permissions.

Public Property GrantId System.String Gets and sets the property GrantId.

The unique identifier for the grant.

Public Property IssuingAccount System.String Gets and sets the property IssuingAccount.

The AWS account under which the grant was issued.

Public Property KeyId System.String Gets and sets the property KeyId.

The unique identifier for the customer master key (CMK) to which the grant applies.

Public Property Name System.String Gets and sets the property Name.

The friendly name that identifies the grant. If a name was provided in the CreateGrant request, that name is returned. Otherwise this value is null.

Public Property Operations System.Collections.Generic.List<System.String> Gets and sets the property Operations.

The list of operations permitted by the grant.

Public Property RetiringPrincipal System.String Gets and sets the property RetiringPrincipal.

The principal that can retire the grant.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1, Windows Phone 8