Class Compliance (3.2.0)

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

Contains compliance information about a security standard indicating unmet recommendations.

Inheritance

Object > Compliance

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Compliance()

public Compliance()

Compliance(Compliance)

public Compliance(Compliance other)
Parameter
NameDescription
otherCompliance

Properties

Ids

public RepeatedField<string> Ids { get; }

Policies within the standard/benchmark e.g. A.12.4.1

Property Value
TypeDescription
RepeatedField<String>

Standard

public string Standard { get; set; }

Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.

Property Value
TypeDescription
String

Version

public string Version { get; set; }

Version of the standard/benchmark e.g. 1.1

Property Value
TypeDescription
String