> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vantage.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# vantage_managed_accounts (Data Source)

> Terraform data source reference for vantage_managed_accounts (Data Source). Auto-generated from the vantage-sh/terraform-provider-vantage repository.

<Note>
  This page is auto-generated based on the official [Terraform documentation](https://registry.terraform.io/providers/vantage-sh/vantage/latest/docs).
</Note>

## Overview

Use this data source with the [Vantage Terraform provider](/terraform). For installation and authentication, see the [Terraform provider quickstart](/terraform#quickstart). The schema below is generated directly from the provider source.

## Schema

### Read-Only

* `managed_accounts` (Attributes List) (see [below for nested schema](#nestedatt--managed_accounts))

<a id="nestedatt--managed_accounts" />

### Nested Schema for `managed_accounts`

Read-Only:

* `access_credential_tokens` (List of String) The tokens for the Access Credentials assigned to the Managed Account.
* `billing_information_attributes` (Attributes) (see [below for nested schema](#nestedatt--managed_accounts--billing_information_attributes))
* `billing_rule_tokens` (List of String) The tokens for the Billing Rules assigned to the Managed Account.
* `business_information_attributes` (Attributes) (see [below for nested schema](#nestedatt--managed_accounts--business_information_attributes))
* `contact_email` (String)
* `email_domain` (String) Email domain associated with this Managed Account for SSO.
* `id` (String) The id of the resource
* `include_managed_account_integrations` (Boolean) Whether to include managed account's own integrations in invoice cost calculations (MSP invoicing accounts only)
* `msp_billing_profile_token` (String) Token of the MSP billing profile used for this managed account (MSP invoicing accounts only)
* `name` (String)
* `parent_account_token` (String) The token for the parent Account.
* `payment_terms_days` (Number) Number of days until payment is due after invoice date (MSP invoicing accounts only)
* `token` (String)

<a id="nestedatt--managed_accounts--billing_information_attributes" />

### Nested Schema for `managed_accounts.billing_information_attributes`

Read-Only:

* `address_line_1` (String) First line of billing address
* `address_line_2` (String) Second line of billing address
* `billing_email` (List of String) Array of billing email addresses
* `city` (String) City for billing address
* `company_name` (String) Company name for billing
* `country_code` (String) ISO country code
* `postal_code` (String) Postal or ZIP code
* `state` (String) State or province for billing address
* `token` (String)

<a id="nestedatt--managed_accounts--business_information_attributes" />

### Nested Schema for `managed_accounts.business_information_attributes`

Read-Only:

* `metadata` (Attributes) (see [below for nested schema](#nestedatt--managed_accounts--business_information_attributes--metadata))
* `token` (String)

<a id="nestedatt--managed_accounts--business_information_attributes--metadata" />

### Nested Schema for `managed_accounts.business_information_attributes.metadata`

Read-Only:

* `custom_fields` (Attributes List) Array of custom field objects (see [below for nested schema](#nestedatt--managed_accounts--business_information_attributes--metadata--custom_fields))

<a id="nestedatt--managed_accounts--business_information_attributes--metadata--custom_fields" />

### Nested Schema for `managed_accounts.business_information_attributes.metadata.custom_fields`

Read-Only:

* `name` (String) Custom field name
* `value` (String) Custom field value
