vantage 0.1.50 published on Monday, Apr 7, 2025 by vantage-sh
vantage.getManagedAccounts
Explore with Pulumi AI
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.
- Managed
Accounts List<GetManaged Accounts Managed Account>
- Id string
- The provider-assigned unique ID for this managed resource.
- Managed
Accounts []GetManaged Accounts Managed Account
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Accounts List<GetManaged Accounts Managed Account>
- id string
- The provider-assigned unique ID for this managed resource.
- managed
Accounts GetManaged Accounts Managed Account[]
- id str
- The provider-assigned unique ID for this managed resource.
- managed_
accounts Sequence[GetManaged Accounts Managed Account]
- id String
- The provider-assigned unique ID for this managed resource.
- managed
Accounts List<Property Map>
Supporting Types
GetManagedAccountsManagedAccount
- Access
Credential Tokens This property is required. List<string> - The tokens for the Access Credentials assigned to the Managed Account.
- Billing
Rule Tokens This property is required. List<string> - The tokens for the Billing Rules assigned to the Managed Account.
- Contact
Email This property is required. string - Name
This property is required. string - Parent
Account Token This property is required. string - The token for the parent Account.
- Token
This property is required. string
- Access
Credential Tokens This property is required. []string - The tokens for the Access Credentials assigned to the Managed Account.
- Billing
Rule Tokens This property is required. []string - The tokens for the Billing Rules assigned to the Managed Account.
- Contact
Email This property is required. string - Name
This property is required. string - Parent
Account Token This property is required. string - The token for the parent Account.
- Token
This property is required. string
- access
Credential Tokens This property is required. List<String> - The tokens for the Access Credentials assigned to the Managed Account.
- billing
Rule Tokens This property is required. List<String> - The tokens for the Billing Rules assigned to the Managed Account.
- contact
Email This property is required. String - name
This property is required. String - parent
Account Token This property is required. String - The token for the parent Account.
- token
This property is required. String
- access
Credential Tokens This property is required. string[] - The tokens for the Access Credentials assigned to the Managed Account.
- billing
Rule Tokens This property is required. string[] - The tokens for the Billing Rules assigned to the Managed Account.
- contact
Email This property is required. string - name
This property is required. string - parent
Account Token This property is required. string - The token for the parent Account.
- token
This property is required. string
- access_
credential_ tokens This property is required. Sequence[str] - The tokens for the Access Credentials assigned to the Managed Account.
- billing_
rule_ tokens This property is required. Sequence[str] - The tokens for the Billing Rules assigned to the Managed Account.
- contact_
email This property is required. str - name
This property is required. str - parent_
account_ token This property is required. str - The token for the parent Account.
- token
This property is required. str
- access
Credential Tokens This property is required. List<String> - The tokens for the Access Credentials assigned to the Managed Account.
- billing
Rule Tokens This property is required. List<String> - The tokens for the Billing Rules assigned to the Managed Account.
- contact
Email This property is required. String - name
This property is required. String - parent
Account Token This property is required. String - The token for the parent Account.
- token
This property is required. String
Package Details
- Repository
- vantage vantage-sh/terraform-provider-vantage
- License
- Notes
- This Pulumi package is based on the
vantage
Terraform Provider.