Data Source: oci_kms_decrypted_data

The oci_kms_decrypted_data data source provides details about a specific DecryptedData

Decrypts data using the given DecryptDataDetails resource.

Example Usage

data "oci_kms_decrypted_data" "test_decrypted_data" {
	#Required
	ciphertext = var.decrypted_data_ciphertext
	crypto_endpoint = var.decrypted_data_crypto_endpoint
	key_id = oci_kms_key.test_key.id

	#Optional
	associated_data = var.decrypted_data_associated_data
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: