target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Projects.Sources.html Maven / Gradle / Ivy
SecurityCommandCenter.Projects.Sources (Security Command Center API v1-rev20240926-2.0.0)
com.google.api.services.securitycenter.v1
Class SecurityCommandCenter.Projects.Sources
- java.lang.Object
-
- com.google.api.services.securitycenter.v1.SecurityCommandCenter.Projects.Sources
-
- Enclosing class:
- SecurityCommandCenter.Projects
public class SecurityCommandCenter.Projects.Sources
extends Object
The "sources" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecurityCommandCenter.Projects.Sources.Findings
The "findings" collection of methods.
class
SecurityCommandCenter.Projects.Sources.List
-
Constructor Summary
Constructors
Constructor and Description
Sources()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SecurityCommandCenter.Projects.Sources.Findings
findings()
An accessor for creating requests from the Findings collection.
SecurityCommandCenter.Projects.Sources.List
list(String parent)
Lists all sources belonging to an organization.
-
-
Method Detail
-
list
public SecurityCommandCenter.Projects.Sources.List list(String parent)
throws IOException
Lists all sources belonging to an organization.
Create a request for the method "sources.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. Resource name of the parent of sources to list. Its format should be
`organizations/[organization_id]`, `folders/[folder_id]`, or `projects/[project_id]`.
- Returns:
- the request
- Throws:
IOException
-
findings
public SecurityCommandCenter.Projects.Sources.Findings findings()
An accessor for creating requests from the Findings collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.Findings.List request = securitycenter.findings().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy