Skip to content
Closed
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 @@ -2528,6 +2528,11 @@
"type": "string",
"description": "The tenant ID of resource."
},
"identities": {
"additionalProperties": {
"$ref": "#/definitions/UserDefinedIdentity"
}
},
"type": {
"type": "string",
"description": "The identity type.",
Expand All @@ -2545,6 +2550,19 @@
},
"description": "Identity for the resource."
},
"UserDefinedIdentity": {
"properties": {
"clientId": {
"type": "string"
},
"principalId": {
"type": "string"
}
},
"required": [
"clientId", "principalId"
]
},
"ResourceListResult": {
"properties": {
"value": {
Expand Down Expand Up @@ -2961,4 +2979,4 @@
"description": "The API version to use for this operation."
}
}
}
}