1. Packages
  2. Vantage Provider
  3. API Docs
  4. getManagedAccounts
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

vantage.getManagedAccounts

Explore with Pulumi AI

vantage logo
vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh

    Using getManagedAccounts

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getManagedAccounts(opts?: InvokeOptions): Promise<GetManagedAccountsResult>
    function getManagedAccountsOutput(opts?: InvokeOptions): Output<GetManagedAccountsResult>
    def get_managed_accounts(opts: Optional[InvokeOptions] = None) -> GetManagedAccountsResult
    def get_managed_accounts_output(opts: Optional[InvokeOptions] = None) -> Output[GetManagedAccountsResult]
    func GetManagedAccounts(ctx *Context, opts ...InvokeOption) (*GetManagedAccountsResult, error)
    func GetManagedAccountsOutput(ctx *Context, opts ...InvokeOption) GetManagedAccountsResultOutput

    > Note: This function is named GetManagedAccounts in the Go SDK.

    public static class GetManagedAccounts 
    {
        public static Task<GetManagedAccountsResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetManagedAccountsResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedAccountsResult> getManagedAccounts(InvokeOptions options)
    public static Output<GetManagedAccountsResult> getManagedAccounts(InvokeOptions options)
    
    fn::invoke:
      function: vantage:index/getManagedAccounts:getManagedAccounts
      arguments:
        # arguments dictionary

    getManagedAccounts Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedAccounts List<GetManagedAccountsManagedAccount>
    Id string
    The provider-assigned unique ID for this managed resource.
    ManagedAccounts []GetManagedAccountsManagedAccount
    id String
    The provider-assigned unique ID for this managed resource.
    managedAccounts List<GetManagedAccountsManagedAccount>
    id string
    The provider-assigned unique ID for this managed resource.
    managedAccounts GetManagedAccountsManagedAccount[]
    id str
    The provider-assigned unique ID for this managed resource.
    managed_accounts Sequence[GetManagedAccountsManagedAccount]
    id String
    The provider-assigned unique ID for this managed resource.
    managedAccounts List<Property Map>

    Supporting Types

    GetManagedAccountsManagedAccount

    AccessCredentialTokens List<string>
    The tokens for the Access Credentials assigned to the Managed Account.
    BillingRuleTokens List<string>
    The tokens for the Billing Rules assigned to the Managed Account.
    ContactEmail string
    Name string
    ParentAccountToken string
    The token for the parent Account.
    Token string
    AccessCredentialTokens []string
    The tokens for the Access Credentials assigned to the Managed Account.
    BillingRuleTokens []string
    The tokens for the Billing Rules assigned to the Managed Account.
    ContactEmail string
    Name string
    ParentAccountToken string
    The token for the parent Account.
    Token string
    accessCredentialTokens List<String>
    The tokens for the Access Credentials assigned to the Managed Account.
    billingRuleTokens List<String>
    The tokens for the Billing Rules assigned to the Managed Account.
    contactEmail String
    name String
    parentAccountToken String
    The token for the parent Account.
    token String
    accessCredentialTokens string[]
    The tokens for the Access Credentials assigned to the Managed Account.
    billingRuleTokens string[]
    The tokens for the Billing Rules assigned to the Managed Account.
    contactEmail string
    name string
    parentAccountToken string
    The token for the parent Account.
    token string
    access_credential_tokens Sequence[str]
    The tokens for the Access Credentials assigned to the Managed Account.
    billing_rule_tokens Sequence[str]
    The tokens for the Billing Rules assigned to the Managed Account.
    contact_email str
    name str
    parent_account_token str
    The token for the parent Account.
    token str
    accessCredentialTokens List<String>
    The tokens for the Access Credentials assigned to the Managed Account.
    billingRuleTokens List<String>
    The tokens for the Billing Rules assigned to the Managed Account.
    contactEmail String
    name String
    parentAccountToken String
    The token for the parent Account.
    token String

    Package Details

    Repository
    vantage vantage-sh/terraform-provider-vantage
    License
    Notes
    This Pulumi package is based on the vantage Terraform Provider.
    vantage logo
    vantage 0.1.48 published on Tuesday, Mar 18, 2025 by vantage-sh