Values.SubscribedAssetSourceThe details of the asset for which the subscription grant is created.
type nonrec t = {assetId : AssetId.t option;The identifier of the asset for which the subscription grant is created.
*)assetRevision : Revision.t option;The revision of the asset for which the subscription grant is created.
*)status : SubscriptionGrantStatus.t option;The status of the asset for which the subscription grant is created.
*)targetName : String_.t option;The target name of the asset for which the subscription grant is created.
*)failureCause : FailureCause.t option;The failure cause included in the details of the asset for which the subscription grant is created.
*)grantedTimestamp : Timestamp.t option;The timestamp of when the subscription grant to the asset is created.
*)failureTimestamp : Timestamp.t option;The failure timestamp included in the details of the asset for which the subscription grant is created.
*)assetScope : AssetScope.t option;The asset scope of the subscribed asset.
*)permissions : Permissions.t option;The asset permissions.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of AssetId.t
| `Structure of
(string
* [> `List of [> `Enum of string | `String of FilterId.t ] list
| `String of String_.t ])
list
| `Timestamp of Timestamp.t ])
list ]