Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,8 @@
"x-ms-enum": {
"modelAsString": true,
"name": "MonitoringStatus"
}
},
"readOnly": true
},
"MarketplaceSubscriptionStatus": {
"description": "Flag specifying the Marketplace Subscription Status of the resource. If payment is not made in time, the resource will go in Suspended state.",
Expand All @@ -1523,7 +1524,8 @@
"x-ms-enum": {
"modelAsString": true,
"name": "MarketplaceSubscriptionStatus"
}
},
"readOnly": true
},
"DatadogOrganizationProperties": {
"description": "Datadog organization properties",
Expand All @@ -1544,14 +1546,16 @@
"type": "string",
"x-ms-mutability": [
"create"
]
],
"x-ms-secret": true
},
"linkingClientId": {
"description": "The client_id from an existing in exchange for an auth token to link organization.",
"type": "string",
"x-ms-mutability": [
"create"
]
],
"x-ms-secret": true
},
"enterpriseAppId": {
"description": "The Id of the Enterprise App used for Single sign on.",
Expand Down Expand Up @@ -1581,7 +1585,8 @@
"maxLength": 40,
"type": "string"
}
}
},
"x-ms-secret": true
},
"LiftrResourceCategories": {
"enum": [
Expand Down Expand Up @@ -1894,7 +1899,8 @@
},
"singleSignOnUrl": {
"description": "The login URL specific to this Datadog Organization.",
"type": "string"
"type": "string",
"readOnly": true
}
}
},
Expand Down