Schema: Create PublicDashboard core kind (#62155)

This commit is contained in:
Ezequiel Victorero
2023-01-26 10:51:00 -03:00
committed by GitHub
parent e8b8a9e276
commit 354f6d9e23
8 changed files with 285 additions and 8 deletions

View File

@@ -0,0 +1,25 @@
---
keywords:
- grafana
- schema
title: PublicDashboard kind
---
> Both documentation generation and kinds schemas are in active development and subject to change without prior notice.
# PublicDashboard kind
## Maturity: merged
## Version: 0.0
## Properties
| Property | Type | Required | Description |
|------------------------|---------|----------|-----------------------------------------------------------------|
| `annotationsEnabled` | boolean | **Yes** | Flag that indicates if annotations are enabled |
| `dashboardUid` | string | **Yes** | Dashboard unique identifier referenced by this public dashboard |
| `isEnabled` | boolean | **Yes** | Flag that indicates if the public dashboard is enabled |
| `timeSelectionEnabled` | boolean | **Yes** | Flag that indicates if the time range picker is enabled |
| `uid` | string | **Yes** | Unique public dashboard identifier |
| `accessToken` | string | No | Unique public access token |