RoleAssignmentDetailResponse

data class RoleAssignmentDetailResponse(val dataTypeScope: List<String>, val principalId: String, val principalType: String, val role: String, val roleAssignmentId: String, val roleId: String, val userName: String)

The details for role assignment response.

Constructors

Link copied to clipboard
fun RoleAssignmentDetailResponse(dataTypeScope: List<String>, principalId: String, principalType: String, role: String, roleAssignmentId: String, roleId: String, userName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Data Type Scope at which the role assignment is created.

Link copied to clipboard

Object ID of the AAD principal or security-group.

Link copied to clipboard

Type of the principal Id: User, Group or ServicePrincipal

Link copied to clipboard

Data Product role to be assigned to a user.

Link copied to clipboard

Id of role assignment request

Link copied to clipboard

Role Id of the Built-In Role

Link copied to clipboard

User name.