Class OrganizationsResource.ResourceValueConfigsResource
The "resourceValueConfigs" collection of methods.
Inheritance
OrganizationsResource.ResourceValueConfigsResource
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class OrganizationsResource.ResourceValueConfigsResource
Constructors
ResourceValueConfigsResource(IClientService)
Constructs a new resource.
Declaration
public ResourceValueConfigsResource(IClientService service)
Parameters
Methods
BatchCreate(BatchCreateResourceValueConfigsRequest, string)
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.BatchCreateRequest BatchCreate(BatchCreateResourceValueConfigsRequest body, string parent)
Parameters
Returns
Delete(string)
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.DeleteRequest Delete(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
null
|
Returns
Get(string)
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.GetRequest Get(string name)
Parameters
| Type |
Name |
Description |
| string |
name |
null
|
Returns
List(string)
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.ListRequest List(string parent)
Parameters
| Type |
Name |
Description |
| string |
parent |
null
|
Returns
Patch(GoogleCloudSecuritycenterV1ResourceValueConfig, string)
Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.PatchRequest Patch(GoogleCloudSecuritycenterV1ResourceValueConfig body, string name)
Parameters
Returns