Data Source: oci_identity_domains_user

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

Get a user.

Example Usage

data "oci_identity_domains_user" "test_user" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	user_id = oci_identity_user.test_user.id

	#Optional
	attribute_sets = []
	attributes = ""
	authorization = var.user_authorization
	resource_type_schema_version = var.user_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: