public sealed class SimulateSecurityHealthAnalyticsCustomModuleRequest : IMessage<SimulateSecurityHealthAnalyticsCustomModuleRequest>, IEquatable<SimulateSecurityHealthAnalyticsCustomModuleRequest>, IDeepCloneable<SimulateSecurityHealthAnalyticsCustomModuleRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Center Management v1 API class SimulateSecurityHealthAnalyticsCustomModuleRequest.
Request message for [SecurityCenterManagement.SimulateSecurityHealthAnalyticsCustomModule][google.cloud.securitycentermanagement.v1.SecurityCenterManagement.SimulateSecurityHealthAnalyticsCustomModule]. The maximum size of the request is 4 MiB.
Implements
IMessageSimulateSecurityHealthAnalyticsCustomModuleRequest, IEquatableSimulateSecurityHealthAnalyticsCustomModuleRequest, IDeepCloneableSimulateSecurityHealthAnalyticsCustomModuleRequest, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.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 custom configuration that you need to test.
Property Value | |
---|---|
Type | Description |
CustomConfig |
Parent
public string Parent { get; set; }
Required. The relative resource name of the organization, project, or
folder. For more information about relative resource names, see AIP-122:
Resource names. Example:
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 |