ServiceBinding Object
Contains information about a specific binding for a service associated with an asset.
This object is used by the following operations:
- Operations that reference the ServiceBindings object
The properties included in the ServiceBinding object are listed below.
| Property | Type | Description |
|---|---|---|
| BindingQName | string | The QName for the binding of the asset. |
| BindingKey | string | The unique UDDI key used for the API binding in Policy Manager. |
| InterfaceQName | string | The QName for the API interface; a unique ID, for internal use only. |
| InterfaceKey | string | The unique UDDI key used for the API interface in Policy Manager. |
| BindingType | string | The API binding type; for example, binding.http. For valid values, see API Binding Types. |
| BindingOperations | BindingOperations | Contains information about one or more operations associated with a binding for an asset. |