AuditLoggingSettings class
Represents the settings for Cloud audit logging
Constructors
- AuditLoggingSettings({bool? logAdminReadActions, bool? logDataReadActions, bool? logDataWriteActions, String? project})
 - AuditLoggingSettings.fromJson(Map json_)
 
Properties
- hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - logAdminReadActions ↔ bool?
 - 
  Indicates whether audit logging is on/off for admin activity read APIs
i.e. Get/List DataSources, Get/List SearchApplications etc.
  getter/setter pair
 - logDataReadActions ↔ bool?
 - 
  Indicates whether audit logging is on/off for data access read APIs i.e.
ListItems, GetItem etc.
  getter/setter pair
 - logDataWriteActions ↔ bool?
 - 
  Indicates whether audit logging is on/off for data access write APIs i.e.
IndexItem etc.
  getter/setter pair
 - project ↔ String?
 - 
  The resource name of the GCP Project to store audit logs.
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 
Methods
- 
  noSuchMethod(
Invocation invocation) → dynamic  - 
  Invoked when a nonexistent method or property is accessed.
  inherited
 - 
  toJson(
) → Map< String, dynamic>  - 
  toString(
) → String  - 
  A string representation of this object.
  inherited
 
Operators
- 
  operator ==(
Object other) → bool  - 
  The equality operator.
  inherited