Get a route exposure descriptor
Reads one route exposure descriptor by id.
Path parameters
Stable identifier of an externally callable route exposure descriptor.
Stable identifier of a route exposure descriptor.
Response
Route exposure descriptor.
Example response
{
"exposureDescriptorId": "proof-vault-read-exposure",
"exposedCapabilityId": "proof-vault-read",
"owningTenantId": "acme",
"organizationUnitId": "nl-ops",
"brandId": "brand-a",
"logicalConnectionBindingId": "brand-a-proof-vault",
"exchangeMode": "EXTERNALLY_INITIATED_READ",
"allowedOperation": "READ",
"acceptedAuthMethods": [
"bearer",
"mtls"
],
"payloadLimitBytes": 1048576,
"auditCategory": "EXTERNAL_EXCHANGE"
}Changes
Changed in 1 of the 2 revisions of this API.22
- ●
added the new
EXTERNALLY_INITIATED_READenum value to theexchangeModeresponse property for the response status200response-property-enum-value-added
- ●
added the new
EXTERNALLY_INITIATED_WRITEenum value to theexchangeModeresponse property for the response status200response-property-enum-value-added
- ○
removed the
EXTERNALLY_INITIATED_READ_FROM_VDXenum value from theexchangeModeresponse property for the response status200response-property-enum-value-removed
- ○
removed the
EXTERNALLY_INITIATED_WRITE_INTO_VDXenum value from theexchangeModeresponse property for the response status200response-property-enum-value-removed
- ●