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"
}Changes
Changed in 1 of the 10 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 4 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○