Class KaclsKeyMetadata
Metadata for private keys managed by an external key access control list service. For details about managing key access, see Google Workspace CSE API Reference.
Implements
Inherited Members
Namespace: Google.Apis.Gmail.v1.Data
Assembly: Google.Apis.Gmail.v1.dll
Syntax
public class KaclsKeyMetadata : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
KaclsData
Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.
Declaration
[JsonProperty("kaclsData")]
public virtual string KaclsData { get; set; }
Property Value
Type | Description |
---|---|
string |
KaclsUri
The URI of the key access control list service that manages the private key.
Declaration
[JsonProperty("kaclsUri")]
public virtual string KaclsUri { get; set; }
Property Value
Type | Description |
---|---|
string |