Class: Google::Apis::ManagedidentitiesV1beta1::CheckMigrationPermissionResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/managedidentities_v1beta1/classes.rb,
lib/google/apis/managedidentities_v1beta1/representations.rb,
lib/google/apis/managedidentities_v1beta1/representations.rb

Overview

CheckMigrationPermissionResponse is the response message for CheckMigrationPermission method.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CheckMigrationPermissionResponse

Returns a new instance of CheckMigrationPermissionResponse.



291
292
293
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 291

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#onprem_domainsArray<Google::Apis::ManagedidentitiesV1beta1::OnPremDomainSidDetails>

The state of SID filtering of all the domains which has trust established. Corresponds to the JSON property onpremDomains



284
285
286
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 284

def onprem_domains
  @onprem_domains
end

#stateString

The state of DomainMigration. Corresponds to the JSON property state

Returns:

  • (String)


289
290
291
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 289

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



296
297
298
299
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 296

def update!(**args)
  @onprem_domains = args[:onprem_domains] if args.key?(:onprem_domains)
  @state = args[:state] if args.key?(:state)
end