Data Source: oci_identity_customer_secret_keys

This data source provides the list of Customer Secret Keys in Oracle Cloud Infrastructure Identity service.

Lists the secret keys for the specified user. The returned object contains the secret key’s OCID, but not the secret key itself. The actual secret key is returned only upon creation.

Example Usage

data "oci_identity_customer_secret_keys" "test_customer_secret_keys" {
	#Required
	user_id = oci_identity_user.test_user.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

CustomerSecretKey Reference

The following attributes are exported: