PostgreSqlFlexibleServerPrincipalType 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.
Type of Microsoft Entra principal to which the server administrator is associated.
public enum PostgreSqlFlexibleServerPrincipalType
type PostgreSqlFlexibleServerPrincipalType =
Public Enum PostgreSqlFlexibleServerPrincipalType
- Inheritance
-
PostgreSqlFlexibleServerPrincipalType
Fields
| Name | Value | Description |
|---|---|---|
| Unknown | 0 | The principal type is not known or not specified. |
| User | 1 | A Microsoft Entra user. |
| Group | 2 | A Microsoft Entra group. |
| ServicePrincipal | 3 | A Microsoft Entra service principal, typically representing an application or service identity. |