ResourceScopes
The scopes of the resource.
View-Specific Information
SELECT
Reading data from this entity requires Read Scope/resources:read:scope permission.We recommend using the built-in Client Application Developer role.
The 本製品 uses the PingOne Platform API to process WHERE clause conditions built with the following columns and operators.
- ResourceId supports the following operators: =, IN.
All other filters are processed client-side within the 本製品.
For example, the following queries are processed server-side:
SELECT * FROM Administrators.ResourceScopes WHERE ResourceId = '0978e1d6-cdd5-4115-a5e0-90fe93064e40';
SELECT * FROM Administrators.ResourceScopes WHERE ResourceId IN ('0978e1d6-cdd5-4115-a5e0-90fe93064e40', '7b9a9ba5-459a-45df-a6db-cbc3cab0e53d');
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The scope identifier (UUID). | |
| Name | String | The name of the scope. | |
| Description | String | The scope's description. | |
| ResourceId | String | Resources.Id | The identifier (UUID) of the resource to which the scope belongs. |
| ResourceName | String | The name of the resource to which the scope belongs. | |
| UserAttributes | String | The user schema attributes that can be read or updated for the specified PingOne access control scope. This applies only for the 'p1:read:user', 'p1:update:user' and 'p1:read:user:{suffix}' and 'p1:update:user:{suffix}' scopes. | |
| CreatedAt | Datetime | The time at which the resource scope was created. | |
| UpdatedAt | Datetime | The time at which the resource scope was last updated. |