Show / Hide Table of Contents

Class LogConfigCloudAuditOptions

This is deprecated and has no effect. Do not use.

Inheritance
object
LogConfigCloudAuditOptions
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.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class LogConfigCloudAuditOptions : IDirectResponseSchema

Properties

AuthorizationLoggingOptions

This is deprecated and has no effect. Do not use.

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

This is deprecated and has no effect. Do not use.

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