» Data Source: oci_kms_key
This data source provides details about a specific Key resource in Oracle Cloud Infrastructure Kms service.
Gets information about the specified key.
» Example Usage
data "oci_kms_key" "test_key" {
#Required
key_id = "${oci_kms_key.test_key.id}"
management_endpoint = "${var.key_management_endpoint}"
}
» Argument Reference
The following arguments are supported:
-
key_id
- (Required) The OCID of the key. -
management_endpoint
- (Required) The service endpoint to perform management operations against. Management operations include 'Create,' 'Update,' 'List,' 'Get,' and 'Delete' operations. See Vault Management endpoint.
» Attributes Reference
The following attributes are exported:
-
compartment_id
- The OCID of the compartment that contains this key. -
current_key_version
- The OCID of the KeyVersion resource used in cryptographic operations. During key rotation, service may be in transitional state where this or a newer KeyVersion are used intermittently, and currentKeyVersion field is updated once service is guaranteed to use new KeyVersion for all consequent encrypt operations. -
defined_tags
- Usage of predefined tag keys. These predefined keys are scoped to namespaces. Example:{"foo-namespace.bar-key": "foo-value"}
-
display_name
- A user-friendly name for the key. It does not have to be unique, and it is changeable. Avoid entering confidential information. -
freeform_tags
- Simple key-value pair that is applied without any predefined name, type, or scope. Exists for cross-compatibility only. Example:{"bar-key": "value"}
-
id
- The OCID of the key. -
key_shape
- -
state
- The key's current state. Example:ENABLED
-
time_created
- The date and time the key was created, expressed in RFC 3339 timestamp format. Example:2018-04-03T21:10:29.600Z
-
vault_id
- The OCID of the vault that contains this key.