GoogleApi.ManagedIdentities.V1.Model.CheckMigrationPermissionResponse (google_api_managed_identities v0.19.1)
View SourceCheckMigrationPermissionResponse is the response message for CheckMigrationPermission method.
Attributes
-
onpremDomains(type:list(GoogleApi.ManagedIdentities.V1.Model.OnPremDomainSIDDetails.t), default:nil) - The state of SID filtering of all the domains which has trust established. -
state(type:String.t, default:nil) - The state of DomainMigration.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ManagedIdentities.V1.Model.CheckMigrationPermissionResponse{ onpremDomains: [GoogleApi.ManagedIdentities.V1.Model.OnPremDomainSIDDetails.t()] | nil, state: String.t() | nil }