KustoDatabasePrincipalRole Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Database principal role.
public enum KustoDatabasePrincipalRole
type KustoDatabasePrincipalRole =
Public Enum KustoDatabasePrincipalRole
- Inheritance
-
KustoDatabasePrincipalRole
Fields
| Name | Value | Description |
|---|---|---|
| Admin | 0 | Admin. |
| Ingestor | 1 | Ingestor. |
| Monitor | 2 | Monitor. |
| User | 3 | User. |
| UnrestrictedViewer | 4 | UnrestrictedViewer. |
| Viewer | 5 | Viewer. |