Data Source: oci_identity_domains_my_support_account

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

Get a user’s own support account.

Example Usage

data "oci_identity_domains_my_support_account" "test_my_support_account" {
	#Required
	idcs_endpoint = data.oci_identity_domain.test_domain.url
	my_support_account_id = oci_identity_domains_my_support_account.test_my_support_account.id

	#Optional
	authorization = var.my_support_account_authorization
	resource_type_schema_version = var.my_support_account_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: