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.
Attributes
Name
Description
exempted_members
Sequence[str]
Specifies the identities that do not cause
logging for this type of permission. Follows the
same format of Binding.members.
ignore_child_exemptions
bool
This is deprecated and has no effect. Do not
use.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-28 UTC."],[],[]]