PrincipalType Enumeration
PrincipalType Enumeration
The PrincipalType enumeration provides options for the different types of principals that can be assigned permissions in the Biml framework.
Enumeration Values
| Name | Summary |
|---|---|
| ApplicationRole | Specifies that the principal corresponds to a SQL Server Application Role. |
| DBRole | Specifies that the principal corresponds to a SQL Server database role. |
| WindowsUser | Specifies that the principal corresponds to a Windows authenticated user. |
| WindowsGroup | Specifies that the principal corresponds to a Windows authenticated group. |
| SqlUser | Specifies that the principal corresponds to a SQL Server user. |
| AzureAD | Specifies that the principal corresponds to a SQL Server user. |