Class: Google::Apis::SecuritycenterV1beta1::AuditLogConfig

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/securitycenter_v1beta1/classes.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb,
lib/google/apis/securitycenter_v1beta1/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ AuditLogConfig

Returns a new instance of AuditLogConfig.



669
670
671
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 669

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

Instance Attribute Details

#exempted_membersArray<String>

Corresponds to the JSON property exemptedMembers

Returns:

  • (Array<String>)


662
663
664
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 662

def exempted_members
  @exempted_members
end

#log_typeString

Corresponds to the JSON property logType

Returns:

  • (String)


667
668
669
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 667

def log_type
  @log_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



674
675
676
677
# File 'lib/google/apis/securitycenter_v1beta1/classes.rb', line 674

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