Lifecycle
Get KMS provider lifecycle metadata
Returns lifecycle metadata for a KMS provider instance, including ownership scope, lifecycle status, and deletion protection. This endpoint reads KMS instance metadata; platform configuration remains responsible for creating providers and enabling or disabling provider configuration.
get/{tenantId}/kms/providers/{providerId}/lifecycle
Response
Provider lifecycle metadata.
Example response
{
"tenantId": "tenant-001",
"providerId": "software",
"protectedSystemProvider": true,
"updatedAt": "2026-06-18T10:15:30Z"
}