Class ComplianceDetails
Compliance Details associated with the finding.
Implements
Inherited Members
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> |