Class: Google::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissions

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ EnterpriseCrmEventbusProtoSuspensionAuthPermissions

Returns a new instance of EnterpriseCrmEventbusProtoSuspensionAuthPermissions.



2512
2513
2514
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2512

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

Instance Attribute Details

#gaia_identityGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity

Represents a Gaia identity for a person or service account. Corresponds to the JSON property gaiaIdentity



2495
2496
2497
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2495

def gaia_identity
  @gaia_identity
end

#google_groupGoogle::Apis::IntegrationsV1alpha::EnterpriseCrmEventbusProtoSuspensionAuthPermissionsGaiaIdentity

Corresponds to the JSON property googleGroup



2500
2501
2502
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2500

def google_group
  @google_group
end

#loas_roleString

Corresponds to the JSON property loasRole

Returns:

  • (String)


2505
2506
2507
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2505

def loas_role
  @loas_role
end

#mdb_groupString

Corresponds to the JSON property mdbGroup

Returns:

  • (String)


2510
2511
2512
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2510

def mdb_group
  @mdb_group
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2517
2518
2519
2520
2521
2522
# File 'lib/google/apis/integrations_v1alpha/classes.rb', line 2517

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