Class RegulatoryStandard
Compliances associated with signals.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseCenter.v1beta.Data
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class RegulatoryStandard : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Standard
Name of industry compliance standards, such as 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 |