You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/datadog_api_client/v1/model/dashboard.py
-2Lines changed: 0 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,6 @@ def __init__(
146
146
:type reflow_type: DashboardReflowType, optional
147
147
148
148
:param restricted_roles: A list of role identifiers. Only the author and users associated with at least one of these roles can edit this dashboard.
149
-
150
-
This property is deprecated; please use the `Restriction Policies API <https://docs.datadoghq.com/api/latest/restriction-policies/>`_ instead to manage write authorization for individual dashboards. **Deprecated**.
151
149
:type restricted_roles: [str], optional
152
150
153
151
:param tags: List of team names representing ownership of a dashboard.
0 commit comments