Class Compliance
Contains compliance information about a security standard indicating unmet recommendations.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class Compliance : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Ids
Policies within the standard or benchmark, for example, A.12.4.1
Declaration
[JsonProperty("ids")]
public virtual IList<string> Ids { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Standard
Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.
Declaration
[JsonProperty("standard")]
public virtual string Standard { get; set; }
Property Value
Type | Description |
---|---|
string |
Version
Version of the standard or benchmark, for example, 1.1
Declaration
[JsonProperty("version")]
public virtual string Version { get; set; }
Property Value
Type | Description |
---|---|
string |