Skip to content

PublicDashboard🔗

Constructor🔗

PublicDashboard()

Methods🔗

build🔗

Builds the object.

def build() -> publicdashboard.PublicDashboard

access_token🔗

Unique public access token

def access_token(access_token: str) -> typing.Self

annotations_enabled🔗

Flag that indicates if annotations are enabled

def annotations_enabled(annotations_enabled: bool) -> typing.Self

dashboard_uid🔗

Dashboard unique identifier referenced by this public dashboard

def dashboard_uid(dashboard_uid: str) -> typing.Self

is_enabled🔗

Flag that indicates if the public dashboard is enabled

def is_enabled(is_enabled: bool) -> typing.Self

time_selection_enabled🔗

Flag that indicates if the time range picker is enabled

def time_selection_enabled(time_selection_enabled: bool) -> typing.Self

uid🔗

Unique public dashboard identifier

def uid(uid: str) -> typing.Self

See also🔗