We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 036efd7 commit 194c42eCopy full SHA for 194c42e
src/groups/index.ts
@@ -14,6 +14,7 @@ export interface GroupsOIDC {
14
* Get the roles assigned to a group specific to the configured OIDC's dynamic auth functionality.
15
*
16
* @param {string} groupID The group ID to get the roles for.
17
+ * @param {boolean} [includePermissions] Whether to include all associated permissions in the response.
18
* @returns {Promise<Record<string, Role>>} A map of roles assigned to the group.
19
*/
20
getAssignedRoles(groupID: string, includePermissions?: boolean): Promise<Record<string, Role>>;
0 commit comments