1. Packages
  2. Qdrant-Cloud Provider
  3. API Docs
  4. getAccountsDatabaseApiKeysV2
qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant

qdrant-cloud.getAccountsDatabaseApiKeysV2

Explore with Pulumi AI

qdrant-cloud logo
qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant

    Account Database API Keys Data Source (v2)

    Using getAccountsDatabaseApiKeysV2

    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 getAccountsDatabaseApiKeysV2(args: GetAccountsDatabaseApiKeysV2Args, opts?: InvokeOptions): Promise<GetAccountsDatabaseApiKeysV2Result>
    function getAccountsDatabaseApiKeysV2Output(args: GetAccountsDatabaseApiKeysV2OutputArgs, opts?: InvokeOptions): Output<GetAccountsDatabaseApiKeysV2Result>
    def get_accounts_database_api_keys_v2(account_id: Optional[str] = None,
                                          cluster_id: Optional[str] = None,
                                          id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetAccountsDatabaseApiKeysV2Result
    def get_accounts_database_api_keys_v2_output(account_id: Optional[pulumi.Input[str]] = None,
                                          cluster_id: Optional[pulumi.Input[str]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetAccountsDatabaseApiKeysV2Result]
    func GetAccountsDatabaseApiKeysV2(ctx *Context, args *GetAccountsDatabaseApiKeysV2Args, opts ...InvokeOption) (*GetAccountsDatabaseApiKeysV2Result, error)
    func GetAccountsDatabaseApiKeysV2Output(ctx *Context, args *GetAccountsDatabaseApiKeysV2OutputArgs, opts ...InvokeOption) GetAccountsDatabaseApiKeysV2ResultOutput

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

    public static class GetAccountsDatabaseApiKeysV2 
    {
        public static Task<GetAccountsDatabaseApiKeysV2Result> InvokeAsync(GetAccountsDatabaseApiKeysV2Args args, InvokeOptions? opts = null)
        public static Output<GetAccountsDatabaseApiKeysV2Result> Invoke(GetAccountsDatabaseApiKeysV2InvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetAccountsDatabaseApiKeysV2Result> getAccountsDatabaseApiKeysV2(GetAccountsDatabaseApiKeysV2Args args, InvokeOptions options)
    public static Output<GetAccountsDatabaseApiKeysV2Result> getAccountsDatabaseApiKeysV2(GetAccountsDatabaseApiKeysV2Args args, InvokeOptions options)
    
    fn::invoke:
      function: qdrant-cloud:index/getAccountsDatabaseApiKeysV2:getAccountsDatabaseApiKeysV2
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    AccountId string
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    Id string
    The ID of this resource.
    ClusterId string
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    AccountId string
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    Id string
    The ID of this resource.
    clusterId String
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    accountId String
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    id String
    The ID of this resource.
    clusterId string
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    accountId string
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    id string
    The ID of this resource.
    cluster_id str
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    account_id str
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    id str
    The ID of this resource.
    clusterId String
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    accountId String
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    id String
    The ID of this resource.

    getAccountsDatabaseApiKeysV2 Result

    The following output properties are available:

    AccountId string
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    ClusterId string
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    Id string
    The ID of this resource.
    Keys List<Pulumi.QdrantCloud.Outputs.GetAccountsDatabaseApiKeysV2Key>
    Database API Keys V2 Schema List of Database API Keys field
    AccountId string
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    ClusterId string
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    Id string
    The ID of this resource.
    Keys []GetAccountsDatabaseApiKeysV2Key
    Database API Keys V2 Schema List of Database API Keys field
    accountId String
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    clusterId String
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    id String
    The ID of this resource.
    keys List<GetAccountsDatabaseApiKeysV2Key>
    Database API Keys V2 Schema List of Database API Keys field
    accountId string
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    clusterId string
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    id string
    The ID of this resource.
    keys GetAccountsDatabaseApiKeysV2Key[]
    Database API Keys V2 Schema List of Database API Keys field
    account_id str
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    cluster_id str
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    id str
    The ID of this resource.
    keys Sequence[GetAccountsDatabaseApiKeysV2Key]
    Database API Keys V2 Schema List of Database API Keys field
    accountId String
    Database API Keys V2 Schema Account Identifier where all those Database API Keys belongs to field
    clusterId String
    Database API Keys V2 Schema Cluster Identifier for which this Database API Key is attached field
    id String
    The ID of this resource.
    keys List<Property Map>
    Database API Keys V2 Schema List of Database API Keys field

    Supporting Types

    GetAccountsDatabaseApiKeysV2Key

    GetAccountsDatabaseApiKeysV2KeyCollectionAccessRule

    AccessType string
    CollectionName string
    Payload Dictionary<string, string>
    AccessType string
    CollectionName string
    Payload map[string]string
    accessType String
    collectionName String
    payload Map<String,String>
    accessType string
    collectionName string
    payload {[key: string]: string}
    access_type str
    collection_name str
    payload Mapping[str, str]
    accessType String
    collectionName String
    payload Map<String>

    GetAccountsDatabaseApiKeysV2KeyGlobalAccessRule

    AccessType string
    AccessType string
    accessType String
    accessType string
    accessType String

    Package Details

    Repository
    qdrant-cloud qdrant/terraform-provider-qdrant-cloud
    License
    Notes
    This Pulumi package is based on the qdrant-cloud Terraform Provider.
    qdrant-cloud logo
    qdrant-cloud 1.5.0 published on Thursday, Jul 3, 2025 by qdrant