You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For example: select*from pgaadauth_create_principal_with_oid('accounting_application', '00000000-0000-0000-0000-000000000000', 'service', false, false);
81
85
```
82
86
83
87
**Parameters:**
84
88
-*roleName* - Name of the role to be created.
85
89
-*objectId* - Unique object identifier of the Azure AD object:
86
90
- For **Users**, **Groups** and **Managed Identities** the ObjectId can be found by searching for the object name in Azure AD page in Azure portal. [See this guide as example](/partner-center/find-ids-and-domain-names)
87
91
- For **Applications**, Objectid of the corresponding **Service Principal** must be used. In Azure portal the required ObjectId can be found on **Enterprise Applications** page.
88
-
-*objectType* - Type of the Azure AD object to link to this role.
92
+
-*objectType* - Type of the Azure AD object to link to this role: service, user, group.
89
93
-*isAdmin* - Set to **true** if when creating an admin user and **false** for a regular user. Admin user created this way has the same privileges as one created via portal or API.
90
94
-*isMfa* - Flag if Multi Factor Authentication must be enforced for this role.
0 commit comments