Class OrganizationsResource.LocationsResource.InsightsResource
The "insights" collection of methods.
Inherited Members
Namespace: Google.Apis.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public class OrganizationsResource.LocationsResource.InsightsResource
Constructors
InsightsResource(IClientService)
Constructs a new resource.
Declaration
public InsightsResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
ConfiguredInsight(string)
Gets the value for a selected particular insight based on the provided filters. Use the organization level path for fetching at org level and project level path for fetching the insight value specific to a particular project.
Declaration
public virtual OrganizationsResource.LocationsResource.InsightsResource.ConfiguredInsightRequest ConfiguredInsight(string insight)
Parameters
| Type | Name | Description |
|---|---|---|
| string | insight | Required. The resource name of the insight using the form:
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.LocationsResource.InsightsResource.ConfiguredInsightRequest |
Get(string)
Gets the value for a selected particular insight with default configuration. The default aggregation
level is 'DAILY' and no grouping will be applied or default grouping if applicable. The data will be
returned for recent 7 days starting the day before. The insight data size will be limited to 50
rows. Use the organization level path for fetching at org level and project level path for fetching
the insight value specific to a particular project. Setting the view to BASIC will only return
the metadata for the insight.
Declaration
public virtual OrganizationsResource.LocationsResource.InsightsResource.GetRequest Get(string name)
Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Required. The resource name of the insight using the form:
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.LocationsResource.InsightsResource.GetRequest |
List(string)
Lists for all the available insights that could be fetched from the system. Allows to filter using
category. Setting the view to BASIC will let you iterate over the list of insight metadatas.
Declaration
public virtual OrganizationsResource.LocationsResource.InsightsResource.ListRequest List(string parent)
Parameters
| Type | Name | Description |
|---|---|---|
| string | parent | Required. The resource name of InsightMetadata using the form:
|
Returns
| Type | Description |
|---|---|
| OrganizationsResource.LocationsResource.InsightsResource.ListRequest |