SDK guide
Overview
SDK Platform API for Key Management Service. Provides key management and cryptographic operations for SDK integration.
Ready-to-use code snippets to help your team integrate KMS API quickly. Copy, paste, and replace placeholder values with your actual API key and key IDs.
Menu for SDK guide
Authentication method
This API supports two authentication methods: API Key (simplest) & OAuth 2.0 Client Credentials (M2M)
Key Management
Key lifecycle operations - create, update, and rotate keys
Crypto Operations
Cryptographic operations - encrypt and decrypt data using CMKs
Models (For more details, please access the SDK in the KMS app to view the full information.)
ErrorResponseCopy
CreateKeyRequestCopy
UpdateKeyRequestCopy
RotateKeyRequestCopy
KeyResponseCopy
KeyDataCopy
EncryptRequestCopy
DecryptRequestCopy
EncryptResponseCopy
DecryptResponse
Last updated