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: packages/datadog-api-client-v1/models/Dashboard.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ export class Dashboard {
37
37
*/
38
38
"id"?: string;
39
39
/**
40
-
* Whether this dashboard is read-only. If True, only the author and admins can make changes to it.
40
+
* 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.
41
41
*/
42
42
"isReadOnly"?: boolean;
43
43
"layoutType": DashboardLayoutType;
@@ -51,7 +51,7 @@ export class Dashboard {
51
51
"notifyList"?: Array<string>;
52
52
"reflowType"?: DashboardReflowType;
53
53
/**
54
-
* A list of role identifiers. Only the author and users associated with at least one of these roles can edit this dashboard. Overrides the `is_read_only` property if both are present. **This feature is currently in beta.**
54
+
* A list of role identifiers. Only the author and users associated with at least one of these roles can edit this dashboard.
0 commit comments