Data Source: oci_identity_domains_my_api_key

This data source provides details about a specific My Api Key resource in Oracle Cloud Infrastructure Identity Domains service.

Get a user’s own API key.

Example Usage

data "oci_identity_domains_my_api_key" "test_my_api_key" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	my_api_key_id = oci_identity_api_key.test_api_key.id

	#Optional
	authorization = var.my_api_key_authorization
	resource_type_schema_version = var.my_api_key_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: