Class: Google::Apis::ManagedidentitiesV1beta1::CheckMigrationPermissionResponse
- Inherits:
-
Object
- Object
- Google::Apis::ManagedidentitiesV1beta1::CheckMigrationPermissionResponse
- 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
-
#onprem_domains ⇒ Array<Google::Apis::ManagedidentitiesV1beta1::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.
294 295 296 |
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 294 def initialize(**args) update!(**args) end |
Instance Attribute Details
#onprem_domains ⇒ Array<Google::Apis::ManagedidentitiesV1beta1::OnPremDomainSidDetails>
The state of SID filtering of all the domains which has trust established.
Corresponds to the JSON property onpremDomains
287 288 289 |
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 287 def onprem_domains @onprem_domains end |
#state ⇒ String
The state of DomainMigration.
Corresponds to the JSON property state
292 293 294 |
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 292 def state @state end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
299 300 301 302 |
# File 'lib/google/apis/managedidentities_v1beta1/classes.rb', line 299 def update!(**args) @onprem_domains = args[:onprem_domains] if args.key?(:onprem_domains) @state = args[:state] if args.key?(:state) end |