Identity
Resource uniquely identifying a user by linking its entity and the potentially assumed party.
Relevant links
Fields
| Name | Description | Format | Reference |
|---|---|---|---|
| id | Unique surrogate identifier. | bigint Read only |
|
| entity_id | Reference to the entity using the identity. | bigint Read only |
entity.id |
| entity_name | Name of the entity using the identity. | text Read only |
entity.name |
| party_id | Reference to the party assumed by the entity. | bigint Read only |
party.id |
| party_name | Name of the party assumed by the entity. | text Read only |
party.name |
Validation Rules
No validation rules.
Notifications
No notifications.
Authorization
Resource Level Authorization
Below is the RLA for the resource. The default policy is deny.
Anonymous
No policies.
Entity
| Policy key | Policy | Status |
|---|---|---|
| ID-ENT001 | Read all identities. | DONE |
Common
| Policy key | Policy | Status |
|---|---|---|
| ID-COM001 | Read all identities. | DONE |
Balance Responsible Party
No policies.
End User
No policies.
Energy Supplier
No policies.
Flexibility Information System Operator
No policies.
Organisation
No policies.
System Operator
No policies.
Service Provider
No policies.
Third Party
No policies.
Field Level Authorization
Externally influenced FLA
This resource contains fields joined from other resources:
entity_*fields come from theentityresource ;party_*fields come from thepartyresource.
Therefore, identity follows the RLA of these other resources for these
fields, and the authorizations below may apply only partially. In the case
where the user is not allowed to read the fields from the other resource,
null values will be showed in the identity resource.
For party type abbreviations, check the authentication docs.
| FIELD | ANON | BRP | ES | EU | FISO | SO | SP | TP | ORG |
|---|---|---|---|---|---|---|---|---|---|
| id | R | R | R | R | R | R | R | R | |
| entity_id | R | R | R | R | R | R | R | R | |
| entity_name | R | R | R | R | R | R | R | R | |
| party_id | R | R | R | R | R | R | R | R | |
| party_name | R | R | R | R | R | R | R | R |