Data Source: oci_management_agent_named_credentials

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

A list of Management Agent Data Sources for the given Management Agent Id.

Example Usage

data "oci_management_agent_named_credentials" "test_named_credentials" {
	#Required
	management_agent_id = oci_management_agent_management_agent.test_management_agent.id

	#Optional
	id = [var.named_credential_id]
	name = [var.named_credential_name]
	state = [var.named_credential_state]
	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: