JDBC Driver for PingOne

Build 24.0.9175

UserAdminRoleAssignments

The administrator role assignments of the user.

View-Specific Information

SELECT

Reading data from this entity requires Read User Role Assignments/permissions:read:userRoleAssignments permission.

We recommend using the built-in Client Application Developer role.

To execute SELECT statements on this entity, the UserId column must be specified in the criteria as shown in the examples below:

SELECT * FROM Administrators.UserAdminRoleAssignments WHERE UserId = 'f45bb04b-d7ee-4f84-ab83-7fe3919405ae';
SELECT * FROM Administrators.UserAdminRoleAssignments WHERE UserId IN ('f45bb04b-d7ee-4f84-ab83-7fe3919405ae', '4cbf5435-6c39-49f9-8c8f-cee7c1cd8a6b');

The 本製品 uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.

  • UserId supports the following operators: =, IN.

All other filters are processed client-side within the 本製品.

Columns

Name Type References Description
Id [KEY] String The role assignment identifier (UUID).
UserId [KEY] String Users.Id The identifier (UUID) of the user associated with the role assignment.
AdminRoleId String AdminRoles.Id The identifier (UUID) of the role associated with the role assignment.
ApplicableToEntityType String The scope/level entity type for the role assignment. Possible values are: 'ORGANIZATION' and 'ENVIRONMENT', 'POPULATION' and 'APPLICATION'.
ApplicableToEntityId String The scope/level entity identifier (UUID) for the role assignment.
IsReadOnly Boolean Boolean value indicating whether this role assignment can be deleted by the current actor.
InheritanceType String A string indicating whether the role assignment is directly configured from the user or indirectly inherited from a group that the use belongs in. Possible values are: 'DIRECT' and 'INDIRECT'.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175