Share via


PostgreSqlFlexibleServerPatch.AdministratorLogin Property

Definition

Name of the login designated as the first password based administrator assigned to your instance of PostgreSQL. Must be specified the first time that you enable password based authentication on a server. Once set to a given value, it cannot be changed for the rest of the life of a server. If you disable password based authentication on a server which had it enabled, this password based role isn't deleted.

public string AdministratorLogin { get; set; }
member this.AdministratorLogin : string with get, set
Public Property AdministratorLogin As String

Property Value

Applies to