Lifecycle
Upsert KMS provider lifecycle metadata
Creates or updates lifecycle metadata for a KMS provider instance. Provider activation and deactivation are still handled by platform configuration; this endpoint records lifecycle classification, lifecycle status, and system protection metadata used by KMS deletion and migration policy.
put/{tenantId}/kms/providers/{providerId}/lifecycle
Request body
Response
Provider lifecycle metadata.
Example response
{
"tenantId": "tenant-001",
"providerId": "software",
"protectedSystemProvider": true,
"updatedAt": "2026-06-18T10:15:30Z"
}