AuthScheme
The scheme used for authentication. Accepted entries are Password, AzureAD, AzurePassword, AzureMSI, AwsIAMRoles.
Possible Values
Password, AzureAD, AzurePassword, AzureMSI, AwsIAMRolesData Type
string
Default Value
"Password"
Remarks
Together with Password and User, this field is used to authenticate against the server. Password is the default option. Use the following options to select your authentication scheme:
- Password: Set this to use your PostgreSQL Server Password.
- AzureAD: Set this to use Azure Active Directory OAuth authentication.
- AzurePassword: Set this to use Azure Active Directory Password authentication.
- AzureMSI: Set this to use Azure Active Directory MSI (Managed Service Identity) authentication.
- AwsIAMRoles: Set this to use Amazon Web Services IAM Roles to connect PostgreSQL Server in Amazon RDS instance.