Skip to content

Commit b74ed8f

Browse files
authored
adding role assignment (#14077)
1 parent 954a328 commit b74ed8f

File tree

1 file changed

+26
-0
lines changed
  • specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2021-02-10

1 file changed

+26
-0
lines changed

specification/recoveryservicessiterecovery/resource-manager/Microsoft.RecoveryServices/stable/2021-02-10/service.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20359,6 +20359,32 @@
2035920359
},
2036020360
"discriminator": "instanceType"
2036120361
},
20362+
"RoleAssignment": {
20363+
"description": "Azure role assignment details.",
20364+
"type": "object",
20365+
"properties": {
20366+
"id": {
20367+
"description": "The ARM Id of the role assignment.",
20368+
"type": "string"
20369+
},
20370+
"name": {
20371+
"description": "The name of the role assignment.",
20372+
"type": "string"
20373+
},
20374+
"scope": {
20375+
"description": "Role assignment scope.",
20376+
"type": "string"
20377+
},
20378+
"principalId": {
20379+
"description": "Principal Id.",
20380+
"type": "string"
20381+
},
20382+
"roleDefinitionId": {
20383+
"description": "Role definition id.",
20384+
"type": "string"
20385+
}
20386+
}
20387+
},
2036220388
"RunAsAccount": {
2036320389
"description": "CS Accounts Details.",
2036420390
"type": "object",

0 commit comments

Comments
 (0)