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

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

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






SecurityCommandCenter.Organizations.ResourceValueConfigs (Security Command Center API v1-rev20240926-2.0.0)












com.google.api.services.securitycenter.v1

Class SecurityCommandCenter.Organizations.ResourceValueConfigs

  • java.lang.Object
    • com.google.api.services.securitycenter.v1.SecurityCommandCenter.Organizations.ResourceValueConfigs
    • Constructor Detail

      • ResourceValueConfigs

        public ResourceValueConfigs()
    • Method Detail

      • batchCreate

        public SecurityCommandCenter.Organizations.ResourceValueConfigs.BatchCreate batchCreate(String parent,
                                                                                                BatchCreateResourceValueConfigsRequest content)
                                                                                         throws IOException
        Creates a ResourceValueConfig for an organization. Maps user's tags to difference resource values for use by the attack path simulation. Create a request for the method "resourceValueConfigs.batchCreate". 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 new ResourceValueConfig's parent. The parent field in the CreateResourceValueConfigRequest messages must either be empty or match this field.
        content - the BatchCreateResourceValueConfigsRequest
        Returns:
        the request
        Throws:
        IOException
      • delete

        public SecurityCommandCenter.Organizations.ResourceValueConfigs.Delete delete(String name)
                                                                               throws IOException
        Deletes a ResourceValueConfig. Create a request for the method "resourceValueConfigs.delete". 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. Name of the ResourceValueConfig to delete
        Returns:
        the request
        Throws:
        IOException
      • get

        public SecurityCommandCenter.Organizations.ResourceValueConfigs.Get get(String name)
                                                                         throws IOException
        Gets a ResourceValueConfig. Create a request for the method "resourceValueConfigs.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. Name of the resource value config to retrieve. Its format is `organizations/{organization}/resourceValueConfigs/{config_id}`.
        Returns:
        the request
        Throws:
        IOException
      • list

        public SecurityCommandCenter.Organizations.ResourceValueConfigs.List list(String parent)
                                                                           throws IOException
        Lists all ResourceValueConfigs. Create a request for the method "resourceValueConfigs.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. The parent, which owns the collection of resource value configs. Its format is `organizations/[organization_id]`
        Returns:
        the request
        Throws:
        IOException

Copyright © 2011–2024 Google. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy