Class Config
Configuration of a module.
Implements
Inherited Members
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> |