Google Cloud Security Command Center V1 Client - Class SimulateSecurityHealthAnalyticsCustomModuleRequest (1.28.0)

Reference documentation and code samples for the Google Cloud Security Command Center V1 Client class SimulateSecurityHealthAnalyticsCustomModuleRequest.

Request message to simulate a CustomConfig against a given test resource.

Maximum size of the request is 4 MB by default.

Generated from protobuf message google.cloud.securitycenter.v1.SimulateSecurityHealthAnalyticsCustomModuleRequest

Namespace

Google \ Cloud \ SecurityCenter \ V1

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ parent string

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}

↳ custom_config Google\Cloud\SecurityCenter\V1\CustomConfig

Required. The custom configuration that you need to test.

↳ resource Google\Cloud\SecurityCenter\V1\SimulateSecurityHealthAnalyticsCustomModuleRequest\SimulatedResource

Required. Resource data to simulate custom module against.

getParent

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}

Returns
Type Description
string

setParent

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}

Parameter
Name Description
var string
Returns
Type Description
$this

getCustomConfig

Required. The custom configuration that you need to test.

Returns
Type Description
Google\Cloud\SecurityCenter\V1\CustomConfig|null

hasCustomConfig

clearCustomConfig

setCustomConfig

Required. The custom configuration that you need to test.

Parameter
Name Description
var Google\Cloud\SecurityCenter\V1\CustomConfig
Returns
Type Description
$this

getResource

Required. Resource data to simulate custom module against.

Returns
Type Description
Google\Cloud\SecurityCenter\V1\SimulateSecurityHealthAnalyticsCustomModuleRequest\SimulatedResource|null

hasResource

clearResource

setResource

Required. Resource data to simulate custom module against.

Parameter
Name Description
var Google\Cloud\SecurityCenter\V1\SimulateSecurityHealthAnalyticsCustomModuleRequest\SimulatedResource
Returns
Type Description
$this

static::build

Parameters
Name Description
parent string

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}

customConfig Google\Cloud\SecurityCenter\V1\CustomConfig

Required. The custom configuration that you need to test.

resource Google\Cloud\SecurityCenter\V1\SimulateSecurityHealthAnalyticsCustomModuleRequest\SimulatedResource

Required. Resource data to simulate custom module against.

Returns
Type Description
Google\Cloud\SecurityCenter\V1\SimulateSecurityHealthAnalyticsCustomModuleRequest