Class GoogleCloudSecuritycenterV2CloudControl
Inheritance
GoogleCloudSecuritycenterV2CloudControl
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2CloudControl : IDirectResponseSchema
Properties
CloudControlName
Declaration
[JsonProperty("cloudControlName")]
public virtual string CloudControlName { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
PolicyType
Declaration
[JsonProperty("policyType")]
public virtual string PolicyType { get; set; }
Property Value
Type
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Version
Declaration
[JsonProperty("version")]
public virtual int? Version { get; set; }
Property Value
Implements