Data Source: oci_identity_domains_account_mgmt_info

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

Get Account Mgmt Info

Example Usage

data "oci_identity_domains_account_mgmt_info" "test_account_mgmt_info" {
	#Required
	account_mgmt_info_id = oci_identity_domains_account_mgmt_info.test_account_mgmt_info.id
	idcs_endpoint = data.oci_identity_domain.test_domain.url

	#Optional
	attribute_sets = ["all"]
	attributes = ""
	authorization = var.account_mgmt_info_authorization
	resource_type_schema_version = var.account_mgmt_info_resource_type_schema_version
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported: