GoogleApi.SecurityCenter.V1.Model.EventThreatDetectionCustomModule (google_api_security_center v0.39.0)
View SourceRepresents an instance of an Event Threat Detection 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 child folders and projects.
Attributes
-
ancestorModule
(type:String.t
, default:nil
) - Output only. The closest ancestor module that this module inherits the enablement state from. The format is the same as the EventThreatDetectionCustomModule resource name. -
cloudProvider
(type:String.t
, default:nil
) - The cloud provider of the custom module. -
config
(type:map()
, default:nil
) - Config for the module. For the resident module, its config value is defined at this level. For the inherited module, its config value is inherited from the ancestor module. -
description
(type:String.t
, default:nil
) - The description for the module. -
displayName
(type:String.t
, default:nil
) - The human readable name to be displayed for the module. -
enablementState
(type:String.t
, default:nil
) - The state of enablement for the module at the given level of the hierarchy. -
lastEditor
(type:String.t
, default:nil
) - Output only. The editor the module was last updated by. -
name
(type:String.t
, default:nil
) - Immutable. The resource name of the Event Threat Detection custom module. Its format is:organizations/{organization}/eventThreatDetectionSettings/customModules/{module}
.folders/{folder}/eventThreatDetectionSettings/customModules/{module}
. *projects/{project}/eventThreatDetectionSettings/customModules/{module}
. -
type
(type:String.t
, default:nil
) - Type for the module. e.g. CONFIGURABLE_BAD_IP. -
updateTime
(type:DateTime.t
, default:nil
) - Output only. The time the module was last updated.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.SecurityCenter.V1.Model.EventThreatDetectionCustomModule{ ancestorModule: String.t() | nil, cloudProvider: String.t() | nil, config: map() | nil, description: String.t() | nil, displayName: String.t() | nil, enablementState: String.t() | nil, lastEditor: String.t() | nil, name: String.t() | nil, type: String.t() | nil, updateTime: DateTime.t() | nil }