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.



269
270
271
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 269

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



262
263
264
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 262

def onprem_domains
  @onprem_domains
end

#stateString

The state of DomainMigration. Corresponds to the JSON property state

Returns:

  • (String)


267
268
269
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 267

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



274
275
276
277
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 274

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