RoleAssignmentCommonProperties interface
The details for role assignment common properties.
Properties
data |
Data Type Scope at which the role assignment is created. |
principal |
Object ID of the AAD principal or security-group. |
principal |
Type of the principal Id: User, Group or ServicePrincipal |
role | Data Product role to be assigned to a user. |
role |
Role Id of the Built-In Role |
user |
User name. |
Property Details
dataTypeScope
Data Type Scope at which the role assignment is created.
dataTypeScope: string[]
Property Value
string[]
principalId
Object ID of the AAD principal or security-group.
principalId: string
Property Value
string
principalType
Type of the principal Id: User, Group or ServicePrincipal
principalType: string
Property Value
string
role
Data Product role to be assigned to a user.
role: string
Property Value
string
roleId
Role Id of the Built-In Role
roleId: string
Property Value
string
userName
User name.
userName: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript