Class CreateSecurityHealthAnalyticsCustomModuleRequest (0.1.8)

CreateSecurityHealthAnalyticsCustomModuleRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Message for creating a SecurityHealthAnalyticsCustomModule

Attributes

NameDescription
parent str
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.types.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.