Show / Hide Table of Contents

Class OrganizationsResource.ResourceValueConfigsResource

The "resourceValueConfigs" collection of methods.

Inheritance
object
OrganizationsResource.ResourceValueConfigsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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)

Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.BatchCreateRequest BatchCreate(BatchCreateResourceValueConfigsRequest body, string parent)
Parameters
Type Name Description
BatchCreateResourceValueConfigsRequest body

The body of the request.

string parent

null

Returns
Type Description
OrganizationsResource.ResourceValueConfigsResource.BatchCreateRequest

Delete(string)

Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
OrganizationsResource.ResourceValueConfigsResource.DeleteRequest

Get(string)

Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

null

Returns
Type Description
OrganizationsResource.ResourceValueConfigsResource.GetRequest

List(string)

Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

null

Returns
Type Description
OrganizationsResource.ResourceValueConfigsResource.ListRequest

Patch(GoogleCloudSecuritycenterV1ResourceValueConfig, string)

Declaration
public virtual OrganizationsResource.ResourceValueConfigsResource.PatchRequest Patch(GoogleCloudSecuritycenterV1ResourceValueConfig body, string name)
Parameters
Type Name Description
GoogleCloudSecuritycenterV1ResourceValueConfig body

The body of the request.

string name

null

Returns
Type Description
OrganizationsResource.ResourceValueConfigsResource.PatchRequest
In this article
Back to top Generated by DocFX