All Downloads are FREE. Search and download functionalities are using the official Maven repository.

target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Organizations.Simulations.html Maven / Gradle / Ivy

There is a newer version: v1-rev20241111-2.0.0
Show newest version






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
    • Constructor Detail

      • Simulations

        public Simulations()
    • 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