Show / Hide Table of Contents

Class SimulateSecurityHealthAnalyticsCustomModuleRequest

Request message to simulate a CustomConfig against a given test resource. Maximum size of the request is 4 MB by default.

Inheritance
object
SimulateSecurityHealthAnalyticsCustomModuleRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX