RoleAssignmentListResult interface
Role assignment list operation result.
Properties
nextLink |
The URL to use for getting the next set of results.
|
value |
Role assignment list.
|
Property Details
nextLink
The URL to use for getting the next set of results.
nextLink?: string
Property Value
value
Role assignment list.
value?: RoleAssignment[]
Property Value