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