Show / Hide Table of Contents

Class CloudAuditOptions

Write a Cloud Audit log

Inheritance
object
CloudAuditOptions
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GameServices.v1.Data
Assembly: Google.Apis.GameServices.v1.dll
Syntax
public class CloudAuditOptions : IDirectResponseSchema

Properties

AuthorizationLoggingOptions

Information used by the Cloud Audit Logging pipeline.

Declaration
[JsonProperty("authorizationLoggingOptions")]
public virtual AuthorizationLoggingOptions AuthorizationLoggingOptions { get; set; }
Property Value
Type Description
AuthorizationLoggingOptions

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LogName

The log_name to populate in the Cloud Audit Record.

Declaration
[JsonProperty("logName")]
public virtual string LogName { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In This Article
Back to top Generated by DocFX