본문으로 건너뛰기

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)
상수 값: dhub.asset
기본값: dhub.asset
source_idSource Id (string)필수

Possible values: non-empty and <= 128 characters

asset_typeAsset Type (string)필수

Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-z][a-z0-9_.-]*$

asset_idAsset Id (string)필수

Possible values: non-empty and <= 512 characters

subresource_type object
하나 이상(anyOf)
string

Possible values: non-empty and <= 64 characters, Value must match regular expression ^[a-z][a-z0-9_.-]*$

subresource_id object
하나 이상(anyOf)
string

Possible values: non-empty and <= 1024 characters

version object
하나 이상(anyOf)
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"
}