Data Source: oci_identity_domains_my_customer_secret_key

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

Get a user’s own customer secret key.

Example Usage

data "oci_identity_domains_my_customer_secret_key" "test_my_customer_secret_key" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	my_customer_secret_key_id = oci_identity_customer_secret_key.test_customer_secret_key.id

	#Optional
	authorization = var.my_customer_secret_key_authorization
	resource_type_schema_version = var.my_customer_secret_key_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: