KmsProviders
Enable or disable a KMS provider
Enables or disables a KMS provider for the tenant. Protected system providers, including the tenant root provider identified by the initial tenant slug, hold operational key material and cannot be disabled.
patch/tenants/{tenantId}/kms/providers/{providerId}/enable
Parameters
./platform-config-components.yml#/components/parameters/TenantId — unresolved $ref
./platform-config-components.yml#/components/parameters/KmsProviderId — unresolved $ref
Request body
EnableKmsProviderRequest required— unresolved $ref
Response
Updated KMS provider.
KmsProvider required— unresolved $ref
Changes
Changed in 1 of the 19 revisions of this API.1
- ○
endpoint added
endpoint-added
- ○