- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Full name: projects.locations.instances.contentHub.featuredContentNativeDashboards.list
List all native dashboards featured content.
HTTP request
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of FeaturedContentNativeDashboards. Format: projects/{project}/locations/{location}/instances/{instance}/contentHub |
Query parameters
Parameters | |
---|---|
pageSize |
Optional. The maximum number of FeaturedContentNativeDashboards to return. The service may return fewer than this value. If unspecified, at most 100 FeaturedContentNativeDashboards will be returned. The maximum value is 100; values above 100 will be coerced to 100. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
filter |
Optional. The filter to apply to list the FeaturedContentNativeDashboards. This filter will be a text search on the name and description of the FeaturedContentNativeDashboard. The filter syntax follows Google Cloud syntax: https://google.aip.dev/160. The following field is supported for filtering:
Examples:
|
Request body
The request body must be empty.
Response body
Response message for listing FeaturedContentNativeDashboards.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"featuredContentNativeDashboards": [
{
object ( |
Fields | |
---|---|
featuredContentNativeDashboards[] |
The list of FeaturedContentNativeDashboards. Ordered by name by default. |
nextPageToken |
Optional. A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent
resource:
chronicle.featuredContentNativeDashboards.list
For more information, see the IAM documentation.