Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 1.17 KB

PortingOrderSharingToken.md

File metadata and controls

29 lines (17 loc) · 1.17 KB

PortingOrderSharingToken

Properties

Name Type Description Notes
id UUID Uniquely identifies this sharing token [optional]
portingOrderId UUID Identifies the porting order resource being shared [optional]
expiresInSeconds Integer The number of seconds until the sharing token expires [optional]
permissions List<PermissionsEnum> The permissions granted to the sharing token [optional]
token String A signed JWT token that can be used to access the shared resource [optional]
expiresAt OffsetDateTime ISO 8601 formatted date indicating when the sharing token expires. [optional]
recordType String Identifies the type of the resource. [optional] [readonly]
createdAt OffsetDateTime ISO 8601 formatted date indicating when the resource was created. [optional]

Enum: List<PermissionsEnum>

Name Value
READ "porting_order.document.read"
UPDATE "porting_order.document.update"