Class OrganizationsResource.ResourceValueConfigsResource
The "resourceValueConfigs" collection of methods.
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.ResourceValueConfigsResource
Constructors
ResourceValueConfigsResource(IClientService)
Constructs a new resource.
Declaration
public ResourceValueConfigsResource(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
Methods
BatchCreate(BatchCreateResourceValueConfigsRequest, string)
Creates a ResourceValueConfig for an organization. Maps user's tags to difference resource values for use by the attack path simulation.
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.BatchCreateRequest BatchCreate(BatchCreateResourceValueConfigsRequest body, string parent)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateResourceValueConfigsRequest | body | The body of the request. |
string | 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. |
Returns
Type | Description |
---|---|
OrganizationsResource.ResourceValueConfigsResource.BatchCreateRequest |
Delete(string)
Deletes a ResourceValueConfig.
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.DeleteRequest Delete(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the ResourceValueConfig to delete |
Returns
Type | Description |
---|---|
OrganizationsResource.ResourceValueConfigsResource.DeleteRequest |
Get(string)
Gets a ResourceValueConfig.
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.GetRequest Get(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | Required. Name of the resource value config to retrieve. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.ResourceValueConfigsResource.GetRequest |
List(string)
Lists all ResourceValueConfigs.
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.ListRequest List(string parent)
Parameters
Type | Name | Description |
---|---|---|
string | parent | Required. The parent, which owns the collection of resource value configs. Its format is
|
Returns
Type | Description |
---|---|
OrganizationsResource.ResourceValueConfigsResource.ListRequest |
Patch(GoogleCloudSecuritycenterV1ResourceValueConfig, string)
Updates an existing ResourceValueConfigs with new rules.
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.PatchRequest Patch(GoogleCloudSecuritycenterV1ResourceValueConfig body, string name)
Parameters
Type | Name | Description |
---|---|---|
GoogleCloudSecuritycenterV1ResourceValueConfig | body | The body of the request. |
string | name | Name for the resource value configuration |
Returns
Type | Description |
---|---|
OrganizationsResource.ResourceValueConfigsResource.PatchRequest |