Class GoogleCloudSecuritycenterV2Framework
Compliance framework associated with the finding.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.dll
Syntax
public class GoogleCloudSecuritycenterV2Framework : IDirectResponseSchema
Properties
Category
Category of the framework associated with the finding. E.g. Security Benchmark, or Assured Workloads
Declaration
[JsonProperty("category")]
public virtual IList<string> Category { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<string> |
Controls
The controls associated with the framework.
Declaration
[JsonProperty("controls")]
public virtual IList<GoogleCloudSecuritycenterV2Control> Controls { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudSecuritycenterV2Control> |
DisplayName
Display name of the framework. For a standard framework, this will look like e.g. PCI DSS 3.2.1, whereas for a custom framework it can be a user defined string like MyFramework
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Name of the framework associated with the finding
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Type of the framework associated with the finding, to specify whether the framework is built-in (pre-defined and immutable) or a custom framework defined by the customer (equivalent to security posture)
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |