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