target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules.html Maven / Gradle / Ivy
SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules (Security Command Center API v1-rev20240926-2.0.0)
com.google.api.services.securitycenter.v1
Class SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules
- java.lang.Object
-
- com.google.api.services.securitycenter.v1.SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules
-
- Enclosing class:
- SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings
public class SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules
extends Object
The "effectiveCustomModules" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules.Get
class
SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.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.SecurityHealthAnalyticsSettings.EffectiveCustomModules.Get
get(String name)
Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.
SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules.List
list(String parent)
Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent.
-
-
Method Detail
-
get
public SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules.Get get(String name)
throws IOException
Retrieves an EffectiveSecurityHealthAnalyticsCustomModule.
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. Name of the effective custom module to get. Its format is `organizations/{organization}/se
curityHealthAnalyticsSettings/effectiveCustomModules/{customModule}`,
`folders/{folder}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}`,
or
`projects/{project}/securityHealthAnalyticsSettings/effectiveCustomModules/{customModule}`
- Returns:
- the request
- Throws:
IOException
-
list
public SecurityCommandCenter.Projects.SecurityHealthAnalyticsSettings.EffectiveCustomModules.List list(String parent)
throws IOException
Returns a list of all EffectiveSecurityHealthAnalyticsCustomModules for the given parent. This
includes resident modules defined at the scope of the parent, and inherited modules, inherited
from CRM 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 parent to list effective custom modules. Its format is
`organizations/{organization}/securityHealthAnalyticsSettings`,
`folders/{folder}/securityHealthAnalyticsSettings`, or
`projects/{project}/securityHealthAnalyticsSettings`
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy