SecurityCredentialsHostProto

GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsHostProto


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. hostName (type: String.t, default: nil)
    - Lower-case, fully qualified hostname.
  2. 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.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsHostProto