v1

latestOpenAPI 3.0.02026-08-04101039.1 KB
tenant key provider management

List AWS key providers registered for the tenant.

Returns a list of AWS key providers in the tenant. Use /actions/list to return all key providers.

get/api/v1/encryption/keyproviders

Headers

Authorizationstring required

The JWT used for authentication. Send the JWT in the request header using the Bearer schema.

Response

Successfully retrieved list of key providers

Example response

{
  "errors": [
    {
      "arn": "arn:aws:kms:eu-west-1:111222334455:key/mrk-1237c011a37erft67ei987c7612q456",
      "name": "test name",
      "current": false,
      "description": "test description",
      "drCompliant": true,
      "keyprovider": "AWS-KMS",
      "multiRegion": true,
      "replicaKeys": [
        {
          "arn": "arn:aws:kms:eu-west-3:111222334455:key/mrk-1237c011a37erft67ei987c7612q456",
          "region": "eu-west-3"
        }
      ],
      "complianceError": [
        {
          "code": "",
          "region": "",
          "message": ""
        }
      ]
    }
  ]
}