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: specification/datadog/resource-manager/Microsoft.Datadog/preview/2020-02-01-preview/datadog.json
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1511,7 +1511,8 @@
1511
1511
"x-ms-enum": {
1512
1512
"modelAsString": true,
1513
1513
"name": "MonitoringStatus"
1514
-
}
1514
+
},
1515
+
"readOnly": true
1515
1516
},
1516
1517
"MarketplaceSubscriptionStatus": {
1517
1518
"description": "Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.",
@@ -1523,7 +1524,8 @@
1523
1524
"x-ms-enum": {
1524
1525
"modelAsString": true,
1525
1526
"name": "MarketplaceSubscriptionStatus"
1526
-
}
1527
+
},
1528
+
"readOnly": true
1527
1529
},
1528
1530
"DatadogOrganizationProperties": {
1529
1531
"description": "Datadog organization properties",
@@ -1544,14 +1546,16 @@
1544
1546
"type": "string",
1545
1547
"x-ms-mutability": [
1546
1548
"create"
1547
-
]
1549
+
],
1550
+
"x-ms-secret": true
1548
1551
},
1549
1552
"linkingClientId": {
1550
1553
"description": "The client_id from an existing in exchange for an auth token to link organization.",
1551
1554
"type": "string",
1552
1555
"x-ms-mutability": [
1553
1556
"create"
1554
-
]
1557
+
],
1558
+
"x-ms-secret": true
1555
1559
},
1556
1560
"enterpriseAppId": {
1557
1561
"description": "The Id of the Enterprise App used for Single sign on.",
@@ -1581,7 +1585,8 @@
1581
1585
"maxLength": 40,
1582
1586
"type": "string"
1583
1587
}
1584
-
}
1588
+
},
1589
+
"x-ms-secret": true
1585
1590
},
1586
1591
"LiftrResourceCategories": {
1587
1592
"enum": [
@@ -1894,7 +1899,8 @@
1894
1899
},
1895
1900
"singleSignOnUrl": {
1896
1901
"description": "The login URL specific to this Datadog Organization.",
0 commit comments