Class SimulateSecurityHealthAnalyticsCustomModuleRequest
Inheritance
SimulateSecurityHealthAnalyticsCustomModuleRequest
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class SimulateSecurityHealthAnalyticsCustomModuleRequest : IDirectResponseSchema
Properties
CustomConfig
Declaration
[JsonProperty("customConfig")]
public virtual GoogleCloudSecuritycenterV1CustomConfig CustomConfig { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Resource
Declaration
[JsonProperty("resource")]
public virtual SimulatedResource Resource { get; set; }
Property Value
Implements