Skip to content

Commit 890f075

Browse files
Adding "assignmentState" property to scope model in access review APIs (#14039)
1 parent c318f87 commit 890f075

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

specification/authorization/resource-manager/Microsoft.Authorization/preview/2021-03-01-preview/authorization-AccessReviewCalls.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1405,6 +1405,19 @@
14051405
"modelAsString": true
14061406
}
14071407
},
1408+
"assignmentState": {
1409+
"type": "string",
1410+
"readOnly": true,
1411+
"description": "The role assignment state eligible/active to review",
1412+
"enum": [
1413+
"eligible",
1414+
"active"
1415+
],
1416+
"x-ms-enum": {
1417+
"name": "AccessReviewScopeAssignmentState",
1418+
"modelAsString": true
1419+
}
1420+
},
14081421
"inactiveDuration": {
14091422
"type": "string",
14101423
"format": "duration",

0 commit comments

Comments
 (0)