1. Packages
  2. Bytepluscc Provider
  3. API Docs
  4. vedbm
  5. getAccount
Viewing docs for bytepluscc v0.0.21
published on Thursday, Apr 2, 2026 by Byteplus
bytepluscc logo
Viewing docs for bytepluscc v0.0.21
published on Thursday, Apr 2, 2026 by Byteplus

    Data Source schema for Byteplus::VEDBM::Account

    Using getAccount

    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 getAccount(args: GetAccountArgs, opts?: InvokeOptions): Promise<GetAccountResult>
    function getAccountOutput(args: GetAccountOutputArgs, opts?: InvokeOptions): Output<GetAccountResult>
    def get_account(id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetAccountResult
    def get_account_output(id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetAccountResult]
    func LookupAccount(ctx *Context, args *LookupAccountArgs, opts ...InvokeOption) (*LookupAccountResult, error)
    func LookupAccountOutput(ctx *Context, args *LookupAccountOutputArgs, opts ...InvokeOption) LookupAccountResultOutput

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

    public static class GetAccount 
    {
        public static Task<GetAccountResult> InvokeAsync(GetAccountArgs args, InvokeOptions? opts = null)
        public static Output<GetAccountResult> Invoke(GetAccountInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
    public static Output<GetAccountResult> getAccount(GetAccountArgs args, InvokeOptions options)
    
    fn::invoke:
      function: bytepluscc:vedbm/getAccount:getAccount
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Id string
    Uniquely identifies the resource.
    Id string
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.
    id string
    Uniquely identifies the resource.
    id str
    Uniquely identifies the resource.
    id String
    Uniquely identifies the resource.

    getAccount Result

    The following output properties are available:

    AccountDesc string
    Account Description
    AccountName string
    Account Name
    AccountPassword string
    Database Account Password
    AccountType string
    Account Type
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    ResetPrivilege bool
    Reset high-privilege account permissions. Only applicable to Super accounts. If users modify high-privilege account permissions via SQL on the backend, subsequent features may become unavailable. Therefore, this function is provided to restore all permissions with one click.
    AccountDesc string
    Account Description
    AccountName string
    Account Name
    AccountPassword string
    Database Account Password
    AccountType string
    Account Type
    Id string
    Uniquely identifies the resource.
    InstanceId string
    Instance ID
    ResetPrivilege bool
    Reset high-privilege account permissions. Only applicable to Super accounts. If users modify high-privilege account permissions via SQL on the backend, subsequent features may become unavailable. Therefore, this function is provided to restore all permissions with one click.
    accountDesc String
    Account Description
    accountName String
    Account Name
    accountPassword String
    Database Account Password
    accountType String
    Account Type
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    resetPrivilege Boolean
    Reset high-privilege account permissions. Only applicable to Super accounts. If users modify high-privilege account permissions via SQL on the backend, subsequent features may become unavailable. Therefore, this function is provided to restore all permissions with one click.
    accountDesc string
    Account Description
    accountName string
    Account Name
    accountPassword string
    Database Account Password
    accountType string
    Account Type
    id string
    Uniquely identifies the resource.
    instanceId string
    Instance ID
    resetPrivilege boolean
    Reset high-privilege account permissions. Only applicable to Super accounts. If users modify high-privilege account permissions via SQL on the backend, subsequent features may become unavailable. Therefore, this function is provided to restore all permissions with one click.
    account_desc str
    Account Description
    account_name str
    Account Name
    account_password str
    Database Account Password
    account_type str
    Account Type
    id str
    Uniquely identifies the resource.
    instance_id str
    Instance ID
    reset_privilege bool
    Reset high-privilege account permissions. Only applicable to Super accounts. If users modify high-privilege account permissions via SQL on the backend, subsequent features may become unavailable. Therefore, this function is provided to restore all permissions with one click.
    accountDesc String
    Account Description
    accountName String
    Account Name
    accountPassword String
    Database Account Password
    accountType String
    Account Type
    id String
    Uniquely identifies the resource.
    instanceId String
    Instance ID
    resetPrivilege Boolean
    Reset high-privilege account permissions. Only applicable to Super accounts. If users modify high-privilege account permissions via SQL on the backend, subsequent features may become unavailable. Therefore, this function is provided to restore all permissions with one click.

    Package Details

    Repository
    bytepluscc byteplus-sdk/pulumi-bytepluscc
    License
    MPL-2.0
    Notes
    This Pulumi package is based on the bytepluscc Terraform Provider.
    bytepluscc logo
    Viewing docs for bytepluscc v0.0.21
    published on Thursday, Apr 2, 2026 by Byteplus
      Try Pulumi Cloud free. Your team will thank you.