Show / Hide Table of Contents

Class RegulatoryStandard

Compliances associated with signals.

Inheritance
object
RegulatoryStandard
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX