View Source GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsHostProto (google_api_content_warehouse v0.4.0)

Represents a single host. Optionally, the MDB owner of the host can be specified.

Attributes

  • hostName (type: String.t, default: nil) - Lower-case, fully qualified hostname.
  • hostOwner (type: String.t, default: nil) - If present, then any checks that compare this Principal to LOAS peer info must confirm the peer's machine owner is equal to 'host_owner'. If absent, then any peer machine owner is acceptable.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsHostProto{
  hostName: String.t() | nil,
  hostOwner: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.