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 @@ -370,19 +370,19 @@
"tenantId": {
"type": "string",
"readOnly": true,
"format": "UUID",
"format": "uuid",
"description": "The id of the tenant which the identity belongs to."
},
"principalId": {
"type": "string",
"readOnly": true,
"format": "UUID",
"format": "uuid",
"description": "The id of the service principal object associated with the created identity."
},
"clientId": {
"type": "string",
"readOnly": true,
"format": "UUID",
"format": "uuid",
"description": "The id of the app associated with the identity. This is a random generated UUID by MSI."
},
"clientSecretUrl": {
Expand Down