Class GoogleCloudSecuritycenterV2CloudControl
CloudControl associated with the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2CloudControl : IDirectResponseSchema
Properties
CloudControlName
Name of the CloudControl associated with the finding.
Declaration
[JsonProperty("cloudControlName")]
public virtual string CloudControlName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PolicyType
Policy type of the CloudControl
Declaration
[JsonProperty("policyType")]
public virtual string PolicyType { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Type of cloud control.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Version
Version of the Cloud Control
Declaration
[JsonProperty("version")]
public virtual int? Version { get; set; }
Property Value
| Type | Description |
|---|---|
| int? |