Package version:

The details for role assignment response.

interface RoleAssignmentDetail {
    dataTypeScope: string[];
    principalId: string;
    principalType: string;
    role: string;
    roleAssignmentId: string;
    roleId: string;
    userName: string;
}

Properties

dataTypeScope: string[]

Data Type Scope at which the role assignment is created.

principalId: string

Object ID of the AAD principal or security-group.

principalType: string

Type of the principal Id: User, Group or ServicePrincipal

role: string

Data Product role to be assigned to a user.

roleAssignmentId: string

Id of role assignment request

roleId: string

Role Id of the Built-In Role

userName: string

User name.

Generated using TypeDoc