Data Source: oci_identity_domains_customer_secret_key

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

Get a user's customer secret key.

Example Usage

data "oci_identity_domains_customer_secret_key" "test_customer_secret_key" {
    #Required
    customer_secret_key_id = oci_identity_customer_secret_key.test_customer_secret_key.id
    idcs_endpoint = data.oci_identity_domain.test_domain.url

    #Optional
    attribute_sets = []
    attributes = ""
    authorization = var.customer_secret_key_authorization
    resource_type_schema_version = var.customer_secret_key_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: