DhubAssetSourceRef
D.Hub asset locator identified by source, asset type, and asset identifier. Access is checked with the current user's credentials when the report input is resolved, before the report run is submitted. subresource_type and subresource_id must be provided together; version is optional.
kindKind (string)
Constant value:
dhub.assetDefault value:
dhub.assetsource_idSource Id (string)required
Possible values: non-empty and <= 128 characters
asset_typeAsset Type (string)required
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-z][a-z0-9_.-]*$
asset_idAsset Id (string)required
Possible values: non-empty and <= 512 characters
subresource_type object
anyOf
- string
- null
string
Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-z][a-z0-9_.-]*$
subresource_id object
anyOf
- string
- null
string
Possible values: non-empty and <= 1024 characters
version object
anyOf
- string
- null
string
Possible values: non-empty and <= 512 characters
DhubAssetSourceRef
{
"kind": "dhub.asset",
"source_id": "string",
"asset_type": "string",
"asset_id": "string",
"subresource_type": "string",
"subresource_id": "string",
"version": "string"
}