Data Source: oci_identity_domains_my_auth_token

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

Get a user’s own Auth token.

Example Usage

data "oci_identity_domains_my_auth_token" "test_my_auth_token" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	my_auth_token_id = oci_identity_auth_token.test_auth_token.id

	#Optional
	authorization = var.my_auth_token_authorization
	resource_type_schema_version = var.my_auth_token_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: