https://ns.adobe.com/helix/shared/mountpoint#/oneOf/1
Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
---|---|---|---|---|---|---|---|
Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | mountpoint.schema.json* |
object
(Details)
Property | Type | Required | Nullable | Defined by |
---|---|---|---|---|
url | string |
Required | cannot be null | Mount Point |
fallbackPath | string |
Optional | cannot be null | Mount Point |
credentials | array |
Optional | cannot be null | Mount Point |
tenantId | string |
Optional | cannot be null | Mount Point |
url
-
is required
-
Type:
string
-
cannot be null
-
defined in: Mount Point
string
URI: the string must be a URI, according to RFC 3986
Specifies the fallback path if the requested item cannot be found. The fallback path is relative to the basepath of the item originally requested, so if the requested item is /foo/bar.md
and the fallbackPath
is baz.md
, then /foo/baz.md
will be the fallback item.
fallbackPath
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Mount Point
string
encrypted credentials.
credentials
-
is optional
-
Type:
string[]
-
cannot be null
-
defined in: Mount Point
string[]
Onedrive tenant id. If missing, it is computed from url.
tenantId
-
is optional
-
Type:
string
-
cannot be null
-
defined in: Mount Point
string