Skip to content

Commit a0b2fc7

Browse files
authored
Update how-to-manage-azure-ad-users.md
Updated typo in Security Label and also added missing definitions of object types
1 parent eba6728 commit a0b2fc7

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)