Show / Hide Table of Contents

Class ComplianceDetails

Compliance Details associated with the finding.

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

Properties

CloudControl

CloudControl associated with the finding

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

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<Framework> Frameworks { get; set; }
Property Value
Type Description
IList<Framework>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX