public sealed class Compliance : IMessage<Compliance>, IEquatable<Compliance>, IDeepCloneable<Compliance>, IBufferMessage, IMessage
Contains compliance information about a security standard indicating unmet recommendations.
Implements
IMessage<Compliance>, IEquatable<Compliance>, IDeepCloneable<Compliance>, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
Compliance()
public Compliance()
Compliance(Compliance)
public Compliance(Compliance other)
Parameter | |
---|---|
Name | Description |
other | Compliance |
Properties
Ids
public RepeatedField<string> Ids { get; }
Policies within the standard/benchmark e.g. A.12.4.1
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |
Standard
public string Standard { get; set; }
Refers to industry wide standards or benchmarks e.g. "cis", "pci", "owasp", etc.
Property Value | |
---|---|
Type | Description |
String |
Version
public string Version { get; set; }
Version of the standard/benchmark e.g. 1.1
Property Value | |
---|---|
Type | Description |
String |