Class: Google::Apis::ManagedidentitiesV1alpha1::CheckMigrationPermissionResponse
- Inherits:
-
Object
- Object
- Google::Apis::ManagedidentitiesV1alpha1::CheckMigrationPermissionResponse
- 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
-
#onprem_domains ⇒ Array<Google::Apis::ManagedidentitiesV1alpha1::OnPremDomainSidDetails>
The state of SID filtering of all the domains which has trust established.
-
#state ⇒ String
The state of DomainMigration.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CheckMigrationPermissionResponse
constructor
A new instance of CheckMigrationPermissionResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
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_domains ⇒ Array<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 |
#state ⇒ String
The state of DomainMigration.
Corresponds to the JSON property state
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 |