Function

bind

Bind new credentials for the provisioned service publishing them to the credential store. Scopes limit access to the service for the binding. The specific scopes available are defined by the service. An error is returned if the scopes are invalid or the binding could not be created for any reason.

bind: func(binding-id: service-binding-id, instance-id: service-instance-id, scopes: option​<list​<scope>>) -> result​<_, error>;