View Source GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1CmekConfig (google_api_discovery_engine v0.20.0)

Configurations used to enable CMEK data encryption with Cloud KMS keys.

Attributes

  • isDefault (type: boolean(), default: nil) - Output only. The default CmekConfig for the Customer.
  • kmsKey (type: String.t, default: nil) - Kms key resource name which will be used to encrypt resources projects/{project}/locations/{location}/keyRings/{keyRing}/cryptoKeys/{keyId}.
  • kmsKeyVersion (type: String.t, default: nil) - Kms key version resource name which will be used to encrypt resources /cryptoKeyVersions/{keyVersion}.
  • lastRotationTimestampMicros (type: String.t, default: nil) - Output only. The timestamp of the last key rotation.
  • name (type: String.t, default: nil) - Required. Name of the CmekConfig, of the form projects/{project}/locations/{location}/cmekConfig or projects/{project}/locations/{location}/cmekConfigs/{cmekConfig}.
  • state (type: String.t, default: nil) - Output only. State of the CmekConfig.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.DiscoveryEngine.V1beta.Model.GoogleCloudDiscoveryengineV1CmekConfig{
    isDefault: boolean() | nil,
    kmsKey: String.t() | nil,
    kmsKeyVersion: String.t() | nil,
    lastRotationTimestampMicros: String.t() | nil,
    name: String.t() | nil,
    state: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.