Class ServiceInstanceCredentialName

java.lang.Object
org.springframework.credhub.support.CredentialName
org.springframework.credhub.support.ServiceInstanceCredentialName

public class ServiceInstanceCredentialName extends CredentialName
The client-provided name of a credential that stores service instance binding credentials. Service instance binding credential names consist of four segments: service broker name, service offering name, service binding GUID, and credential name. When these values are combined the full name of the credential will be of the form /c/service-broker-name/service-offering-name/binding-GUID/credential-name. Objects of this type are created by clients and included as part of requests.
Author:
Scott Frederick