Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
<!–
Copyright 2021 VMware, Inc.
SPDX-License-Identifier: Mozilla Public License 2.0
–>
layout: “avi”
page_title: “AVI:<span pulumi-lang-nodejs=” avi.Cloudconnectoruser"" pulumi-lang-dotnet=" avi.Cloudconnectoruser"" pulumi-lang-go=" Cloudconnectoruser"" pulumi-lang-python=" Cloudconnectoruser"" pulumi-lang-yaml=" avi.Cloudconnectoruser"" pulumi-lang-java=" avi.Cloudconnectoruser""> avi.Cloudconnectoruser" sidebar_current: “docs-avi-datasource-cloudconnectoruser” description: |- Get information of Avi CloudConnectorUser.
# avi.Cloudconnectoruser This data source is used to to get avi.Cloudconnectoruser objects.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as avi from "@pulumi/avi";
const fooCloudconnectoruser = avi.getCloudconnectoruser({
uuid: "cloudconnectoruser-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name: "foo",
});
import pulumi
import pulumi_avi as avi
foo_cloudconnectoruser = avi.get_cloudconnectoruser(uuid="cloudconnectoruser-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
name="foo")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/avi/v31/avi"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := avi.LookupCloudconnectoruser(ctx, &avi.LookupCloudconnectoruserArgs{
Uuid: pulumi.StringRef("cloudconnectoruser-f9cf6b3e-a411-436f-95e2-2982ba2b217b"),
Name: pulumi.StringRef("foo"),
}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Avi = Pulumi.Avi;
return await Deployment.RunAsync(() =>
{
var fooCloudconnectoruser = Avi.GetCloudconnectoruser.Invoke(new()
{
Uuid = "cloudconnectoruser-f9cf6b3e-a411-436f-95e2-2982ba2b217b",
Name = "foo",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.avi.AviFunctions;
import com.pulumi.avi.inputs.GetCloudconnectoruserArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var fooCloudconnectoruser = AviFunctions.getCloudconnectoruser(GetCloudconnectoruserArgs.builder()
.uuid("cloudconnectoruser-f9cf6b3e-a411-436f-95e2-2982ba2b217b")
.name("foo")
.build());
}
}
variables:
fooCloudconnectoruser:
fn::invoke:
function: avi:getCloudconnectoruser
arguments:
uuid: cloudconnectoruser-f9cf6b3e-a411-436f-95e2-2982ba2b217b
name: foo
Using getCloudconnectoruser
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 getCloudconnectoruser(args: GetCloudconnectoruserArgs, opts?: InvokeOptions): Promise<GetCloudconnectoruserResult>
function getCloudconnectoruserOutput(args: GetCloudconnectoruserOutputArgs, opts?: InvokeOptions): Output<GetCloudconnectoruserResult>def get_cloudconnectoruser(id: Optional[str] = None,
name: Optional[str] = None,
tenant_ref: Optional[str] = None,
uuid: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudconnectoruserResult
def get_cloudconnectoruser_output(id: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
tenant_ref: Optional[pulumi.Input[str]] = None,
uuid: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudconnectoruserResult]func LookupCloudconnectoruser(ctx *Context, args *LookupCloudconnectoruserArgs, opts ...InvokeOption) (*LookupCloudconnectoruserResult, error)
func LookupCloudconnectoruserOutput(ctx *Context, args *LookupCloudconnectoruserOutputArgs, opts ...InvokeOption) LookupCloudconnectoruserResultOutput> Note: This function is named LookupCloudconnectoruser in the Go SDK.
public static class GetCloudconnectoruser
{
public static Task<GetCloudconnectoruserResult> InvokeAsync(GetCloudconnectoruserArgs args, InvokeOptions? opts = null)
public static Output<GetCloudconnectoruserResult> Invoke(GetCloudconnectoruserInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetCloudconnectoruserResult> getCloudconnectoruser(GetCloudconnectoruserArgs args, InvokeOptions options)
public static Output<GetCloudconnectoruserResult> getCloudconnectoruser(GetCloudconnectoruserArgs args, InvokeOptions options)
fn::invoke:
function: avi:index/getCloudconnectoruser:getCloudconnectoruser
arguments:
# arguments dictionaryThe following arguments are supported:
- id str
- name str
- Search CloudConnectorUser by name.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- uuid str
- Search CloudConnectorUser by uuid.
getCloudconnectoruser Result
The following output properties are available:
- Azure
Serviceprincipals List<GetCloudconnectoruser Azure Serviceprincipal> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Azure
Userpasses List<GetCloudconnectoruser Azure Userpass> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes List<GetCloudconnectoruser Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Gcp
Credentials List<GetCloudconnectoruser Gcp Credential> - Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Nsxt
Credentials List<GetCloudconnectoruser Nsxt Credential> - Credentials to talk to nsx-t manager. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- Password string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Private
Key string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Public
Key string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tencent
Credentials List<GetCloudconnectoruser Tencent Credential> - Credentials for tencent cloud. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Vcenter
Credentials List<GetCloudconnectoruser Vcenter Credential> - Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Azure
Serviceprincipals []GetCloudconnectoruser Azure Serviceprincipal - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Azure
Userpasses []GetCloudconnectoruser Azure Userpass - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Configpb
Attributes []GetCloudconnectoruser Configpb Attribute - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Gcp
Credentials []GetCloudconnectoruser Gcp Credential - Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- Id string
- Name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Nsxt
Credentials []GetCloudconnectoruser Nsxt Credential - Credentials to talk to nsx-t manager. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- Password string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Private
Key string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Public
Key string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tencent
Credentials []GetCloudconnectoruser Tencent Credential - Credentials for tencent cloud. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- Uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Vcenter
Credentials []GetCloudconnectoruser Vcenter Credential - Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- azure
Serviceprincipals List<GetCloudconnectoruser Azure Serviceprincipal> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- azure
Userpasses List<GetCloudconnectoruser Azure Userpass> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<GetCloudconnectoruser Configpb Attribute> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- gcp
Credentials List<GetCloudconnectoruser Gcp Credential> - Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nsxt
Credentials List<GetCloudconnectoruser Nsxt Credential> - Credentials to talk to nsx-t manager. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- password String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- private
Key String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- public
Key String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tencent
Credentials List<GetCloudconnectoruser Tencent Credential> - Credentials for tencent cloud. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- vcenter
Credentials List<GetCloudconnectoruser Vcenter Credential> - Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- azure
Serviceprincipals GetCloudconnectoruser Azure Serviceprincipal[] - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- azure
Userpasses GetCloudconnectoruser Azure Userpass[] - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes GetCloudconnectoruser Configpb Attribute[] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- gcp
Credentials GetCloudconnectoruser Gcp Credential[] - Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id string
- name string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nsxt
Credentials GetCloudconnectoruser Nsxt Credential[] - Credentials to talk to nsx-t manager. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- password string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- private
Key string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- public
Key string - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref string - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tencent
Credentials GetCloudconnectoruser Tencent Credential[] - Credentials for tencent cloud. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- vcenter
Credentials GetCloudconnectoruser Vcenter Credential[] - Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- azure_
serviceprincipals Sequence[GetCloudconnectoruser Azure Serviceprincipal] - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- azure_
userpasses Sequence[GetCloudconnectoruser Azure Userpass] - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb_
attributes Sequence[GetCloudconnectoruser Configpb Attribute] - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- gcp_
credentials Sequence[GetCloudconnectoruser Gcp Credential] - Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id str
- name str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nsxt_
credentials Sequence[GetCloudconnectoruser Nsxt Credential] - Credentials to talk to nsx-t manager. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- password str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- private_
key str - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- public_
key str - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
ref str - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tencent_
credentials Sequence[GetCloudconnectoruser Tencent Credential] - Credentials for tencent cloud. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- vcenter_
credentials Sequence[GetCloudconnectoruser Vcenter Credential] - Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- azure
Serviceprincipals List<Property Map> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- azure
Userpasses List<Property Map> - Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- configpb
Attributes List<Property Map> - Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- gcp
Credentials List<Property Map> - Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
- id String
- name String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- nsxt
Credentials List<Property Map> - Credentials to talk to nsx-t manager. Field introduced in 20.1.1. Allowed with any value in enterprise, basic, enterprise with cloud services edition.
- password String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- private
Key String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- public
Key String - Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Ref String - It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tencent
Credentials List<Property Map> - Credentials for tencent cloud. Field introduced in 18.2.3. Allowed with any value in enterprise, enterprise with cloud services edition.
- uuid String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- vcenter
Credentials List<Property Map> - Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
Supporting Types
GetCloudconnectoruserAzureServiceprincipal
- Application
Id string - Authentication
Token string - Tenant
Id string
- Application
Id string - Authentication
Token string - Tenant
Id string
- application
Id String - authentication
Token String - tenant
Id String
- application
Id string - authentication
Token string - tenant
Id string
- application_
id str - authentication_
token str - tenant_
id str
- application
Id String - authentication
Token String - tenant
Id String
GetCloudconnectoruserAzureUserpass
- Password string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Name string - Username string
- Password string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- Tenant
Name string - Username string
- password String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Name String - username String
- password string
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Name string - username string
- password str
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant_
name str - username str
- password String
- Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
- tenant
Name String - username String
GetCloudconnectoruserConfigpbAttribute
- Version string
- Version string
- version String
- version string
- version str
- version String
GetCloudconnectoruserGcpCredential
- Service
Account stringKeyfile Data
- Service
Account stringKeyfile Data
- service
Account StringKeyfile Data
- service
Account stringKeyfile Data
- service
Account StringKeyfile Data
GetCloudconnectoruserNsxtCredential
GetCloudconnectoruserTencentCredential
- secret_
id str - secret_
key str
GetCloudconnectoruserVcenterCredential
Package Details
- Repository
- avi vmware/terraform-provider-avi
- License
- Notes
- This Pulumi package is based on the
aviTerraform Provider.
Viewing docs for avi 31.2.2
published on Tuesday, Feb 10, 2026 by vmware
published on Tuesday, Feb 10, 2026 by vmware
