Share via


PostgreSqlFlexibleServerPrincipalType Enum

Definition

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.

Applies to