- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Creates a resident Event Threat Detection custom module at the scope of the given organization, folder, or project, and creates inherited custom modules for all descendants of the given parent. These modules are enabled by default.
HTTP request
POST https://securitycentermanagement.googleapis.com/v1/{parent=organizations/*/locations/*}/eventThreatDetectionCustomModules
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. Name of parent for the module, in one of the following formats:
|
Query parameters
Parameters | |
---|---|
validate |
Optional. When set to If the request is valid, a subsequent request to create the module could still fail for one of the following reasons:
Defaults to |
Request body
The request body contains an instance of EventThreatDetectionCustomModule
.
Response body
If successful, the response body contains a newly created instance of EventThreatDetectionCustomModule
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
securitycentermanagement.eventThreatDetectionCustomModules.create
For more information, see the IAM documentation.