diff --git a/datadog_api_client.v1.model.html b/datadog_api_client.v1.model.html index ecca89741a..41b960282d 100644 --- a/datadog_api_client.v1.model.html +++ b/datadog_api_client.v1.model.html @@ -12290,14 +12290,18 @@
created_at (datetime, optional) – Creation date of the dashboard.
description (str, none_type, optional) – Description of the dashboard.
id (str, optional) – ID of the dashboard.
is_read_only (bool, optional) – Whether this dashboard is read-only. If True, only the author and admins can make changes to it. Prefer using restricted_roles
to manage write authorization. Deprecated.
is_read_only (bool, optional) –
Whether this dashboard is read-only. If True, only the author and admins can make changes to it.
+This property is deprecated; please use the Restriction Policies API instead to manage write authorization for individual dashboards. Deprecated.
+layout_type (DashboardLayoutType) – Layout type of the dashboard.
modified_at (datetime, optional) – Modification date of the dashboard.
notify_list ([str], none_type, optional) – List of handles of users to notify when changes are made to this dashboard.
reflow_type (DashboardReflowType, optional) – Reflow type for a new dashboard layout dashboard. Set this only when layout type is ‘ordered’. If set to ‘fixed’, the dashboard expects all widgets to have a layout, and if it’s set to ‘auto’, widgets should not have layouts.
restricted_roles ([str], optional) – A list of role identifiers. Only the author and users associated with at least one of these roles can edit this dashboard.
restricted_roles ([str], optional) –
A list of role identifiers. Only the author and users associated with at least one of these roles can edit this dashboard.
+This property is deprecated; please use the Restriction Policies API instead to manage write authorization for individual dashboards. Deprecated.
+tags ([str], none_type, optional) – List of team names representing ownership of a dashboard.
template_variable_presets ([DashboardTemplateVariablePreset], none_type, optional) – Array of template variables saved views.
template_variables ([DashboardTemplateVariable], none_type, optional) – List of template variables for this dashboard.
created_at (datetime, optional) – Creation date of the dashboard.
description (str, none_type, optional) – Description of the dashboard.
id (str, optional) – Dashboard identifier.
is_read_only (bool, optional) – Whether this dashboard is read-only. If True, only the author and admins can make changes to it.
is_read_only (bool, optional) –
Whether this dashboard is read-only. If True, only the author and admins can make changes to it.
+This property is deprecated; please use the Restriction Policies API instead to manage write authorization for individual dashboards. Deprecated.
+layout_type (DashboardLayoutType, optional) – Layout type of the dashboard.
modified_at (datetime, optional) – Modification date of the dashboard.
title (str, optional) – Title of the dashboard.