Database Center v1beta API - Class RegulatoryStandard (1.0.0-beta03)

public sealed class RegulatoryStandard : IMessage<RegulatoryStandard>, IEquatable<RegulatoryStandard>, IDeepCloneable<RegulatoryStandard>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class RegulatoryStandard.

Compliances associated with signals.

Inheritance

object > RegulatoryStandard

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

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