Viewing docs for qdrant-cloud 1.23.0
published on Thursday, Apr 16, 2026 by qdrant
published on Thursday, Apr 16, 2026 by qdrant
Viewing docs for qdrant-cloud 1.23.0
published on Thursday, Apr 16, 2026 by qdrant
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 dictionaryThe following arguments are supported:
- account_
id str - The account ID (UUID). Defaults to the provider-level account_id.
- id str
- The ID of this resource.
getAccountsRoles Result
The following output properties are available:
- Account
Id string - The account ID (UUID). Defaults to the provider-level account_id.
- Id string
- The ID of this resource.
- Roles
List<Pulumi.
Qdrant Cloud. Outputs. Get Accounts Roles Role> - List of account roles (system and custom).
- Account
Id string - The account ID (UUID). Defaults to the provider-level account_id.
- Id string
- The ID of this resource.
- Roles
[]Get
Accounts Roles Role - List of account roles (system and custom).
- account
Id String - The account ID (UUID). Defaults to the provider-level account_id.
- id String
- The ID of this resource.
- roles
List<Get
Accounts Roles Role> - List of account roles (system and custom).
- account
Id string - The account ID (UUID). Defaults to the provider-level account_id.
- id string
- The ID of this resource.
- roles
Get
Accounts Roles Role[] - 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[Get
Accounts Roles Role] - List of account roles (system and custom).
- account
Id 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>
- Role
Type string
- Description string
- Id string
- Name string
- Permissions []string
- Role
Type string
- description String
- id String
- name String
- permissions List<String>
- role
Type String
- description string
- id string
- name string
- permissions string[]
- role
Type string
- description str
- id str
- name str
- permissions Sequence[str]
- role_
type str
- description String
- id String
- name String
- permissions List<String>
- role
Type String
Package Details
- Repository
- qdrant-cloud qdrant/terraform-provider-qdrant-cloud
- License
- Notes
- This Pulumi package is based on the
qdrant-cloudTerraform Provider.
Viewing docs for qdrant-cloud 1.23.0
published on Thursday, Apr 16, 2026 by qdrant
published on Thursday, Apr 16, 2026 by qdrant
