GoogleApi.ManagedIdentities.V1.Model.ReconfigureTrustRequest (google_api_managed_identities v0.19.1)

View Source

Request message for ReconfigureTrust

Attributes

  • targetDnsIpAddresses (type: list(String.t), default: nil) - Required. The target DNS server IP addresses to resolve the remote domain involved in the trust.
  • targetDomainName (type: String.t, default: nil) - Required. The fully-qualified target domain name which will be in trust with current domain.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.ManagedIdentities.V1.Model.ReconfigureTrustRequest{
  targetDnsIpAddresses: [String.t()] | nil,
  targetDomainName: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.