Get Trust Properties

Get Trust Properties

Returns information about the supported algorithms and key sizes.

Request
URI
GET
https://api_host/napp/api/v1/platform/trust-management/self
COPY
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Returns TrustProperties of type(s) application/json
{
    "supported_algorithms": [
        {
            "name": "string",
            "key_size": [
                0
            ]
        }
    ]
}
supported_algorithms
Required

List of supported algorithms.


400

Unknown backend error

Operation doesn't return any data structure