Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissions
- Inherits:
-
Object
- Object
- Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissions
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/integrations_v1alpha/classes.rb,
lib/google/apis/integrations_v1alpha/representations.rb,
lib/google/apis/integrations_v1alpha/representations.rb
Overview
LINT.IfChange
Instance Attribute Summary collapse
-
#gaia_identity ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity
Represents a Gaia identity for a person or service account.
-
#google_group ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity
Corresponds to the JSON property
googleGroup. -
#loas_role ⇒ String
Corresponds to the JSON property
loasRole. -
#mdb_group ⇒ String
Corresponds to the JSON property
mdbGroup.
Instance Method Summary collapse
-
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionAuthPermissions
constructor
A new instance of EnterpriseCrmEventbusProtoSuspensionAuthPermissions.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionAuthPermissions
Returns a new instance of EnterpriseCrmEventbusProtoSuspensionAuthPermissions.
2473 2474 2475 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2473 def initialize(**args) update!(**args) end |
Instance Attribute Details
#gaia_identity ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity
Represents a Gaia identity for a person or service account.
Corresponds to the JSON property gaiaIdentity
2456 2457 2458 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2456 def gaia_identity @gaia_identity end |
#google_group ⇒ Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity
Corresponds to the JSON property googleGroup
2461 2462 2463 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2461 def google_group @google_group end |
#loas_role ⇒ String
Corresponds to the JSON property loasRole
2466 2467 2468 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2466 def loas_role @loas_role end |
#mdb_group ⇒ String
Corresponds to the JSON property mdbGroup
2471 2472 2473 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2471 def mdb_group @mdb_group end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2478 2479 2480 2481 2482 2483 |
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2478 def update!(**args) @gaia_identity = args[:gaia_identity] if args.key?(:gaia_identity) @google_group = args[:google_group] if args.key?(:google_group) @loas_role = args[:loas_role] if args.key?(:loas_role) @mdb_group = args[:mdb_group] if args.key?(:mdb_group) end |