Skip to content

KMS Keys

Provider: Alibaba Cloud
Service ID: alibaba_kms_keys
Rendering: Standard table with expandable detail rows

Quick Example

<script>
var serviceDiscoveryRequests = serviceDiscoveryRequests || [];
serviceDiscoveryRequests.push({
    service: 'alibaba_kms_keys',
    provider: 'alibaba',
    region: 'default',
    source: 'live',
    attributes: ['key_id', 'status', 'purpose', 'origin', 'protection_level', 'key_spec']
});
</script>

<div data-sd-service="alibaba_kms_keys" data-sd-source="live"></div>

Default Attributes

When no attributes array is specified, these columns are displayed:

attributes: ['key_id', 'status', 'purpose', 'origin', 'protection_level', 'key_spec']

All Attributes

Attribute Display Name Format Description
key_id Key ID text From API field: KeyId
status Status status_badge From API field: KeyState
purpose Key Usage text From API field: KeyUsage
origin Origin text From API field: Origin
description Description text From API field: Description
protection_level Protection Level text From API field: ProtectionLevel
creation_date Creation Date datetime From API field: CreationDate
key_spec Key Spec text From API field: KeySpec
tags Tags tags_table All tags/labels as a key-value table

= included in default view

Sort Order

Results are sorted by: key_id