github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/resources/service_credential_binding_details_resource.go (about)

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