Google Cloud Security Command Center v1 API - Class SimulateSecurityHealthAnalyticsCustomModuleRequest (3.20.0)

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.

Inheritance

object > SimulateSecurityHealthAnalyticsCustomModuleRequest

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

SimulateSecurityHealthAnalyticsCustomModuleRequest()

public SimulateSecurityHealthAnalyticsCustomModuleRequest()

SimulateSecurityHealthAnalyticsCustomModuleRequest(SimulateSecurityHealthAnalyticsCustomModuleRequest)

public SimulateSecurityHealthAnalyticsCustomModuleRequest(SimulateSecurityHealthAnalyticsCustomModuleRequest other)
Parameter
NameDescription
otherSimulateSecurityHealthAnalyticsCustomModuleRequest

Properties

CustomConfig

public CustomConfig CustomConfig { get; set; }

Required. The custom configuration that you need to test.

Property Value
TypeDescription
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 Relative Resource Name Example: organizations/{organization_id}

Property Value
TypeDescription
string

Resource

public SimulateSecurityHealthAnalyticsCustomModuleRequest.Types.SimulatedResource Resource { get; set; }

Required. Resource data to simulate custom module against.

Property Value
TypeDescription
SimulateSecurityHealthAnalyticsCustomModuleRequestTypesSimulatedResource