target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Organizations.Simulations.ValuedResources.html Maven / Gradle / Ivy
SecurityCommandCenter.Organizations.Simulations.ValuedResources (Security Command Center API v1-rev20240926-2.0.0)
com.google.api.services.securitycenter.v1
Class SecurityCommandCenter.Organizations.Simulations.ValuedResources
- java.lang.Object
-
- com.google.api.services.securitycenter.v1.SecurityCommandCenter.Organizations.Simulations.ValuedResources
-
- Enclosing class:
- SecurityCommandCenter.Organizations.Simulations
public class SecurityCommandCenter.Organizations.Simulations.ValuedResources
extends Object
The "valuedResources" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecurityCommandCenter.Organizations.Simulations.ValuedResources.AttackPaths
The "attackPaths" collection of methods.
class
SecurityCommandCenter.Organizations.Simulations.ValuedResources.Get
class
SecurityCommandCenter.Organizations.Simulations.ValuedResources.List
-
Constructor Summary
Constructors
Constructor and Description
ValuedResources()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SecurityCommandCenter.Organizations.Simulations.ValuedResources.AttackPaths
attackPaths()
An accessor for creating requests from the AttackPaths collection.
SecurityCommandCenter.Organizations.Simulations.ValuedResources.Get
get(String name)
Get the valued resource by name
Create a request for the method "valuedResources.get".
SecurityCommandCenter.Organizations.Simulations.ValuedResources.List
list(String parent)
Lists the valued resources for a set of simulation results and filter.
-
-
Method Detail
-
get
public SecurityCommandCenter.Organizations.Simulations.ValuedResources.Get get(String name)
throws IOException
Get the valued resource by name
Create a request for the method "valuedResources.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 name of this valued resource Valid format:
`organizations/{organization}/simulations/{simulation}/valuedResources/{valued_resource}`
- Returns:
- the request
- Throws:
IOException
-
list
public SecurityCommandCenter.Organizations.Simulations.ValuedResources.List list(String parent)
throws IOException
Lists the valued resources for a set of simulation results and filter.
Create a request for the method "valuedResources.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 valued resources. Valid formats: `organizations/{organization}`,
`organizations/{organization}/simulations/{simulation}` `organizations/{organization}/simu
lations/{simulation}/attackExposureResults/{attack_exposure_result_v2}`
- Returns:
- the request
- Throws:
IOException
-
attackPaths
public SecurityCommandCenter.Organizations.Simulations.ValuedResources.AttackPaths attackPaths()
An accessor for creating requests from the AttackPaths collection.
The typical use is:
SecurityCommandCenter securitycenter = new SecurityCommandCenter(...);
SecurityCommandCenter.AttackPaths.List request = securitycenter.attackPaths().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy