RoleEntityInfo | @here/olp-sdk-ts
Interface RoleEntityInfo
Hierarchy
- AuthorizationAPI.UserInfo
- RoleEntityInfo
Index
Properties
Optional app Creation Enabled
If true, the app can create apps.
Optional client Hrn
HRN for the client/application.
Optional client Id
Identifier for the client/application.
Optional default Scope
The default value for the "scope" parameter when requesting a client_credentials OAuth2 token. if no "scope" parameter is specified.
Optional description
Prose description of the client.
Optional email
Email address of the user. Only included if entityType is user.
Optional firstname
The first name of the user. Only included if entityType is user.
Optional is Restricted Scope
If true, the app cannot request a token with a scope different from defaultScope.
Optional lastname
The lastname of the user. Only included if entityType is user.
Optional name
Human readable name of the client.
Optional owner Hrn
The hrn of the user that owns this client.
Optional owner Id
The id of the user that owns this client.
Optional realm
A realm to which app belongs to.
Optional state
The status of this user.
Optional user Hrn
The HRN of the user.
Optional user Id
The unique identifier of the user.
Generated using TypeDoc
Details about the role entity. The provided fields are dependent on the entityType as provided. User: userId, userHrn, realm, firstname, lastname, email, state App: clientId, clientHrn, realm, name, description, ownerId, ownerHrn, defaultScope, isRestrictedScope, appCreationEnabled