Skip to content

Commit

Permalink
Merge pull request #1 from asmaskar/peRRPswagger
Browse files Browse the repository at this point in the history
PeRrpSwagger
  • Loading branch information
deymadhumanti authored Mar 18, 2020
2 parents 8620701 + fb18e65 commit d3f3915
Showing 1 changed file with 19 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1045,23 +1045,33 @@
}
},
"IdentityData": {
"description": "Managed Identity Data, as received from ARM headers.",
"required": [
"type"
],
"type": "object",
"description": "Identity for the resource.",
"properties": {
"tenantId": {
"description": "The tenant Id header.",
"type": "string"
},
"principalId": {
"description": "The principal Id header.",
"type": "string"
"readOnly": true,
"type": "string",
"description": "The principal ID of resource identity."
},
"tenantId": {
"readOnly": true,
"type": "string",
"description": "The tenant ID of resource."
},
"type": {
"description": "The Identity type, can be SystemAssigned/UserAssigned/None.",
"type": "string"
"type": "string",
"description": "The identity type.",
"enum": [
"SystemAssigned",
"None"
],
"x-ms-enum": {
"name": "ResourceIdentityType",
"modelAsString": true
}
}
}
},
Expand Down

0 comments on commit d3f3915

Please sign in to comment.