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"]],[["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-04-02 UTC."],[[["This webpage details the `AuditLogConfig` class within the `Google.Cloud.Compute.V1` namespace, outlining its role in configuring logging for various permission types."],["The `AuditLogConfig` class, which is a part of the Google Cloud Compute V1 API, enables the specification of which identities are exempted from causing logs for particular permissions, as well as specifying which permissions should be logged."],["The latest version of `AuditLogConfig` available is 3.6.0, with multiple previous versions listed, all the way back to version 1.0.0."],["The `AuditLogConfig` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`, thus providing methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `AuditLogConfig` class includes properties such as `ExemptedMembers`, `HasIgnoreChildExemptions`, `HasLogType`, `IgnoreChildExemptions`, and `LogType`, which are used to configure audit log settings, including specifying exempted identities and log types."]]],[]]