account-tenant-read
or account-admin
Gets the Keys for a Tenant by the tenantId
.
OK - Returns the Tenant Keys response.
Unauthorized
Forbidden
{- "tenantKeys": [
- {
- "identity": "string",
- "name": "string",
- "publicKey": "string",
- "roles": [
- "string"
]
}
]
}
account-tenant-write
or account-admin
Create a new Tenant Key for tenantId
.
Created - Returns the Vaulted Key response.
Unauthorized
Forbidden
{- "name": "string",
- "roles": [
- "string"
]
}
{- "identity": "string",
- "name": "string",
- "publicKey": "string",
- "privateKey": "string",
- "roles": [
- "string"
]
}
account-tenant-read
or account-admin
Gets a Tenant Key by the tenantId
and publicKey
.
OK - Returns the Key response.
Unauthorized
Forbidden
{- "identity": "string",
- "name": "string",
- "publicKey": "string",
- "roles": [
- "string"
]
}
account-tenant-write
or account-admin
Updates a Tenant Key by the tenantId
and publicKey
.
No Content.
Unauthorized
Forbidden
{- "name": "string",
- "roles": [
- "string"
]
}
account-tenant-write
or account-admin
Deletes a Tenant Key by the tenantId
and publicKey
.
No Content.
Unauthorized
Forbidden