You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Service credential bindings can be of type <code class="prettyprint">app</code> or <code class="prettyprint">key</code>.</p>
25762
25762
25763
-
<p>A service credential binding is of type <code class="prettyprint">app</code> when it is a binding between a <a href="#service-instances">service instance</a> and an <a href="#apps">application</a>
25763
+
<p>A service credential binding is of type <code class="prettyprint">app</code> when it is a binding between a <a href="#service-instances">service instance</a> and an <a href="#apps">application</a>.
25764
25764
Not all services support this binding, as some services deliver value to users directly without integration with an application.
25765
25765
Field <code class="prettyprint">broker_catalog.features.bindable</code> from <a href="#the-service-plan-object">service plan</a> of the service instance can be used to determine if it is bindable.</p>
<td>The app to be bound. Required when type is <code class="prettyprint">app</code></td>
26136
26136
</tr>
26137
26137
<tr>
26138
+
<td><strong>strategy</strong></td>
26139
+
<td>string</td>
26140
+
<td>Strategy for creating the service credential binding. Valid values are <code class="prettyprint">single</code> (default) and <code class="prettyprint">multiple</code> (experimental). Only valid when type is <code class="prettyprint">app</code>.</td>
26141
+
</tr>
26142
+
<tr>
26138
26143
<td><strong>parameters</strong></td>
26139
26144
<td><em>object</em></td>
26140
26145
<td>A JSON object that is passed to the service broker</td>
0 commit comments