AuditLogConfig class
Provides the configuration for logging a type of permissions. Example:
{ "audit_log_configs": [ { "log_type": "DATA_READ", "exempted_members":
"user:jose@example.com"
}, { "log_type": "DATA_WRITE" } ] }
This enables 'DATA_READ' and 'DATA_WRITE' logging, while exempting jose@example.com from DATA_READ logging.
Constructors
- AuditLogConfig()
- AuditLogConfig.fromJson(Map _json)
Properties
-
exemptedMembers
↔ List<
String> -
Specifies the identities that do not cause logging for this type of
permission. Follows the same format of Binding.members.
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- ignoreChildExemptions ↔ bool
-
read / write
- logType ↔ String
-
The log type that this config enables.
Possible string values are: [...]
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited