Data Source: oci_kms_keys

This data source provides the list of Keys in Oracle Cloud Infrastructure Kms service.

Lists the master encryption keys in the specified vault and compartment.

As a management operation, this call is subject to a Key Management limit that applies to the total number of requests across all management read operations. Key Management might throttle this call to reject an otherwise valid request when the total rate of management read operations exceeds 10 requests per second for a given tenancy.

Example Usage

data "oci_kms_keys" "test_keys" {
	#Required
	compartment_id = var.compartment_id
	management_endpoint = var.key_management_endpoint

	#Optional
	algorithm = var.key_algorithm
	length = var.key_length
	curve_id = oci_kms_curve.test_curve.id
	protection_mode = var.key_protection_mode
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Key Reference

The following attributes are exported: