public sealed class RegulatoryStandard : IMessage<RegulatoryStandard>, IEquatable<RegulatoryStandard>, IDeepCloneable<RegulatoryStandard>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class RegulatoryStandard.
Compliances associated with signals.
Implements
IMessageRegulatoryStandard, IEquatableRegulatoryStandard, IDeepCloneableRegulatoryStandard, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
Google.Cloud.DatabaseCenter.V1Beta.dll
Constructors
RegulatoryStandard()
public RegulatoryStandard()RegulatoryStandard(RegulatoryStandard)
public RegulatoryStandard(RegulatoryStandard other)| Parameter | |
|---|---|
| Name | Description |
other |
RegulatoryStandard |
Properties
Standard
public string Standard { get; set; }Name of industry compliance standards, such as such as CIS, PCI, and OWASP.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Version
public string Version { get; set; }Version of the standard or benchmark, for example, 1.1.
| Property Value | |
|---|---|
| Type | Description |
string |
|