Data Source: oci_database_management_named_credentials

This data source provides the list of Named Credentials in Oracle Cloud Infrastructure Database Management service.

Gets a single named credential specified by the name or all the named credentials in a specific compartment.

Example Usage

data "oci_database_management_named_credentials" "test_named_credentials" {
	#Required
	compartment_id = var.compartment_id

	#Optional
	associated_resource = var.named_credential_associated_resource
	name = var.named_credential_name
	scope = var.named_credential_scope
	type = var.named_credential_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

NamedCredential Reference

The following attributes are exported: