Class CreateResourceValueConfigRequest
Request message to create single resource value config
Implements
Inherited Members
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 |