Data Source: oci_identity_ui_password

This data source provides details about a specific Ui Password resource in Oracle Cloud Infrastructure Identity service.

Gets the specified user’s console password information. The returned object contains the user’s OCID, but not the password itself. The actual password is returned only when created or reset.

Example Usage

data "oci_identity_ui_password" "test_ui_password" {
	#Required
	user_id = oci_identity_user.test_user.id
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: