| 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] |
| Name | Value |
|---|---|
| READ | "porting_order.document.read" |
| UPDATE | "porting_order.document.update" |