Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Param name

Value

Description

asset_api_key

18e98215-f891-43a9-9e4a-405b12ee59e1

Any string that will be set in the Asset+ viewer as API Key used to identify the caller in the Asset+ system.

assetIdp_name

asset-kc-oidc

A name (alias) of the Identity Provider that stores authentication configuration for Asset+

asssetIdp_audience

asset-api

Audience parameter from Asset+ auth system.

assetIdp_subjectField

email

What user property should be used to identify user in Asset+ system

asset_api_url

http://dev-asset-plus.serviceworksglobal.cloud/api/v1/AssetDB

What is the Asset+ API endpoint. (warning) MUST BE SSL/HTTPS

assetMobile3D

true/faslse

Additional flag to enable/disable 3D viewer on mobile device

asset_take_param_value

DEFAULT_ASSET_TAKE_SIZE = "10000";

Number of records to request/fetch at one time form Asset+

NOTE: Asset does sort objects before they are fetched, so it often runs out of memory regardless of this size.

asset_chunk_size

DEFAULT_ASSET_CHUNK_SIZE = "1000";

Number of record to be sent to Asset in update chunks.

subtree_perspective_id

Set to perspective ID taken from config

Perspective used to build sub-tree.

...