View Source GoogleApi.CloudKMS.V1.Model.ServiceResolver (google_api_cloud_kms v0.42.0)

A ServiceResolver represents an EKM replica that can be reached within an EkmConnection.

Attributes

  • endpointFilter (type: String.t, default: nil) - Optional. The filter applied to the endpoints of the resolved service. If no filter is specified, all endpoints will be considered. An endpoint will be chosen arbitrarily from the filtered list for each request. For endpoint filter syntax and examples, see https://cloud.google.com/service-directory/docs/reference/rpc/google.cloud.servicedirectory.v1#resolveservicerequest.
  • hostname (type: String.t, default: nil) - Required. The hostname of the EKM replica used at TLS and HTTP layers.
  • serverCertificates (type: list(GoogleApi.CloudKMS.V1.Model.Certificate.t), default: nil) - Required. A list of leaf server certificates used to authenticate HTTPS connections to the EKM replica. Currently, a maximum of 10 Certificate is supported.
  • serviceDirectoryService (type: String.t, default: nil) - Required. The resource name of the Service Directory service pointing to an EKM replica, in the format projects/*/locations/*/namespaces/*/services/*.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.CloudKMS.V1.Model.ServiceResolver{
  endpointFilter: String.t() | nil,
  hostname: String.t() | nil,
  serverCertificates: [GoogleApi.CloudKMS.V1.Model.Certificate.t()] | nil,
  serviceDirectoryService: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.