github.com/DaAlbrecht/cf-cli@v0.0.0-20231128151943-1fe19bb400b9/resources/service_credential_binding_details_resource.go (about)

     1  package resources
     2  
     3  type ServiceCredentialBindingDetails struct {
     4  	Credentials map[string]interface{} `json:"credentials"`
     5  }