Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class CreateSecurityHealthAnalyticsCustomModuleRequest.
Request message for SecurityCenterManagement.CreateSecurityHealthAnalyticsCustomModule.
Generated from protobuf message google.cloud.securitycentermanagement.v1.CreateSecurityHealthAnalyticsCustomModuleRequest
Namespace
Google \ Cloud \ SecurityCenterManagement \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ parent |
string
Required. Name of the parent organization, folder, or project of the module, in one of the following formats: * * |
↳ security_health_analytics_custom_module |
SecurityHealthAnalyticsCustomModule
Required. The resource being created. |
↳ validate_only |
bool
Optional. When set to |
getParent
Required. Name of the parent organization, folder, or project of the module, in one of the following formats:
organizations/{organization}/locations/{location}
folders/{folder}/locations/{location}
projects/{project}/locations/{location}
Returns | |
---|---|
Type | Description |
string |
setParent
Required. Name of the parent organization, folder, or project of the module, in one of the following formats:
organizations/{organization}/locations/{location}
folders/{folder}/locations/{location}
projects/{project}/locations/{location}
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getSecurityHealthAnalyticsCustomModule
Required. The resource being created.
Returns | |
---|---|
Type | Description |
SecurityHealthAnalyticsCustomModule|null |
hasSecurityHealthAnalyticsCustomModule
clearSecurityHealthAnalyticsCustomModule
setSecurityHealthAnalyticsCustomModule
Required. The resource being created.
Parameter | |
---|---|
Name | Description |
var |
SecurityHealthAnalyticsCustomModule
|
Returns | |
---|---|
Type | Description |
$this |
getValidateOnly
Optional. When set to true
, the request will be validated (including IAM
checks), but no module will be created. An OK
response indicates that the
request is valid, while an error response indicates that the request is
invalid.
If the request is valid, a subsequent request to create the module could still fail for one of the following reasons:
- The state of your cloud resources changed; for example, you lost a required IAM permission
- An error occurred during creation of the module
Defaults to
false
.
Returns | |
---|---|
Type | Description |
bool |
setValidateOnly
Optional. When set to true
, the request will be validated (including IAM
checks), but no module will be created. An OK
response indicates that the
request is valid, while an error response indicates that the request is
invalid.
If the request is valid, a subsequent request to create the module could still fail for one of the following reasons:
- The state of your cloud resources changed; for example, you lost a required IAM permission
- An error occurred during creation of the module
Defaults to
false
.
Parameter | |
---|---|
Name | Description |
var |
bool
|
Returns | |
---|---|
Type | Description |
$this |
static::build
Parameters | |
---|---|
Name | Description |
parent |
string
Required. Name of the parent organization, folder, or project of the module, in one of the following formats:
|
securityHealthAnalyticsCustomModule |
SecurityHealthAnalyticsCustomModule
Required. The resource being created. |
Returns | |
---|---|
Type | Description |
CreateSecurityHealthAnalyticsCustomModuleRequest |