Class SimulateSecurityHealthAnalyticsCustomModuleRequest
Request message to simulate a CustomConfig against a given test resource. Maximum size of the request is 4 MB by default.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class SimulateSecurityHealthAnalyticsCustomModuleRequest : IDirectResponseSchema
Properties
CustomConfig
Required. The custom configuration that you need to test.
Declaration
[JsonProperty("customConfig")]
public virtual GoogleCloudSecuritycenterV1CustomConfig CustomConfig { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudSecuritycenterV1CustomConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Resource
Required. Resource data to simulate custom module against.
Declaration
[JsonProperty("resource")]
public virtual SimulatedResource Resource { get; set; }
Property Value
Type | Description |
---|---|
SimulatedResource |