public sealed class SimulateSecurityHealthAnalyticsCustomModuleRequest : IMessage<SimulateSecurityHealthAnalyticsCustomModuleRequest>, IEquatable<SimulateSecurityHealthAnalyticsCustomModuleRequest>, IDeepCloneable<SimulateSecurityHealthAnalyticsCustomModuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class SimulateSecurityHealthAnalyticsCustomModuleRequest.
Request message to simulate a CustomConfig against a given test resource. Maximum size of the request is 4 MB by default.
Implements
IMessageSimulateSecurityHealthAnalyticsCustomModuleRequest, IEquatableSimulateSecurityHealthAnalyticsCustomModuleRequest, IDeepCloneableSimulateSecurityHealthAnalyticsCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
SimulateSecurityHealthAnalyticsCustomModuleRequest()
public SimulateSecurityHealthAnalyticsCustomModuleRequest()
SimulateSecurityHealthAnalyticsCustomModuleRequest(SimulateSecurityHealthAnalyticsCustomModuleRequest)
public SimulateSecurityHealthAnalyticsCustomModuleRequest(SimulateSecurityHealthAnalyticsCustomModuleRequest other)
Parameter | |
---|---|
Name | Description |
other | SimulateSecurityHealthAnalyticsCustomModuleRequest |
Properties
CustomConfig
public CustomConfig CustomConfig { get; set; }
Required. The user specified custom configuration to test.
Property Value | |
---|---|
Type | Description |
CustomConfig |
Parent
public string Parent { get; set; }
Required. The relative resource name of the organization, project, or folder. See: https://cloud.google.com/apis/design/resource_names#relative_resource_name An example is: "organizations/{organization_id}".
Property Value | |
---|---|
Type | Description |
string |
Resource
public SimulateSecurityHealthAnalyticsCustomModuleRequest.Types.SimulatedResource Resource { get; set; }
Required. Resource data to simulate custom module against.
Property Value | |
---|---|
Type | Description |
SimulateSecurityHealthAnalyticsCustomModuleRequestTypesSimulatedResource |