ScopedAuthorizationOperationsModel
A set of authorization operations within a single scope.
Properties
| Name | Description | Additional information |
|---|---|---|
| ScopeId | Authorization scope ID. |
Type: String |
| Operations | List of operations within the scope. |
Type: Array of String |
Sample
application/json
Sample:
{
"ScopeId": "5e531466-5c6d-41c8-97e1-d814d261f322",
"Operations": [
"TenantGet"
]
}