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