Data Source: oci_identity_domains_my_trusted_user_agent

This data source provides details about a specific My Trusted User Agent resource in Oracle Cloud Infrastructure Identity Domains service.

Get a Trusted User Agent

Example Usage

data "oci_identity_domains_my_trusted_user_agent" "test_my_trusted_user_agent" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	my_trusted_user_agent_id = oci_cloud_bridge_agent.test_agent.id

	#Optional
	attribute_sets = []
	attributes = ""
	authorization = var.my_trusted_user_agent_authorization
	resource_type_schema_version = var.my_trusted_user_agent_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: