Google Cloud Security Command Center v1 API - Class SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult (3.20.0)

public sealed class SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult : IMessage<SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult>, IEquatable<SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult>, IDeepCloneable<SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult.

Possible test result.

Inheritance

object > SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

SimulatedResult()

public SimulatedResult()

SimulatedResult(SimulatedResult)

public SimulatedResult(SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult other)
Parameter
NameDescription
otherSimulateSecurityHealthAnalyticsCustomModuleResponseTypesSimulatedResult

Properties

Error

public Status Error { get; set; }

Error encountered during the test.

Property Value
TypeDescription
Status

Finding

public Finding Finding { get; set; }

Finding that would be published for the test case, if a violation is detected.

Property Value
TypeDescription
Finding

NoViolation

public Empty NoViolation { get; set; }

Indicates that the test case does not trigger any violation.

Property Value
TypeDescription
Empty

ResultCase

public SimulateSecurityHealthAnalyticsCustomModuleResponse.Types.SimulatedResult.ResultOneofCase ResultCase { get; }
Property Value
TypeDescription
SimulateSecurityHealthAnalyticsCustomModuleResponseTypesSimulatedResultResultOneofCase