dynamicValueContext

Namespace: (default namespace)
XML Schema: vcac-service-catalog-rest-schema.xsd

Metadata for dynamic values retrieved by a provider based on the given #providerEntityId and #parameterMappings. TODO: improve javadoc

XML

Attributes

name type description
providerEntityId string The id of the entity that is backing up this dynamic value. The one retrieving the value will know how to handle and retrieve values based on this entity id. TODO: improve javadoc

Elements

name (type) min/max
occurs
description
parameterMappings (parameterMappingCollection) 1/1 Optional mappings that can be provided to the provider when calculating the dynamic value. TODO: improve javadoc

JSON

property type description
providerEntityId string The id of the entity that is backing up this dynamic value. The one retrieving the value will know how to handle and retrieve values based on this entity id. TODO: improve javadoc
parameterMappings parameterMappings (parameterMappingCollection) Optional mappings that can be provided to the provider when calculating the dynamic value. TODO: improve javadoc