AuthorizationRuleListResult interface
The response from the list namespace operation.
Properties
next |
Link to the next set of results. Not empty if value contains incomplete list of authorization rules. |
value | Result of the list authorization rules operation. |
Property Details
nextLink
Link to the next set of results. Not empty if value contains incomplete list of authorization rules.
nextLink?: string
Property Value
string
value
Result of the list authorization rules operation.
value?: AuthorizationRule[]