blpapi.Identity
- class blpapi.Identity
Provides access to the entitlements for a specific user.
An unauthorized Identity is created using
createIdentity()
. Once anIdentity
has been created it can be authorized usingsendAuthorizationRequest()
. The authorizedIdentity
can then be queried or used insubscribe()
orsendRequest()
calls.Once authorized, an
Identity
has access to the entitlements of the user which it was validated for.Identity
objects are always created by the API, never directly by the application.The class attributes represent the various seat types.
- BPS = 0
Bloomberg Professional Service
- INVALID_SEAT = -1
Unknown seat type
- NONBPS = 1
Non-BPS
- destroy()
Destroy the handle using stored dtor
- getFailedEntitlements(service, entitlements)
- Parameters
- Returns
Tuple where the boolean is True if this
Identity
is authorized for the specifiedservice
and all of the specifiedentitlements
, and the list is a subset ofentitlements
for which thisIdentity
is not authorized.- Return type
Note
The contents of the returned list are not specified if this identity is not authorized for
service
.
- getSeatType()
- Returns
Seat type of this identity.
- Return type
The class attributes of
Identity
represent the seat types.