public sealed class AuditLogConfig : IMessage<AuditLogConfig>, IEquatable<AuditLogConfig>, IDeepCloneable<AuditLogConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class AuditLogConfig.
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\u003eThis document provides reference documentation for the \u003ccode\u003eAuditLogConfig\u003c/code\u003e class within the Google Compute Engine v1 API for .NET, detailing its structure, properties, and usage.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAuditLogConfig\u003c/code\u003e class enables configuration for logging permissions, such as \u003ccode\u003eDATA_READ\u003c/code\u003e and \u003ccode\u003eDATA_WRITE\u003c/code\u003e, and allows for exempting specific members from certain types of logging.\u003c/p\u003e\n"],["\u003cp\u003eThe document outlines the available versions of the \u003ccode\u003eAuditLogConfig\u003c/code\u003e class, ranging from the latest version 3.6.0 down to version 1.0.0, enabling users to select the appropriate version for their .NET project.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eAuditLogConfig\u003c/code\u003e class has properties like \u003ccode\u003eExemptedMembers\u003c/code\u003e, \u003ccode\u003eIgnoreChildExemptions\u003c/code\u003e, and \u003ccode\u003eLogType\u003c/code\u003e to define which users are exempted from logging and which log types are enabled.\u003c/p\u003e\n"],["\u003cp\u003eThe class can be initialized by its constructor \u003ccode\u003eAuditLogConfig()\u003c/code\u003e, or \u003ccode\u003eAuditLogConfig(AuditLogConfig other)\u003c/code\u003e which allows copying an existing AuditLogConfig object.\u003c/p\u003e\n"]]],[],null,[]]