Class GoogleCloudSecuritycenterV2ComplianceDetails
Inheritance
GoogleCloudSecuritycenterV2ComplianceDetails
Assembly: Google.Apis.SecurityCommandCenter.v1beta1.dll
Syntax
public class GoogleCloudSecuritycenterV2ComplianceDetails : IDirectResponseSchema
Properties
CloudControl
Declaration
[JsonProperty("cloudControl")]
public virtual GoogleCloudSecuritycenterV2CloudControl CloudControl { get; set; }
Property Value
CloudControlDeploymentNames
Declaration
[JsonProperty("cloudControlDeploymentNames")]
public virtual IList<string> CloudControlDeploymentNames { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Frameworks
Declaration
[JsonProperty("frameworks")]
public virtual IList<GoogleCloudSecuritycenterV2Framework> Frameworks { get; set; }
Property Value
Implements