public sealed class Compliance : IMessage<Compliance>, IEquatable<Compliance>, IDeepCloneable<Compliance>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class Compliance.
Contains compliance information about a security standard indicating unmet recommendations.
Implements
IMessageCompliance, IEquatableCompliance, IDeepCloneableCompliance, 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 or benchmark, for example, A.12.4.1
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Standard
public string Standard { get; set; }
Industry-wide compliance standards or benchmarks, 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 |