Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine
Data Source schema for Volcengine::MongoDB::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: pulumi.Input[Optional[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: volcenginecc:mongodb/getAccount:getAccount
arguments:
# arguments dictionarydata "volcenginecc_mongodb_getaccount" "name" {
# arguments
}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 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:
- Account
Desc string - Account remarks.
- Account
Name string - Account name.
- Account
Password string - Account password.
- Account
Privileges List<Volcengine.Get Account Account Privilege> - List of database permissions currently owned by the account.
- Account
Type string - Account type. Value options: Super: Super administrator account, that is, root account; UserAdmin: High-privilege account, that is, an account with any permissions on the admin database; Normal: Regular account, that is, an account with no permissions on the admin database.
- Auth
Db string - Database associated with the account.
- Create
Time string - Account creation time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID.
- Modify
Time string - Last update time of the account. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- Reset
Db boolAccount - Whether to reset the root account permissions to the initial state (that is, restore all permissions that can be granted to the super administrator account). Value options: false (default): Do not reset. true: Reset. Note: This parameter only applies to the root account in the admin database (that is, AuthDB is admin and AccountName is root).
- Account
Desc string - Account remarks.
- Account
Name string - Account name.
- Account
Password string - Account password.
- Account
Privileges []GetAccount Account Privilege - List of database permissions currently owned by the account.
- Account
Type string - Account type. Value options: Super: Super administrator account, that is, root account; UserAdmin: High-privilege account, that is, an account with any permissions on the admin database; Normal: Regular account, that is, an account with no permissions on the admin database.
- Auth
Db string - Database associated with the account.
- Create
Time string - Account creation time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- Id string
- Uniquely identifies the resource.
- Instance
Id string - Instance ID.
- Modify
Time string - Last update time of the account. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- Reset
Db boolAccount - Whether to reset the root account permissions to the initial state (that is, restore all permissions that can be granted to the super administrator account). Value options: false (default): Do not reset. true: Reset. Note: This parameter only applies to the root account in the admin database (that is, AuthDB is admin and AccountName is root).
- account_
desc string - Account remarks.
- account_
name string - Account name.
- account_
password string - Account password.
- account_
privileges list(object) - List of database permissions currently owned by the account.
- account_
type string - Account type. Value options: Super: Super administrator account, that is, root account; UserAdmin: High-privilege account, that is, an account with any permissions on the admin database; Normal: Regular account, that is, an account with no permissions on the admin database.
- auth_
db string - Database associated with the account.
- create_
time string - Account creation time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- id string
- Uniquely identifies the resource.
- instance_
id string - Instance ID.
- modify_
time string - Last update time of the account. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- reset_
db_ boolaccount - Whether to reset the root account permissions to the initial state (that is, restore all permissions that can be granted to the super administrator account). Value options: false (default): Do not reset. true: Reset. Note: This parameter only applies to the root account in the admin database (that is, AuthDB is admin and AccountName is root).
- account
Desc String - Account remarks.
- account
Name String - Account name.
- account
Password String - Account password.
- account
Privileges List<GetAccount Account Privilege> - List of database permissions currently owned by the account.
- account
Type String - Account type. Value options: Super: Super administrator account, that is, root account; UserAdmin: High-privilege account, that is, an account with any permissions on the admin database; Normal: Regular account, that is, an account with no permissions on the admin database.
- auth
Db String - Database associated with the account.
- create
Time String - Account creation time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID.
- modify
Time String - Last update time of the account. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- reset
Db BooleanAccount - Whether to reset the root account permissions to the initial state (that is, restore all permissions that can be granted to the super administrator account). Value options: false (default): Do not reset. true: Reset. Note: This parameter only applies to the root account in the admin database (that is, AuthDB is admin and AccountName is root).
- account
Desc string - Account remarks.
- account
Name string - Account name.
- account
Password string - Account password.
- account
Privileges GetAccount Account Privilege[] - List of database permissions currently owned by the account.
- account
Type string - Account type. Value options: Super: Super administrator account, that is, root account; UserAdmin: High-privilege account, that is, an account with any permissions on the admin database; Normal: Regular account, that is, an account with no permissions on the admin database.
- auth
Db string - Database associated with the account.
- create
Time string - Account creation time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- id string
- Uniquely identifies the resource.
- instance
Id string - Instance ID.
- modify
Time string - Last update time of the account. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- reset
Db booleanAccount - Whether to reset the root account permissions to the initial state (that is, restore all permissions that can be granted to the super administrator account). Value options: false (default): Do not reset. true: Reset. Note: This parameter only applies to the root account in the admin database (that is, AuthDB is admin and AccountName is root).
- account_
desc str - Account remarks.
- account_
name str - Account name.
- account_
password str - Account password.
- account_
privileges Sequence[GetAccount Account Privilege] - List of database permissions currently owned by the account.
- account_
type str - Account type. Value options: Super: Super administrator account, that is, root account; UserAdmin: High-privilege account, that is, an account with any permissions on the admin database; Normal: Regular account, that is, an account with no permissions on the admin database.
- auth_
db str - Database associated with the account.
- create_
time str - Account creation time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- id str
- Uniquely identifies the resource.
- instance_
id str - Instance ID.
- modify_
time str - Last update time of the account. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- reset_
db_ boolaccount - Whether to reset the root account permissions to the initial state (that is, restore all permissions that can be granted to the super administrator account). Value options: false (default): Do not reset. true: Reset. Note: This parameter only applies to the root account in the admin database (that is, AuthDB is admin and AccountName is root).
- account
Desc String - Account remarks.
- account
Name String - Account name.
- account
Password String - Account password.
- account
Privileges List<Property Map> - List of database permissions currently owned by the account.
- account
Type String - Account type. Value options: Super: Super administrator account, that is, root account; UserAdmin: High-privilege account, that is, an account with any permissions on the admin database; Normal: Regular account, that is, an account with no permissions on the admin database.
- auth
Db String - Database associated with the account.
- create
Time String - Account creation time. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- id String
- Uniquely identifies the resource.
- instance
Id String - Instance ID.
- modify
Time String - Last update time of the account. Format: yyyy-MM-ddTHH:mm:ssZ (UTC).
- reset
Db BooleanAccount - Whether to reset the root account permissions to the initial state (that is, restore all permissions that can be granted to the super administrator account). Value options: false (default): Do not reset. true: Reset. Note: This parameter only applies to the root account in the admin database (that is, AuthDB is admin and AccountName is root).
Supporting Types
GetAccountAccountPrivilege
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.43
published on Monday, Jun 15, 2026 by Volcengine
published on Monday, Jun 15, 2026 by Volcengine