target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules.html Maven / Gradle / Ivy
SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules (Security Command Center API v1-rev20240926-2.0.0)
com.google.api.services.securitycenter.v1
Class SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules
- java.lang.Object
-
- com.google.api.services.securitycenter.v1.SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules
-
- Enclosing class:
- SecurityCommandCenter.Projects.EventThreatDetectionSettings
public class SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules
extends Object
The "effectiveCustomModules" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules.Get
class
SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules.List
-
Constructor Summary
Constructors
Constructor and Description
EffectiveCustomModules()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules.Get
get(String name)
Gets an effective Event Threat Detection custom module at the given level.
SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules.List
list(String parent)
Lists all effective Event Threat Detection custom modules for the given parent.
-
-
Method Detail
-
get
public SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules.Get get(String name)
throws IOException
Gets an effective Event Threat Detection custom module at the given level.
Create a request for the method "effectiveCustomModules.get".
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:
name
- Required. The resource name of the effective Event Threat Detection custom module. Its format is: *
`organizations/{organization}/eventThreatDetectionSettings/effectiveCustomModules/{module}
`. * `folders/{folder}/eventThreatDetectionSettings/effectiveCustomModules/{module}`. *
`projects/{project}/eventThreatDetectionSettings/effectiveCustomModules/{module}`.
- Returns:
- the request
- Throws:
IOException
-
list
public SecurityCommandCenter.Projects.EventThreatDetectionSettings.EffectiveCustomModules.List list(String parent)
throws IOException
Lists all effective Event Threat Detection custom modules for the given parent. This includes
resident modules defined at the scope of the parent along with modules inherited from its
ancestors.
Create a request for the method "effectiveCustomModules.list".
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. Name of the parent to list custom modules for. Its format is: *
`organizations/{organization}/eventThreatDetectionSettings`. *
`folders/{folder}/eventThreatDetectionSettings`. *
`projects/{project}/eventThreatDetectionSettings`.
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy