View Source GoogleApi.Gmail.V1.Model.KaclsKeyMetadata (google_api_gmail v0.15.0)

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.

Attributes

  • kaclsData (type: String.t, default: nil) - Opaque data generated and used by the key access control list service. Maximum size: 8 KiB.
  • kaclsUri (type: String.t, default: nil) - The URI of the key access control list service that manages the private key.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Gmail.V1.Model.KaclsKeyMetadata{
  kaclsData: String.t() | nil,
  kaclsUri: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.