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.ValuedResources.html Maven / Gradle / Ivy

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






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

      • ValuedResources

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