View Source GoogleApi.ManagedIdentities.V1.Model.OnPremDomainDetails (google_api_managed_identities v0.18.1)

OnPremDomainDetails is the message which contains details of on-prem domain which is trusted and needs to be migrated.

Attributes

  • disableSidFiltering (type: boolean(), default: nil) - Optional. Option to disable SID filtering.
  • domainName (type: String.t, default: nil) - Required. FQDN of the on-prem domain being migrated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ManagedIdentities.V1.Model.OnPremDomainDetails{
  disableSidFiltering: boolean() | nil,
  domainName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.