public sealed class AuditLogConfig : IMessage<AuditLogConfig>, IEquatable<AuditLogConfig>, IDeepCloneable<AuditLogConfig>, IBufferMessage, IMessage
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-08 UTC."],[[["\u003cp\u003eThe latest version available for \u003ccode\u003eAuditLogConfig\u003c/code\u003e within the \u003ccode\u003eGoogle.Cloud.Compute.V1\u003c/code\u003e namespace is 3.6.0, and there are many previous versions, all the way down to version 1.0.0.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAuditLogConfig\u003c/code\u003e is a class that provides configuration for logging different permission types, including specifying identities that are exempt from certain logs, and implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e and \u003ccode\u003eIEquatable\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class allows for specifying which identities are exempted from logging for certain permissions through the \u003ccode\u003eExemptedMembers\u003c/code\u003e property, which accepts a list of strings, and also contains properties like \u003ccode\u003eHasIgnoreChildExemptions\u003c/code\u003e, \u003ccode\u003eHasLogType\u003c/code\u003e, and \u003ccode\u003eLogType\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAuditLogConfig\u003c/code\u003e has a constructor with no parameters and one that allows for the creation of a new \u003ccode\u003eAuditLogConfig\u003c/code\u003e based off of another \u003ccode\u003eAuditLogConfig\u003c/code\u003e instance.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eIgnoreChildExemptions\u003c/code\u003e property within \u003ccode\u003eAuditLogConfig\u003c/code\u003e is deprecated and should not be used, as it no longer has any effect.\u003c/p\u003e\n"]]],[],null,[]]