IbisIdentifier¶
Class in module ibisclient.dto
- class IbisIdentifier(attrs={})¶
Bases:
IbisDto
Class representing a personâs identifier, for use by the web service API.
Code author: Dean Rasheed (dev-group@ucs.cam.ac.uk)
- scheme¶
- str
The identifierâs scheme (e.g.,
"crsid"
).
- value¶
- str
The identifierâs value in that scheme (e.g., a specific CRSid value).