Package version:

Interface RoleAssignmentCommonProperties

The details for role assignment common properties.

interface RoleAssignmentCommonProperties {
    dataTypeScope: string[];
    principalId: string;
    principalType: string;
    role: 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.

roleId: string

Role Id of the Built-In Role

userName: string

User name.

Generated using TypeDoc