LogicalConnectionBindings
Get a logical connection binding
Reads one logical connection binding by id.
get/logical/bindings/{logicalConnectionBindingId}
Path parameters
logicalConnectionBindingIdstring required
Stable identifier of a tenant, OU, brand, legal-entity, or channel usage binding for a physical connector instance.
Example:brand-a-proof-vault
Stable identifier of a logical connection binding.
Response
Logical connection binding.
Example response
{
"logicalConnectionBindingId": "brand-a-proof-vault",
"physicalConnectorInstanceId": "8a7f09af-7ac9-4d96-91f9-a2a252f4aa4b",
"logicalContext": {
"tenantId": "acme",
"organizationUnitId": "nl-ops",
"brandId": "brand-a"
},
"authOverlay": {
"mode": "TENANT_SECRET_REF",
"secretRef": "vault://tenant/acme/connectors/proof-vault"
},
"allowedOperations": [
"READ",
"WRITE"
]
}