Google Cloud Security Center Management V1 Client - Class CreateSecurityHealthAnalyticsCustomModuleRequest (0.1.0)

Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class CreateSecurityHealthAnalyticsCustomModuleRequest.

Message for creating a SecurityHealthAnalyticsCustomModule

Generated from protobuf message google.cloud.securitycentermanagement.v1.CreateSecurityHealthAnalyticsCustomModuleRequest

Namespace

Google \ Cloud \ SecurityCenterManagement \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ parent string

Required. Name of the parent for the module. Its format is "organizations/{organization}/locations/{location}", "folders/{folder}/locations/{location}", or "projects/{project}/locations/{location}"

↳ security_health_analytics_custom_module Google\Cloud\SecurityCenterManagement\V1\SecurityHealthAnalyticsCustomModule

Required. The resource being created

↳ validate_only bool

Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because: 1. the state could have changed (e.g. IAM permission lost) or 2. A failure occurred during creation of the module. Defaults to false.

getParent

Required. Name of the parent for the module. Its format is "organizations/{organization}/locations/{location}", "folders/{folder}/locations/{location}", or "projects/{project}/locations/{location}"

Returns
TypeDescription
string

setParent

Required. Name of the parent for the module. Its format is "organizations/{organization}/locations/{location}", "folders/{folder}/locations/{location}", or "projects/{project}/locations/{location}"

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSecurityHealthAnalyticsCustomModule

Required. The resource being created

Returns
TypeDescription
Google\Cloud\SecurityCenterManagement\V1\SecurityHealthAnalyticsCustomModule|null

hasSecurityHealthAnalyticsCustomModule

clearSecurityHealthAnalyticsCustomModule

setSecurityHealthAnalyticsCustomModule

Required. The resource being created

Parameter
NameDescription
var Google\Cloud\SecurityCenterManagement\V1\SecurityHealthAnalyticsCustomModule
Returns
TypeDescription
$this

getValidateOnly

Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because:

  1. the state could have changed (e.g. IAM permission lost) or
  2. A failure occurred during creation of the module.

Defaults to false.

Returns
TypeDescription
bool

setValidateOnly

Optional. When set to true, only validations (including IAM checks) will done for the request (no module will be created). An OK response indicates the request is valid while an error response indicates the request is invalid. Note that a subsequent request to actually create the module could still fail because:

  1. the state could have changed (e.g. IAM permission lost) or
  2. A failure occurred during creation of the module.

Defaults to false.

Parameter
NameDescription
var bool
Returns
TypeDescription
$this

static::build

Parameters
NameDescription
parent string

Required. Name of the parent for the module. Its format is "organizations/{organization}/locations/{location}", "folders/{folder}/locations/{location}", or "projects/{project}/locations/{location}" Please see Google\Cloud\SecurityCenterManagement\V1\SecurityCenterManagementClient::organizationLocationName() for help formatting this field.

securityHealthAnalyticsCustomModule Google\Cloud\SecurityCenterManagement\V1\SecurityHealthAnalyticsCustomModule

Required. The resource being created

Returns
TypeDescription
Google\Cloud\SecurityCenterManagement\V1\CreateSecurityHealthAnalyticsCustomModuleRequest