Class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight
The Insight object with configuration that was returned and actual list of records.
Implements
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha.Data
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsight : IDirectResponseSchema
Properties
AppliedConfig
Output only. Applied insight config to generate the result data rows.
Declaration
[JsonProperty("appliedConfig")]
public virtual GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig AppliedConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudBeyondcorpSaasplatformInsightsV1alphaAppliedConfig |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Metadata
Output only. Metadata for the Insight.
Declaration
[JsonProperty("metadata")]
public virtual GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadata Metadata { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudBeyondcorpSaasplatformInsightsV1alphaInsightMetadata |
Name
Output only. The insight resource name. e.g.
organizations/{organization_id}/locations/{location_id}/insights/{insight_id} OR
projects/{project_id}/locations/{location_id}/insights/{insight_id}.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rows
Output only. Result rows returned containing the required value(s).
Declaration
[JsonProperty("rows")]
public virtual IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow> Rows { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<GoogleCloudBeyondcorpSaasplatformInsightsV1alphaRow> |