target.apidocs.com.google.api.services.securitycenter.v1.SecurityCommandCenter.Organizations.ResourceValueConfigs.html Maven / Gradle / Ivy
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
-
- Enclosing class:
- SecurityCommandCenter.Organizations
public class SecurityCommandCenter.Organizations.ResourceValueConfigs
extends Object
The "resourceValueConfigs" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
SecurityCommandCenter.Organizations.ResourceValueConfigs.BatchCreate
class
SecurityCommandCenter.Organizations.ResourceValueConfigs.Delete
class
SecurityCommandCenter.Organizations.ResourceValueConfigs.Get
class
SecurityCommandCenter.Organizations.ResourceValueConfigs.List
class
SecurityCommandCenter.Organizations.ResourceValueConfigs.Patch
-
Constructor Summary
Constructors
Constructor and Description
ResourceValueConfigs()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
SecurityCommandCenter.Organizations.ResourceValueConfigs.BatchCreate
batchCreate(String parent,
BatchCreateResourceValueConfigsRequest content)
Creates a ResourceValueConfig for an organization.
SecurityCommandCenter.Organizations.ResourceValueConfigs.Delete
delete(String name)
Deletes a ResourceValueConfig.
SecurityCommandCenter.Organizations.ResourceValueConfigs.Get
get(String name)
Gets a ResourceValueConfig.
SecurityCommandCenter.Organizations.ResourceValueConfigs.List
list(String parent)
Lists all ResourceValueConfigs.
SecurityCommandCenter.Organizations.ResourceValueConfigs.Patch
patch(String name,
GoogleCloudSecuritycenterV1ResourceValueConfig content)
Updates an existing ResourceValueConfigs with new rules.
-
-
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
-
patch
public SecurityCommandCenter.Organizations.ResourceValueConfigs.Patch patch(String name,
GoogleCloudSecuritycenterV1ResourceValueConfig content)
throws IOException
Updates an existing ResourceValueConfigs with new rules.
Create a request for the method "resourceValueConfigs.patch".
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
- Name for the resource value configuration
content
- the GoogleCloudSecuritycenterV1ResourceValueConfig
- Returns:
- the request
- Throws:
IOException
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy