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: api/datadogV1/model_synthetics_global_variable_attributes.go
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ import (
10
10
11
11
// SyntheticsGlobalVariableAttributes Attributes of the global variable.
12
12
typeSyntheticsGlobalVariableAttributesstruct {
13
-
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
13
+
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.
// A boolean set to not take a screenshot for the step.
39
39
NoScreenshot*bool`json:"noScreenshot,omitempty"`
40
-
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
40
+
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.
Copy file name to clipboardExpand all lines: api/datadogV1/model_synthetics_private_location_metadata.go
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ import (
10
10
11
11
// SyntheticsPrivateLocationMetadata Object containing metadata about the private location.
12
12
typeSyntheticsPrivateLocationMetadatastruct {
13
-
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
13
+
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
59
+
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.
Copy file name to clipboardExpand all lines: api/datadogV2/model_synthetics_global_variable_attributes.go
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,8 @@ import (
10
10
11
11
// SyntheticsGlobalVariableAttributes Attributes of the global variable.
12
12
typeSyntheticsGlobalVariableAttributesstruct {
13
-
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access.
13
+
// A list of role identifiers that can be pulled from the Roles API, for restricting read and write access. This field is deprecated. Use the restriction policies API to manage permissions.
0 commit comments