View Source GoogleApi.ManagedIdentities.V1.Model.OnPremDomainSIDDetails (google_api_managed_identities v0.18.0)

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

Attributes

  • name (type: String.t, default: nil) - FQDN of the on-prem domain being migrated.
  • sidFilteringState (type: String.t, default: nil) - Current SID filtering state.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ManagedIdentities.V1.Model.OnPremDomainSIDDetails{
  name: String.t() | nil,
  sidFilteringState: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.