Skip to content

Commit 67d3104

Browse files
Merge pull request #220923 from kabharati/patch-22
Update how-to-manage-azure-ad-users.md
2 parents cba3e8a + 12ee364 commit 67d3104

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/postgresql/flexible-server/how-to-manage-azure-ad-users.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,15 @@ Azure Database for PostgreSQL Flexible Servers uses Security Labels associated w
9898
You can use the following SQL to assign security label:
9999

100100
```sql
101-
SECURITY LABEL for "pgaadauth" on role "<roleName>" is 'aadauth,oid=<objectId>'
101+
SECURITY LABEL for "pgaadauth" on role "<roleName>" is 'aadauth,oid=<objectId>,type=<user|group|service>,admin';
102102
```
103103

104104
**Parameters:**
105105
- *roleName* - Name of an existing PostgreSQL role to which Azure AD authentication needs to be enabled.
106106
- *objectId* - Unique object identifier of the Azure AD object.
107+
- *user* - End user principals.
108+
- *service* - Applications or Managed Identities connecting under their own service credentials.
109+
- *group* - Name of Azure AD Group.
107110

108111
## Next steps
109112

0 commit comments

Comments
 (0)