Class: Google::Apis::ManagedidentitiesV1alpha1::CheckMigrationPermissionResponse

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/managedidentities_v1alpha1/classes.rb,
lib/google/apis/managedidentities_v1alpha1/representations.rb,
lib/google/apis/managedidentities_v1alpha1/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.



298
299
300
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 298

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

Instance Attribute Details

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

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



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

def onprem_domains
  @onprem_domains
end

#stateString

The state of DomainMigration. Corresponds to the JSON property state

Returns:

  • (String)


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

def state
  @state
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



303
304
305
306
# File 'lib/google/apis/managedidentities_v1alpha1/classes.rb', line 303

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