Show / Hide Table of Contents

Class CreateResourceValueConfigRequest

Request message to create single resource value config

Inheritance
object
CreateResourceValueConfigRequest
Implements
IDirectResponseSchema
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.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class CreateResourceValueConfigRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Parent

Required. Resource name of the new ResourceValueConfig's parent.

Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
Type Description
string

ResourceValueConfig

Required. The resource value config being created.

Declaration
[JsonProperty("resourceValueConfig")]
public virtual GoogleCloudSecuritycenterV1ResourceValueConfig ResourceValueConfig { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV1ResourceValueConfig

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX