Show / Hide Table of Contents

Class GoogleCloudSecuritycenterV2ComplianceDetails

Compliance Details associated with the finding.

Inheritance
object
GoogleCloudSecuritycenterV2ComplianceDetails
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 GoogleCloudSecuritycenterV2ComplianceDetails : IDirectResponseSchema

Properties

CloudControl

CloudControl associated with the finding

Declaration
[JsonProperty("cloudControl")]
public virtual GoogleCloudSecuritycenterV2CloudControl CloudControl { get; set; }
Property Value
Type Description
GoogleCloudSecuritycenterV2CloudControl

CloudControlDeploymentNames

Cloud Control Deployments associated with the finding. For example, organizations/123/locations/global/cloudControlDeployments/deploymentIdentifier

Declaration
[JsonProperty("cloudControlDeploymentNames")]
public virtual IList<string> CloudControlDeploymentNames { get; set; }
Property Value
Type Description
IList<string>

ETag

The ETag of the item.

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

Frameworks

Details of Frameworks associated with the finding

Declaration
[JsonProperty("frameworks")]
public virtual IList<GoogleCloudSecuritycenterV2Framework> Frameworks { get; set; }
Property Value
Type Description
IList<GoogleCloudSecuritycenterV2Framework>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX