public sealed class SimulateSecurityHealthAnalyticsCustomModuleResponse : IMessage<SimulateSecurityHealthAnalyticsCustomModuleResponse>, IEquatable<SimulateSecurityHealthAnalyticsCustomModuleResponse>, IDeepCloneable<SimulateSecurityHealthAnalyticsCustomModuleResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class SimulateSecurityHealthAnalyticsCustomModuleResponse.
Response message for simulating a SecurityHealthAnalyticsCustomModule
against a given resource.
Implements
IMessageSimulateSecurityHealthAnalyticsCustomModuleResponse, IEquatableSimulateSecurityHealthAnalyticsCustomModuleResponse, IDeepCloneableSimulateSecurityHealthAnalyticsCustomModuleResponse, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
SimulateSecurityHealthAnalyticsCustomModuleResponse()
public SimulateSecurityHealthAnalyticsCustomModuleResponse()
SimulateSecurityHealthAnalyticsCustomModuleResponse(SimulateSecurityHealthAnalyticsCustomModuleResponse)
public SimulateSecurityHealthAnalyticsCustomModuleResponse(SimulateSecurityHealthAnalyticsCustomModuleResponse other)
Parameter | |
---|---|
Name | Description |
other |
SimulateSecurityHealthAnalyticsCustomModuleResponse |
Properties
Result
public SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult Result { get; set; }
Result for test case in the corresponding request.
Property Value | |
---|---|
Type | Description |
SimulateSecurityHealthAnalyticsCustomModuleResponseTypesSimulatedResult |