Enum OrganizationsResource.LocationsResource.InsightsResource.ListRequest.ViewEnum
Required. List only metadata or full data.
Namespace: Google.Apis.BeyondCorp.v1alpha
Assembly: Google.Apis.BeyondCorp.v1alpha.dll
Syntax
public enum OrganizationsResource.LocationsResource.InsightsResource.ListRequest.ViewEnum
Fields
| Name | Description |
|---|---|
| BASIC | Include basic metadata about the insight, but not the insight data. This is the default value (for both ListInsights and GetInsight). |
| FULL | Include everything. |
| INSIGHTVIEWUNSPECIFIED | The default / unset value. The API will default to the BASIC view. |