Data Source: oci_data_safe_crypto_assessment_keys

This data source provides the list of Crypto Assessment Keys in Oracle Cloud Infrastructure Data Safe service.

Gets a paginated list of cryptographic keys across targets in a compartment. Use assessmentId to narrow results to one crypto assessment.

Example Usage

data "oci_data_safe_crypto_assessment_keys" "test_crypto_assessment_keys" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	access_level = var.crypto_assessment_key_access_level
	assessment_id = oci_database_migration_assessment.test_assessment.id
	assessment_type = var.crypto_assessment_key_assessment_type
	compartment_id_in_subtree = var.crypto_assessment_key_compartment_id_in_subtree
	feature = var.crypto_assessment_key_feature
	key_id = oci_kms_key.test_key.id
	key_manager_type = var.crypto_assessment_key_key_manager_type
	key_type = var.crypto_assessment_key_key_type
	target_id = oci_cloud_guard_target.test_target.id
	target_ids = var.crypto_assessment_key_target_ids
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

CryptoAssessmentKey Reference

The following attributes are exported: