Show / Hide Table of Contents

Class Compliance

Contains compliance information about a security standard indicating unmet recommendations.

Inheritance
object
Compliance
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.SecurityCommandCenter.v1.Data
Assembly: Google.Apis.SecurityCommandCenter.v1.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX