target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Folders.EventThreatDetectionSettings.html Maven / Gradle / Ivy
SecurityCommandCenter.Folders.EventThreatDetectionSettings (Security Command Center API v1-rev20240926-2.0.0)
com.google.api.services.securitycenter.v1
Class SecurityCommandCenter.Folders.EventThreatDetectionSettings
- java.lang.Object
-
- com.google.api.services.securitycenter.v1.SecurityCommandCenter.Folders.EventThreatDetectionSettings
-
- Enclosing class:
- SecurityCommandCenter.Folders
public class SecurityCommandCenter.Folders.EventThreatDetectionSettings
extends Object
The "eventThreatDetectionSettings" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecurityCommandCenter.Folders.EventThreatDetectionSettings.CustomModules
The "customModules" collection of methods.
class
SecurityCommandCenter.Folders.EventThreatDetectionSettings.EffectiveCustomModules
The "effectiveCustomModules" collection of methods.
class
SecurityCommandCenter.Folders.EventThreatDetectionSettings.ValidateCustomModule
-
Constructor Summary
Constructors
Constructor and Description
EventThreatDetectionSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SecurityCommandCenter.Folders.EventThreatDetectionSettings.CustomModules
customModules()
An accessor for creating requests from the CustomModules collection.
SecurityCommandCenter.Folders.EventThreatDetectionSettings.EffectiveCustomModules
effectiveCustomModules()
An accessor for creating requests from the EffectiveCustomModules collection.
SecurityCommandCenter.Folders.EventThreatDetectionSettings.ValidateCustomModule
validateCustomModule(String parent,
ValidateEventThreatDetectionCustomModuleRequest content)
Validates the given Event Threat Detection custom module.
-
-
Method Detail
-
validateCustomModule
public SecurityCommandCenter.Folders.EventThreatDetectionSettings.ValidateCustomModule validateCustomModule(String parent,
ValidateEventThreatDetectionCustomModuleRequest content)
throws IOException
Validates the given Event Threat Detection custom module.
Create a request for the method "eventThreatDetectionSettings.validateCustomModule".
This request holds the parameters needed by the securitycenter server. After setting any
optional parameters, call the AbstractGoogleClientRequest.execute()
method to invoke the remote
operation.
- Parameters:
parent
- Required. Resource name of the parent to validate the Custom Module under. Its format is: *
`organizations/{organization}/eventThreatDetectionSettings`. *
`folders/{folder}/eventThreatDetectionSettings`. *
`projects/{project}/eventThreatDetectionSettings`.
content
- the ValidateEventThreatDetectionCustomModuleRequest
- Returns:
- the request
- Throws:
IOException
-
customModules
public SecurityCommandCenter.Folders.EventThreatDetectionSettings.CustomModules customModules()
An accessor for creating requests from the CustomModules collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.CustomModules.List request = securitycenter.customModules().list(parameters ...)
- Returns:
- the resource collection
-
effectiveCustomModules
public SecurityCommandCenter.Folders.EventThreatDetectionSettings.EffectiveCustomModules effectiveCustomModules()
An accessor for creating requests from the EffectiveCustomModules collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.EffectiveCustomModules.List request = securitycenter.effectiveCustomModules().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy