Show / Hide Table of Contents

Class ComplianceSnapshot

Result containing the properties and count of a ComplianceSnapshot request.

Inheritance
object
ComplianceSnapshot
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 ComplianceSnapshot : IDirectResponseSchema

Properties

Category

The category of Findings matching.

Declaration
[JsonProperty("category")]
public virtual string Category { get; set; }
Property Value
Type Description
string

CloudProvider

The cloud provider for the compliance snapshot.

Declaration
[JsonProperty("cloudProvider")]
public virtual string CloudProvider { get; set; }
Property Value
Type Description
string

ComplianceStandard

The compliance standard (ie CIS).

Declaration
[JsonProperty("complianceStandard")]
public virtual string ComplianceStandard { get; set; }
Property Value
Type Description
string

ComplianceVersion

The compliance version (ie 1.3) in CIS 1.3.

Declaration
[JsonProperty("complianceVersion")]
public virtual string ComplianceVersion { get; set; }
Property Value
Type Description
string

Count

Total count of findings for the given properties.

Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type Description
long?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LeafContainerResource

The leaf container resource name that is closest to the snapshot.

Declaration
[JsonProperty("leafContainerResource")]
public virtual string LeafContainerResource { get; set; }
Property Value
Type Description
string

Name

The compliance snapshot name. Format: //sources//complianceSnapshots/

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

SnapshotTime

object representation of SnapshotTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SnapshotTimeDateTimeOffset instead.")]
public virtual object SnapshotTime { get; set; }
Property Value
Type Description
object

SnapshotTimeDateTimeOffset

DateTimeOffset representation of SnapshotTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? SnapshotTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

SnapshotTimeRaw

The snapshot time of the snapshot.

Declaration
[JsonProperty("snapshotTime")]
public virtual string SnapshotTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX