Google Cloud Security Command Center v1 API - Class Compliance (3.19.0)

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.

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 or benchmark, for example, A.12.4.1

Property Value
TypeDescription
RepeatedFieldstring

Standard

public string Standard { get; set; }

Industry-wide compliance standards or benchmarks, such as CIS, PCI, and OWASP.

Property Value
TypeDescription
string

Version

public string Version { get; set; }

Version of the standard or benchmark, for example, 1.1

Property Value
TypeDescription
string