1. Packages
  2. Avi Provider
  3. API Docs
  4. Cloudconnectoruser
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

avi.Cloudconnectoruser

Explore with Pulumi AI

avi logo
avi 31.1.1 published on Monday, Apr 14, 2025 by vmware

    <!–

    Copyright 2021 VMware, Inc.
    SPDX-License-Identifier: Mozilla Public License 2.0
    

    –>

    layout: “avi”

    page_title: “Avi: avi.Cloudconnectoruser” sidebar_current: “docs-avi-resource-cloudconnectoruser” description: |- Creates and manages Avi CloudConnectorUser.

    avi.Cloudconnectoruser

    The CloudConnectorUser resource allows the creation and management of Avi CloudConnectorUser

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as avi from "@pulumi/avi";
    
    const foo = new avi.Cloudconnectoruser("foo", {tenantRef: "/api/tenant/?name=admin"});
    
    import pulumi
    import pulumi_avi as avi
    
    foo = avi.Cloudconnectoruser("foo", tenant_ref="/api/tenant/?name=admin")
    
    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.NewCloudconnectoruser(ctx, "foo", &avi.CloudconnectoruserArgs{
    			TenantRef: pulumi.String("/api/tenant/?name=admin"),
    		})
    		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 foo = new Avi.Cloudconnectoruser("foo", new()
        {
            TenantRef = "/api/tenant/?name=admin",
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.avi.Cloudconnectoruser;
    import com.pulumi.avi.CloudconnectoruserArgs;
    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) {
            var foo = new Cloudconnectoruser("foo", CloudconnectoruserArgs.builder()
                .tenantRef("/api/tenant/?name=admin")
                .build());
    
        }
    }
    
    resources:
      foo:
        type: avi:Cloudconnectoruser
        properties:
          tenantRef: /api/tenant/?name=admin
    

    Create Cloudconnectoruser Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new Cloudconnectoruser(name: string, args?: CloudconnectoruserArgs, opts?: CustomResourceOptions);
    @overload
    def Cloudconnectoruser(resource_name: str,
                           args: Optional[CloudconnectoruserArgs] = None,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def Cloudconnectoruser(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           azure_serviceprincipals: Optional[Sequence[CloudconnectoruserAzureServiceprincipalArgs]] = None,
                           azure_userpasses: Optional[Sequence[CloudconnectoruserAzureUserpassArgs]] = None,
                           cloudconnectoruser_id: Optional[str] = None,
                           configpb_attributes: Optional[Sequence[CloudconnectoruserConfigpbAttributeArgs]] = None,
                           gcp_credentials: Optional[Sequence[CloudconnectoruserGcpCredentialArgs]] = None,
                           name: Optional[str] = None,
                           nsxt_credentials: Optional[Sequence[CloudconnectoruserNsxtCredentialArgs]] = None,
                           password: Optional[str] = None,
                           private_key: Optional[str] = None,
                           public_key: Optional[str] = None,
                           tenant_ref: Optional[str] = None,
                           tencent_credentials: Optional[Sequence[CloudconnectoruserTencentCredentialArgs]] = None,
                           uuid: Optional[str] = None,
                           vcenter_credentials: Optional[Sequence[CloudconnectoruserVcenterCredentialArgs]] = None)
    func NewCloudconnectoruser(ctx *Context, name string, args *CloudconnectoruserArgs, opts ...ResourceOption) (*Cloudconnectoruser, error)
    public Cloudconnectoruser(string name, CloudconnectoruserArgs? args = null, CustomResourceOptions? opts = null)
    public Cloudconnectoruser(String name, CloudconnectoruserArgs args)
    public Cloudconnectoruser(String name, CloudconnectoruserArgs args, CustomResourceOptions options)
    
    type: avi:Cloudconnectoruser
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args CloudconnectoruserArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CloudconnectoruserArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CloudconnectoruserArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudconnectoruserArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudconnectoruserArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Constructor example

    The following reference example uses placeholder values for all input properties.

    var cloudconnectoruserResource = new Avi.Cloudconnectoruser("cloudconnectoruserResource", new()
    {
        AzureServiceprincipals = new[]
        {
            new Avi.Inputs.CloudconnectoruserAzureServiceprincipalArgs
            {
                ApplicationId = "string",
                AuthenticationToken = "string",
                TenantId = "string",
            },
        },
        AzureUserpasses = new[]
        {
            new Avi.Inputs.CloudconnectoruserAzureUserpassArgs
            {
                Password = "string",
                TenantName = "string",
                Username = "string",
            },
        },
        CloudconnectoruserId = "string",
        ConfigpbAttributes = new[]
        {
            new Avi.Inputs.CloudconnectoruserConfigpbAttributeArgs
            {
                Version = "string",
            },
        },
        GcpCredentials = new[]
        {
            new Avi.Inputs.CloudconnectoruserGcpCredentialArgs
            {
                ServiceAccountKeyfileData = "string",
            },
        },
        Name = "string",
        NsxtCredentials = new[]
        {
            new Avi.Inputs.CloudconnectoruserNsxtCredentialArgs
            {
                Password = "string",
                Username = "string",
            },
        },
        Password = "string",
        PrivateKey = "string",
        PublicKey = "string",
        TenantRef = "string",
        TencentCredentials = new[]
        {
            new Avi.Inputs.CloudconnectoruserTencentCredentialArgs
            {
                SecretId = "string",
                SecretKey = "string",
            },
        },
        Uuid = "string",
        VcenterCredentials = new[]
        {
            new Avi.Inputs.CloudconnectoruserVcenterCredentialArgs
            {
                Password = "string",
                Username = "string",
            },
        },
    });
    
    example, err := avi.NewCloudconnectoruser(ctx, "cloudconnectoruserResource", &avi.CloudconnectoruserArgs{
    	AzureServiceprincipals: avi.CloudconnectoruserAzureServiceprincipalArray{
    		&avi.CloudconnectoruserAzureServiceprincipalArgs{
    			ApplicationId:       pulumi.String("string"),
    			AuthenticationToken: pulumi.String("string"),
    			TenantId:            pulumi.String("string"),
    		},
    	},
    	AzureUserpasses: avi.CloudconnectoruserAzureUserpassArray{
    		&avi.CloudconnectoruserAzureUserpassArgs{
    			Password:   pulumi.String("string"),
    			TenantName: pulumi.String("string"),
    			Username:   pulumi.String("string"),
    		},
    	},
    	CloudconnectoruserId: pulumi.String("string"),
    	ConfigpbAttributes: avi.CloudconnectoruserConfigpbAttributeArray{
    		&avi.CloudconnectoruserConfigpbAttributeArgs{
    			Version: pulumi.String("string"),
    		},
    	},
    	GcpCredentials: avi.CloudconnectoruserGcpCredentialArray{
    		&avi.CloudconnectoruserGcpCredentialArgs{
    			ServiceAccountKeyfileData: pulumi.String("string"),
    		},
    	},
    	Name: pulumi.String("string"),
    	NsxtCredentials: avi.CloudconnectoruserNsxtCredentialArray{
    		&avi.CloudconnectoruserNsxtCredentialArgs{
    			Password: pulumi.String("string"),
    			Username: pulumi.String("string"),
    		},
    	},
    	Password:   pulumi.String("string"),
    	PrivateKey: pulumi.String("string"),
    	PublicKey:  pulumi.String("string"),
    	TenantRef:  pulumi.String("string"),
    	TencentCredentials: avi.CloudconnectoruserTencentCredentialArray{
    		&avi.CloudconnectoruserTencentCredentialArgs{
    			SecretId:  pulumi.String("string"),
    			SecretKey: pulumi.String("string"),
    		},
    	},
    	Uuid: pulumi.String("string"),
    	VcenterCredentials: avi.CloudconnectoruserVcenterCredentialArray{
    		&avi.CloudconnectoruserVcenterCredentialArgs{
    			Password: pulumi.String("string"),
    			Username: pulumi.String("string"),
    		},
    	},
    })
    
    var cloudconnectoruserResource = new Cloudconnectoruser("cloudconnectoruserResource", CloudconnectoruserArgs.builder()
        .azureServiceprincipals(CloudconnectoruserAzureServiceprincipalArgs.builder()
            .applicationId("string")
            .authenticationToken("string")
            .tenantId("string")
            .build())
        .azureUserpasses(CloudconnectoruserAzureUserpassArgs.builder()
            .password("string")
            .tenantName("string")
            .username("string")
            .build())
        .cloudconnectoruserId("string")
        .configpbAttributes(CloudconnectoruserConfigpbAttributeArgs.builder()
            .version("string")
            .build())
        .gcpCredentials(CloudconnectoruserGcpCredentialArgs.builder()
            .serviceAccountKeyfileData("string")
            .build())
        .name("string")
        .nsxtCredentials(CloudconnectoruserNsxtCredentialArgs.builder()
            .password("string")
            .username("string")
            .build())
        .password("string")
        .privateKey("string")
        .publicKey("string")
        .tenantRef("string")
        .tencentCredentials(CloudconnectoruserTencentCredentialArgs.builder()
            .secretId("string")
            .secretKey("string")
            .build())
        .uuid("string")
        .vcenterCredentials(CloudconnectoruserVcenterCredentialArgs.builder()
            .password("string")
            .username("string")
            .build())
        .build());
    
    cloudconnectoruser_resource = avi.Cloudconnectoruser("cloudconnectoruserResource",
        azure_serviceprincipals=[{
            "application_id": "string",
            "authentication_token": "string",
            "tenant_id": "string",
        }],
        azure_userpasses=[{
            "password": "string",
            "tenant_name": "string",
            "username": "string",
        }],
        cloudconnectoruser_id="string",
        configpb_attributes=[{
            "version": "string",
        }],
        gcp_credentials=[{
            "service_account_keyfile_data": "string",
        }],
        name="string",
        nsxt_credentials=[{
            "password": "string",
            "username": "string",
        }],
        password="string",
        private_key="string",
        public_key="string",
        tenant_ref="string",
        tencent_credentials=[{
            "secret_id": "string",
            "secret_key": "string",
        }],
        uuid="string",
        vcenter_credentials=[{
            "password": "string",
            "username": "string",
        }])
    
    const cloudconnectoruserResource = new avi.Cloudconnectoruser("cloudconnectoruserResource", {
        azureServiceprincipals: [{
            applicationId: "string",
            authenticationToken: "string",
            tenantId: "string",
        }],
        azureUserpasses: [{
            password: "string",
            tenantName: "string",
            username: "string",
        }],
        cloudconnectoruserId: "string",
        configpbAttributes: [{
            version: "string",
        }],
        gcpCredentials: [{
            serviceAccountKeyfileData: "string",
        }],
        name: "string",
        nsxtCredentials: [{
            password: "string",
            username: "string",
        }],
        password: "string",
        privateKey: "string",
        publicKey: "string",
        tenantRef: "string",
        tencentCredentials: [{
            secretId: "string",
            secretKey: "string",
        }],
        uuid: "string",
        vcenterCredentials: [{
            password: "string",
            username: "string",
        }],
    });
    
    type: avi:Cloudconnectoruser
    properties:
        azureServiceprincipals:
            - applicationId: string
              authenticationToken: string
              tenantId: string
        azureUserpasses:
            - password: string
              tenantName: string
              username: string
        cloudconnectoruserId: string
        configpbAttributes:
            - version: string
        gcpCredentials:
            - serviceAccountKeyfileData: string
        name: string
        nsxtCredentials:
            - password: string
              username: string
        password: string
        privateKey: string
        publicKey: string
        tenantRef: string
        tencentCredentials:
            - secretId: string
              secretKey: string
        uuid: string
        vcenterCredentials:
            - password: string
              username: string
    

    Cloudconnectoruser Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The Cloudconnectoruser resource accepts the following input properties:

    AzureServiceprincipals List<CloudconnectoruserAzureServiceprincipal>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    AzureUserpasses List<CloudconnectoruserAzureUserpass>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CloudconnectoruserId string
    ConfigpbAttributes List<CloudconnectoruserConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    GcpCredentials List<CloudconnectoruserGcpCredential>
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    NsxtCredentials List<CloudconnectoruserNsxtCredential>
    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.
    PrivateKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PublicKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TencentCredentials List<CloudconnectoruserTencentCredential>
    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.
    VcenterCredentials List<CloudconnectoruserVcenterCredential>
    Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    AzureServiceprincipals []CloudconnectoruserAzureServiceprincipalArgs
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    AzureUserpasses []CloudconnectoruserAzureUserpassArgs
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CloudconnectoruserId string
    ConfigpbAttributes []CloudconnectoruserConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    GcpCredentials []CloudconnectoruserGcpCredentialArgs
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    NsxtCredentials []CloudconnectoruserNsxtCredentialArgs
    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.
    PrivateKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PublicKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TencentCredentials []CloudconnectoruserTencentCredentialArgs
    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.
    VcenterCredentials []CloudconnectoruserVcenterCredentialArgs
    Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    azureServiceprincipals List<CloudconnectoruserAzureServiceprincipal>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    azureUserpasses List<CloudconnectoruserAzureUserpass>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudconnectoruserId String
    configpbAttributes List<CloudconnectoruserConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gcpCredentials List<CloudconnectoruserGcpCredential>
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtCredentials List<CloudconnectoruserNsxtCredential>
    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.
    privateKey String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    publicKey String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tencentCredentials List<CloudconnectoruserTencentCredential>
    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.
    vcenterCredentials List<CloudconnectoruserVcenterCredential>
    Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    azureServiceprincipals CloudconnectoruserAzureServiceprincipal[]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    azureUserpasses CloudconnectoruserAzureUserpass[]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudconnectoruserId string
    configpbAttributes CloudconnectoruserConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gcpCredentials CloudconnectoruserGcpCredential[]
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtCredentials CloudconnectoruserNsxtCredential[]
    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.
    privateKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    publicKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tencentCredentials CloudconnectoruserTencentCredential[]
    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.
    vcenterCredentials CloudconnectoruserVcenterCredential[]
    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[CloudconnectoruserAzureServiceprincipalArgs]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    azure_userpasses Sequence[CloudconnectoruserAzureUserpassArgs]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudconnectoruser_id str
    configpb_attributes Sequence[CloudconnectoruserConfigpbAttributeArgs]
    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[CloudconnectoruserGcpCredentialArgs]
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxt_credentials Sequence[CloudconnectoruserNsxtCredentialArgs]
    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[CloudconnectoruserTencentCredentialArgs]
    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[CloudconnectoruserVcenterCredentialArgs]
    Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    azureServiceprincipals List<Property Map>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    azureUserpasses List<Property Map>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudconnectoruserId String
    configpbAttributes 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.
    gcpCredentials 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.
    name String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtCredentials 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.
    privateKey String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    publicKey String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tencentCredentials 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.
    vcenterCredentials 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.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Cloudconnectoruser resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    Id string
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.
    id string
    The provider-assigned unique ID for this managed resource.
    id str
    The provider-assigned unique ID for this managed resource.
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing Cloudconnectoruser Resource

    Get an existing Cloudconnectoruser resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CloudconnectoruserState, opts?: CustomResourceOptions): Cloudconnectoruser
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            azure_serviceprincipals: Optional[Sequence[CloudconnectoruserAzureServiceprincipalArgs]] = None,
            azure_userpasses: Optional[Sequence[CloudconnectoruserAzureUserpassArgs]] = None,
            cloudconnectoruser_id: Optional[str] = None,
            configpb_attributes: Optional[Sequence[CloudconnectoruserConfigpbAttributeArgs]] = None,
            gcp_credentials: Optional[Sequence[CloudconnectoruserGcpCredentialArgs]] = None,
            name: Optional[str] = None,
            nsxt_credentials: Optional[Sequence[CloudconnectoruserNsxtCredentialArgs]] = None,
            password: Optional[str] = None,
            private_key: Optional[str] = None,
            public_key: Optional[str] = None,
            tenant_ref: Optional[str] = None,
            tencent_credentials: Optional[Sequence[CloudconnectoruserTencentCredentialArgs]] = None,
            uuid: Optional[str] = None,
            vcenter_credentials: Optional[Sequence[CloudconnectoruserVcenterCredentialArgs]] = None) -> Cloudconnectoruser
    func GetCloudconnectoruser(ctx *Context, name string, id IDInput, state *CloudconnectoruserState, opts ...ResourceOption) (*Cloudconnectoruser, error)
    public static Cloudconnectoruser Get(string name, Input<string> id, CloudconnectoruserState? state, CustomResourceOptions? opts = null)
    public static Cloudconnectoruser get(String name, Output<String> id, CloudconnectoruserState state, CustomResourceOptions options)
    resources:  _:    type: avi:Cloudconnectoruser    get:      id: ${id}
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    AzureServiceprincipals List<CloudconnectoruserAzureServiceprincipal>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    AzureUserpasses List<CloudconnectoruserAzureUserpass>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CloudconnectoruserId string
    ConfigpbAttributes List<CloudconnectoruserConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    GcpCredentials List<CloudconnectoruserGcpCredential>
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    NsxtCredentials List<CloudconnectoruserNsxtCredential>
    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.
    PrivateKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PublicKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TencentCredentials List<CloudconnectoruserTencentCredential>
    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.
    VcenterCredentials List<CloudconnectoruserVcenterCredential>
    Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    AzureServiceprincipals []CloudconnectoruserAzureServiceprincipalArgs
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    AzureUserpasses []CloudconnectoruserAzureUserpassArgs
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    CloudconnectoruserId string
    ConfigpbAttributes []CloudconnectoruserConfigpbAttributeArgs
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    GcpCredentials []CloudconnectoruserGcpCredentialArgs
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    Name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    NsxtCredentials []CloudconnectoruserNsxtCredentialArgs
    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.
    PrivateKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    PublicKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TencentCredentials []CloudconnectoruserTencentCredentialArgs
    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.
    VcenterCredentials []CloudconnectoruserVcenterCredentialArgs
    Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    azureServiceprincipals List<CloudconnectoruserAzureServiceprincipal>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    azureUserpasses List<CloudconnectoruserAzureUserpass>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudconnectoruserId String
    configpbAttributes List<CloudconnectoruserConfigpbAttribute>
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gcpCredentials List<CloudconnectoruserGcpCredential>
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtCredentials List<CloudconnectoruserNsxtCredential>
    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.
    privateKey String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    publicKey String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tencentCredentials List<CloudconnectoruserTencentCredential>
    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.
    vcenterCredentials List<CloudconnectoruserVcenterCredential>
    Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    azureServiceprincipals CloudconnectoruserAzureServiceprincipal[]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    azureUserpasses CloudconnectoruserAzureUserpass[]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudconnectoruserId string
    configpbAttributes CloudconnectoruserConfigpbAttribute[]
    Protobuf versioning for config pbs. Field introduced in 21.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    gcpCredentials CloudconnectoruserGcpCredential[]
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtCredentials CloudconnectoruserNsxtCredential[]
    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.
    privateKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    publicKey string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef string
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tencentCredentials CloudconnectoruserTencentCredential[]
    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.
    vcenterCredentials CloudconnectoruserVcenterCredential[]
    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[CloudconnectoruserAzureServiceprincipalArgs]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    azure_userpasses Sequence[CloudconnectoruserAzureUserpassArgs]
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudconnectoruser_id str
    configpb_attributes Sequence[CloudconnectoruserConfigpbAttributeArgs]
    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[CloudconnectoruserGcpCredentialArgs]
    Credentials for google cloud platform. Field introduced in 18.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    name str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxt_credentials Sequence[CloudconnectoruserNsxtCredentialArgs]
    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[CloudconnectoruserTencentCredentialArgs]
    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[CloudconnectoruserVcenterCredentialArgs]
    Credentials to talk to vcenter. Field introduced in 20.1.1. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    azureServiceprincipals List<Property Map>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    azureUserpasses List<Property Map>
    Field introduced in 17.2.1. Allowed with any value in enterprise, enterprise with cloud services edition.
    cloudconnectoruserId String
    configpbAttributes 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.
    gcpCredentials 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.
    name String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    nsxtCredentials 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.
    privateKey String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    publicKey String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantRef String
    It is a reference to an object of type tenant. Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tencentCredentials 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.
    vcenterCredentials 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

    CloudconnectoruserAzureServiceprincipal, CloudconnectoruserAzureServiceprincipalArgs

    CloudconnectoruserAzureUserpass, CloudconnectoruserAzureUserpassArgs

    Password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantName string
    Username string
    Password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    TenantName string
    Username string
    password String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantName String
    username String
    password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    tenantName 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.
    tenantName String
    username String

    CloudconnectoruserConfigpbAttribute, CloudconnectoruserConfigpbAttributeArgs

    Version string
    Version string
    version String
    version string
    version String

    CloudconnectoruserGcpCredential, CloudconnectoruserGcpCredentialArgs

    CloudconnectoruserNsxtCredential, CloudconnectoruserNsxtCredentialArgs

    Password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Username string
    Password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Username string
    password String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    username String
    password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    username string
    password str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    username str
    password String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    username String

    CloudconnectoruserTencentCredential, CloudconnectoruserTencentCredentialArgs

    SecretId string
    SecretKey string
    SecretId string
    SecretKey string
    secretId String
    secretKey String
    secretId string
    secretKey string
    secretId String
    secretKey String

    CloudconnectoruserVcenterCredential, CloudconnectoruserVcenterCredentialArgs

    Password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Username string
    Password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    Username string
    password String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    username String
    password string
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    username string
    password str
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    username str
    password String
    Allowed with any value in enterprise, essentials, basic, enterprise with cloud services edition.
    username String

    Package Details

    Repository
    avi vmware/terraform-provider-avi
    License
    Notes
    This Pulumi package is based on the avi Terraform Provider.
    avi logo
    avi 31.1.1 published on Monday, Apr 14, 2025 by vmware