CreateEventThreatDetectionCustomModuleRequest(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Message for creating a EventThreatDetectionCustomModule
Attributes | |
---|---|
Name | Description |
parent |
str
Required. Name of parent for the module. Its format is "organizations/{organization}/locations/{location}", "folders/{folder}/locations/{location}", or "projects/{project}/locations/{location}". |
event_threat_detection_custom_module |
google.cloud.securitycentermanagement_v1.types.EventThreatDetectionCustomModule
Required. The module to create. The event_threat_detection_custom_module.name will be ignored and server generated. |
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. |