Compartilhar via


RoleAssignmentListResult Class

Role assignment list operation result.

Inheritance
azure.mgmt.authorization._serialization.Model
RoleAssignmentListResult

Constructor

RoleAssignmentListResult(*, value: List[_models.RoleAssignment] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

Role assignment list.

next_link
str

The URL to use for getting the next set of results.

Variables

Name Description
value

Role assignment list.

next_link
str

The URL to use for getting the next set of results.