SecurityHealthAnalyticsCustomModule(
mapping=None, *, ignore_unknown_fields=False, **kwargs
)
Represents an instance of a Security Health Analytics custom module, including its full module name, display name, enablement state, and last updated time. You can create a custom module at the organization, folder, or project level. Custom modules that you create at the organization or folder level are inherited by the child folders and projects.
Attributes |
|
---|---|
Name | Description |
name |
str
Identifier. The full resource name of the custom module, specified in one of the following formats: - organizations/{organization}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
- folders/{folder}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
- projects/{project}/locations/{location}/securityHealthAnalyticsCustomModules/{security_health_analytics_custom_module}
|
display_name |
str
Optional. The display name of the Security Health Analytics custom module. This display name becomes the finding category for all findings that are returned by this custom module. The display name must be between 1 and 128 characters, start with a lowercase letter, and contain alphanumeric characters or underscores only. |
enablement_state |
google.cloud.securitycentermanagement_v1.types.SecurityHealthAnalyticsCustomModule.EnablementState
Optional. The enablement state of the custom module. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the custom module was last updated. |
last_editor |
str
Output only. The editor that last updated the custom module. |
ancestor_module |
str
Output only. Specifies the organization or folder from which the custom module is inherited. If empty, indicates that the custom module was created in the organization, folder, or project in which you are viewing the custom module. |
custom_config |
google.cloud.securitycentermanagement_v1.types.CustomConfig
Optional. The user specified custom configuration for the module. |
Classes
EnablementState
EnablementState(value)
Possible enablement states of a custom module.