Show / Hide Table of Contents

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.

Inheritance
object
KaclsKeyMetadata
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX