Show / Hide Table of Contents

Class Config

Configuration of a module.

Inheritance
object
Config
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.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class Config : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

ModuleEnablementState

The state of enablement for the module at its level of the resource hierarchy.

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

Value

The configuration value for the module. The absence of this field implies its inheritance from the parent.

Declaration
[JsonProperty("value")]
public virtual IDictionary<string, object> Value { get; set; }
Property Value
Type Description
IDictionary<string, object>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX