Class GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount
Aggregated count of a security context.
Implements
Inherited Members
Namespace: Google.Apis.SecurityCommandCenter.v1beta2.Data
Assembly: Google.Apis.SecurityCommandCenter.v1beta2.dll
Syntax
public class GoogleCloudSecuritycenterV2IssueSecurityContextAggregatedCount : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Aggregation key.
Declaration
[JsonProperty("key")]
public virtual string Key { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Aggregation value.
Declaration
[JsonProperty("value")]
public virtual int? Value { get; set; }
Property Value
Type | Description |
---|---|
int? |