1. Packages
  2. Packages
  3. Qdrant-Cloud Provider
  4. API Docs
  5. getAccountsRoles
Viewing docs for qdrant-cloud 1.23.0
published on Thursday, Apr 16, 2026 by qdrant
Viewing docs for qdrant-cloud 1.23.0
published on Thursday, Apr 16, 2026 by qdrant

    Example Usage

    Using getAccountsRoles

    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 getAccountsRoles(args: GetAccountsRolesArgs, opts?: InvokeOptions): Promise<GetAccountsRolesResult>
    function getAccountsRolesOutput(args: GetAccountsRolesOutputArgs, opts?: InvokeOptions): Output<GetAccountsRolesResult>
    def get_accounts_roles(account_id: Optional[str] = None,
                           id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetAccountsRolesResult
    def get_accounts_roles_output(account_id: pulumi.Input[Optional[str]] = None,
                           id: pulumi.Input[Optional[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetAccountsRolesResult]
    func GetAccountsRoles(ctx *Context, args *GetAccountsRolesArgs, opts ...InvokeOption) (*GetAccountsRolesResult, error)
    func GetAccountsRolesOutput(ctx *Context, args *GetAccountsRolesOutputArgs, opts ...InvokeOption) GetAccountsRolesResultOutput

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

    public static class GetAccountsRoles 
    {
        public static Task<GetAccountsRolesResult> InvokeAsync(GetAccountsRolesArgs args, InvokeOptions? opts = null)
        public static Output<GetAccountsRolesResult> Invoke(GetAccountsRolesInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountsRolesResult> getAccountsRoles(GetAccountsRolesArgs args, InvokeOptions options)
    public static Output<GetAccountsRolesResult> getAccountsRoles(GetAccountsRolesArgs args, InvokeOptions options)
    
    fn::invoke:
      function: qdrant-cloud:index/getAccountsRoles:getAccountsRoles
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    Id string
    The ID of this resource.
    AccountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    Id string
    The ID of this resource.
    accountId String
    The account ID (UUID). Defaults to the provider-level account_id.
    id String
    The ID of this resource.
    accountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    id string
    The ID of this resource.
    account_id str
    The account ID (UUID). Defaults to the provider-level account_id.
    id str
    The ID of this resource.
    accountId String
    The account ID (UUID). Defaults to the provider-level account_id.
    id String
    The ID of this resource.

    getAccountsRoles Result

    The following output properties are available:

    AccountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    Id string
    The ID of this resource.
    Roles List<Pulumi.QdrantCloud.Outputs.GetAccountsRolesRole>
    List of account roles (system and custom).
    AccountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    Id string
    The ID of this resource.
    Roles []GetAccountsRolesRole
    List of account roles (system and custom).
    accountId String
    The account ID (UUID). Defaults to the provider-level account_id.
    id String
    The ID of this resource.
    roles List<GetAccountsRolesRole>
    List of account roles (system and custom).
    accountId string
    The account ID (UUID). Defaults to the provider-level account_id.
    id string
    The ID of this resource.
    roles GetAccountsRolesRole[]
    List of account roles (system and custom).
    account_id str
    The account ID (UUID). Defaults to the provider-level account_id.
    id str
    The ID of this resource.
    roles Sequence[GetAccountsRolesRole]
    List of account roles (system and custom).
    accountId String
    The account ID (UUID). Defaults to the provider-level account_id.
    id String
    The ID of this resource.
    roles List<Property Map>
    List of account roles (system and custom).

    Supporting Types

    GetAccountsRolesRole

    Description string
    Id string
    Name string
    Permissions List<string>
    RoleType string
    Description string
    Id string
    Name string
    Permissions []string
    RoleType string
    description String
    id String
    name String
    permissions List<String>
    roleType String
    description string
    id string
    name string
    permissions string[]
    roleType string
    description str
    id str
    name str
    permissions Sequence[str]
    role_type str
    description String
    id String
    name String
    permissions List<String>
    roleType String

    Package Details

    Repository
    qdrant-cloud qdrant/terraform-provider-qdrant-cloud
    License
    Notes
    This Pulumi package is based on the qdrant-cloud Terraform Provider.
    Viewing docs for qdrant-cloud 1.23.0
    published on Thursday, Apr 16, 2026 by qdrant
      Try Pulumi Cloud free. Your team will thank you.