Harness v0.7.0 published on Friday, Mar 28, 2025 by Pulumi
harness.platform.getKubernetesConnector
Explore with Pulumi AI
Datasource for looking up a Kubernetes connector.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as harness from "@pulumi/harness";
const example = harness.platform.getKubernetesConnector({
    identifier: "identifier",
});
import pulumi
import pulumi_harness as harness
example = harness.platform.get_kubernetes_connector(identifier="identifier")
package main
import (
	"github.com/pulumi/pulumi-harness/sdk/go/harness/platform"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := platform.LookupKubernetesConnector(ctx, &platform.LookupKubernetesConnectorArgs{
			Identifier: "identifier",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Harness = Pulumi.Harness;
return await Deployment.RunAsync(() => 
{
    var example = Harness.Platform.GetKubernetesConnector.Invoke(new()
    {
        Identifier = "identifier",
    });
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.harness.platform.PlatformFunctions;
import com.pulumi.harness.platform.inputs.GetKubernetesConnectorArgs;
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 example = PlatformFunctions.getKubernetesConnector(GetKubernetesConnectorArgs.builder()
            .identifier("identifier")
            .build());
    }
}
variables:
  example:
    fn::invoke:
      function: harness:platform:getKubernetesConnector
      arguments:
        identifier: identifier
Using getKubernetesConnector
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 getKubernetesConnector(args: GetKubernetesConnectorArgs, opts?: InvokeOptions): Promise<GetKubernetesConnectorResult>
function getKubernetesConnectorOutput(args: GetKubernetesConnectorOutputArgs, opts?: InvokeOptions): Output<GetKubernetesConnectorResult>def get_kubernetes_connector(identifier: Optional[str] = None,
                             name: Optional[str] = None,
                             org_id: Optional[str] = None,
                             project_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetKubernetesConnectorResult
def get_kubernetes_connector_output(identifier: Optional[pulumi.Input[str]] = None,
                             name: Optional[pulumi.Input[str]] = None,
                             org_id: Optional[pulumi.Input[str]] = None,
                             project_id: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetKubernetesConnectorResult]func LookupKubernetesConnector(ctx *Context, args *LookupKubernetesConnectorArgs, opts ...InvokeOption) (*LookupKubernetesConnectorResult, error)
func LookupKubernetesConnectorOutput(ctx *Context, args *LookupKubernetesConnectorOutputArgs, opts ...InvokeOption) LookupKubernetesConnectorResultOutput> Note: This function is named LookupKubernetesConnector in the Go SDK.
public static class GetKubernetesConnector 
{
    public static Task<GetKubernetesConnectorResult> InvokeAsync(GetKubernetesConnectorArgs args, InvokeOptions? opts = null)
    public static Output<GetKubernetesConnectorResult> Invoke(GetKubernetesConnectorInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetKubernetesConnectorResult> getKubernetesConnector(GetKubernetesConnectorArgs args, InvokeOptions options)
public static Output<GetKubernetesConnectorResult> getKubernetesConnector(GetKubernetesConnectorArgs args, InvokeOptions options)
fn::invoke:
  function: harness:platform/getKubernetesConnector:getKubernetesConnector
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Identifier string
 - Unique identifier of the resource.
 - Name string
 - Name of the resource.
 - Org
Id string - Unique identifier of the organization.
 - Project
Id string - Unique identifier of the project.
 
- Identifier string
 - Unique identifier of the resource.
 - Name string
 - Name of the resource.
 - Org
Id string - Unique identifier of the organization.
 - Project
Id string - Unique identifier of the project.
 
- identifier String
 - Unique identifier of the resource.
 - name String
 - Name of the resource.
 - org
Id String - Unique identifier of the organization.
 - project
Id String - Unique identifier of the project.
 
- identifier string
 - Unique identifier of the resource.
 - name string
 - Name of the resource.
 - org
Id string - Unique identifier of the organization.
 - project
Id string - Unique identifier of the project.
 
- identifier str
 - Unique identifier of the resource.
 - name str
 - Name of the resource.
 - org_
id str - Unique identifier of the organization.
 - project_
id str - Unique identifier of the project.
 
- identifier String
 - Unique identifier of the resource.
 - name String
 - Name of the resource.
 - org
Id String - Unique identifier of the organization.
 - project
Id String - Unique identifier of the project.
 
getKubernetesConnector Result
The following output properties are available:
- Client
Key List<GetCerts Kubernetes Connector Client Key Cert>  - Client key and certificate config for the connector.
 - Delegate
Selectors List<string> - Selectors to use for the delegate.
 - Description string
 - Description of the resource.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Identifier string
 - Unique identifier of the resource.
 - Inherit
From List<GetDelegates Kubernetes Connector Inherit From Delegate>  - Credentials are inherited from the delegate.
 - Openid
Connects List<GetKubernetes Connector Openid Connect>  - OpenID configuration for the connector.
 - Service
Accounts List<GetKubernetes Connector Service Account>  - Service account for the connector.
 - List<string>
 - Tags to associate with the resource.
 - Username
Passwords List<GetKubernetes Connector Username Password>  - Username and password for the connector.
 - Name string
 - Name of the resource.
 - Org
Id string - Unique identifier of the organization.
 - Project
Id string - Unique identifier of the project.
 
- Client
Key []GetCerts Kubernetes Connector Client Key Cert  - Client key and certificate config for the connector.
 - Delegate
Selectors []string - Selectors to use for the delegate.
 - Description string
 - Description of the resource.
 - Id string
 - The provider-assigned unique ID for this managed resource.
 - Identifier string
 - Unique identifier of the resource.
 - Inherit
From []GetDelegates Kubernetes Connector Inherit From Delegate  - Credentials are inherited from the delegate.
 - Openid
Connects []GetKubernetes Connector Openid Connect  - OpenID configuration for the connector.
 - Service
Accounts []GetKubernetes Connector Service Account  - Service account for the connector.
 - []string
 - Tags to associate with the resource.
 - Username
Passwords []GetKubernetes Connector Username Password  - Username and password for the connector.
 - Name string
 - Name of the resource.
 - Org
Id string - Unique identifier of the organization.
 - Project
Id string - Unique identifier of the project.
 
- client
Key List<GetCerts Kubernetes Connector Client Key Cert>  - Client key and certificate config for the connector.
 - delegate
Selectors List<String> - Selectors to use for the delegate.
 - description String
 - Description of the resource.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - identifier String
 - Unique identifier of the resource.
 - inherit
From List<GetDelegates Kubernetes Connector Inherit From Delegate>  - Credentials are inherited from the delegate.
 - openid
Connects List<GetKubernetes Connector Openid Connect>  - OpenID configuration for the connector.
 - service
Accounts List<GetKubernetes Connector Service Account>  - Service account for the connector.
 - List<String>
 - Tags to associate with the resource.
 - username
Passwords List<GetKubernetes Connector Username Password>  - Username and password for the connector.
 - name String
 - Name of the resource.
 - org
Id String - Unique identifier of the organization.
 - project
Id String - Unique identifier of the project.
 
- client
Key GetCerts Kubernetes Connector Client Key Cert[]  - Client key and certificate config for the connector.
 - delegate
Selectors string[] - Selectors to use for the delegate.
 - description string
 - Description of the resource.
 - id string
 - The provider-assigned unique ID for this managed resource.
 - identifier string
 - Unique identifier of the resource.
 - inherit
From GetDelegates Kubernetes Connector Inherit From Delegate[]  - Credentials are inherited from the delegate.
 - openid
Connects GetKubernetes Connector Openid Connect[]  - OpenID configuration for the connector.
 - service
Accounts GetKubernetes Connector Service Account[]  - Service account for the connector.
 - string[]
 - Tags to associate with the resource.
 - username
Passwords GetKubernetes Connector Username Password[]  - Username and password for the connector.
 - name string
 - Name of the resource.
 - org
Id string - Unique identifier of the organization.
 - project
Id string - Unique identifier of the project.
 
- client_
key_ Sequence[Getcerts Kubernetes Connector Client Key Cert]  - Client key and certificate config for the connector.
 - delegate_
selectors Sequence[str] - Selectors to use for the delegate.
 - description str
 - Description of the resource.
 - id str
 - The provider-assigned unique ID for this managed resource.
 - identifier str
 - Unique identifier of the resource.
 - inherit_
from_ Sequence[Getdelegates Kubernetes Connector Inherit From Delegate]  - Credentials are inherited from the delegate.
 - openid_
connects Sequence[GetKubernetes Connector Openid Connect]  - OpenID configuration for the connector.
 - service_
accounts Sequence[GetKubernetes Connector Service Account]  - Service account for the connector.
 - Sequence[str]
 - Tags to associate with the resource.
 - username_
passwords Sequence[GetKubernetes Connector Username Password]  - Username and password for the connector.
 - name str
 - Name of the resource.
 - org_
id str - Unique identifier of the organization.
 - project_
id str - Unique identifier of the project.
 
- client
Key List<Property Map>Certs  - Client key and certificate config for the connector.
 - delegate
Selectors List<String> - Selectors to use for the delegate.
 - description String
 - Description of the resource.
 - id String
 - The provider-assigned unique ID for this managed resource.
 - identifier String
 - Unique identifier of the resource.
 - inherit
From List<Property Map>Delegates  - Credentials are inherited from the delegate.
 - openid
Connects List<Property Map> - OpenID configuration for the connector.
 - service
Accounts List<Property Map> - Service account for the connector.
 - List<String>
 - Tags to associate with the resource.
 - username
Passwords List<Property Map> - Username and password for the connector.
 - name String
 - Name of the resource.
 - org
Id String - Unique identifier of the organization.
 - project
Id String - Unique identifier of the project.
 
Supporting Types
GetKubernetesConnectorClientKeyCert     
- Ca
Cert stringRef  - Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Client
Cert stringRef  - Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Client
Key stringAlgorithm  - The algorithm used to generate the client key for the connector. Valid values are RSA, EC
 - Client
Key stringPassphrase Ref  - Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Client
Key stringRef  - Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Master
Url string - The URL of the Kubernetes cluster.
 
- Ca
Cert stringRef  - Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Client
Cert stringRef  - Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Client
Key stringAlgorithm  - The algorithm used to generate the client key for the connector. Valid values are RSA, EC
 - Client
Key stringPassphrase Ref  - Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Client
Key stringRef  - Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Master
Url string - The URL of the Kubernetes cluster.
 
- ca
Cert StringRef  - Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Cert StringRef  - Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Key StringAlgorithm  - The algorithm used to generate the client key for the connector. Valid values are RSA, EC
 - client
Key StringPassphrase Ref  - Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Key StringRef  - Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - master
Url String - The URL of the Kubernetes cluster.
 
- ca
Cert stringRef  - Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Cert stringRef  - Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Key stringAlgorithm  - The algorithm used to generate the client key for the connector. Valid values are RSA, EC
 - client
Key stringPassphrase Ref  - Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Key stringRef  - Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - master
Url string - The URL of the Kubernetes cluster.
 
- ca_
cert_ strref  - Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client_
cert_ strref  - Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client_
key_ stralgorithm  - The algorithm used to generate the client key for the connector. Valid values are RSA, EC
 - client_
key_ strpassphrase_ ref  - Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client_
key_ strref  - Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - master_
url str - The URL of the Kubernetes cluster.
 
- ca
Cert StringRef  - Reference to the secret containing the CA certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Cert StringRef  - Reference to the secret containing the client certificate for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Key StringAlgorithm  - The algorithm used to generate the client key for the connector. Valid values are RSA, EC
 - client
Key StringPassphrase Ref  - Reference to the secret containing the client key passphrase for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - client
Key StringRef  - Reference to the secret containing the client key for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - master
Url String - The URL of the Kubernetes cluster.
 
GetKubernetesConnectorInheritFromDelegate     
- Delegate
Selectors List<string> - Selectors to use for the delegate.
 
- Delegate
Selectors []string - Selectors to use for the delegate.
 
- delegate
Selectors List<String> - Selectors to use for the delegate.
 
- delegate
Selectors string[] - Selectors to use for the delegate.
 
- delegate_
selectors Sequence[str] - Selectors to use for the delegate.
 
- delegate
Selectors List<String> - Selectors to use for the delegate.
 
GetKubernetesConnectorOpenidConnect    
- Client
Id stringRef  - Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Issuer
Url string - The URL of the OpenID Connect issuer.
 - Master
Url string - The URL of the Kubernetes cluster.
 - Password
Ref string - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Scopes List<string>
 - Scopes to request for the connector.
 - Secret
Ref string - Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Username string
 - Username for the connector.
 - Username
Ref string - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- Client
Id stringRef  - Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Issuer
Url string - The URL of the OpenID Connect issuer.
 - Master
Url string - The URL of the Kubernetes cluster.
 - Password
Ref string - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Scopes []string
 - Scopes to request for the connector.
 - Secret
Ref string - Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Username string
 - Username for the connector.
 - Username
Ref string - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- client
Id StringRef  - Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - issuer
Url String - The URL of the OpenID Connect issuer.
 - master
Url String - The URL of the Kubernetes cluster.
 - password
Ref String - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - scopes List<String>
 - Scopes to request for the connector.
 - secret
Ref String - Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - username String
 - Username for the connector.
 - username
Ref String - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- client
Id stringRef  - Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - issuer
Url string - The URL of the OpenID Connect issuer.
 - master
Url string - The URL of the Kubernetes cluster.
 - password
Ref string - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - scopes string[]
 - Scopes to request for the connector.
 - secret
Ref string - Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - username string
 - Username for the connector.
 - username
Ref string - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- client_
id_ strref  - Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - issuer_
url str - The URL of the OpenID Connect issuer.
 - master_
url str - The URL of the Kubernetes cluster.
 - password_
ref str - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - scopes Sequence[str]
 - Scopes to request for the connector.
 - secret_
ref str - Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - username str
 - Username for the connector.
 - username_
ref str - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- client
Id StringRef  - Reference to the secret containing the client ID for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - issuer
Url String - The URL of the OpenID Connect issuer.
 - master
Url String - The URL of the Kubernetes cluster.
 - password
Ref String - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - scopes List<String>
 - Scopes to request for the connector.
 - secret
Ref String - Reference to the secret containing the client secret for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - username String
 - Username for the connector.
 - username
Ref String - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
GetKubernetesConnectorServiceAccount    
- Master
Url string - The URL of the Kubernetes cluster.
 - Service
Account stringToken Ref  - Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- Master
Url string - The URL of the Kubernetes cluster.
 - Service
Account stringToken Ref  - Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- master
Url String - The URL of the Kubernetes cluster.
 - service
Account StringToken Ref  - Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- master
Url string - The URL of the Kubernetes cluster.
 - service
Account stringToken Ref  - Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- master_
url str - The URL of the Kubernetes cluster.
 - service_
account_ strtoken_ ref  - Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- master
Url String - The URL of the Kubernetes cluster.
 - service
Account StringToken Ref  - Reference to the secret containing the service account token for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
GetKubernetesConnectorUsernamePassword    
- Master
Url string - The URL of the Kubernetes cluster.
 - Password
Ref string - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Username string
 - Username for the connector.
 - Username
Ref string - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- Master
Url string - The URL of the Kubernetes cluster.
 - Password
Ref string - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - Username string
 - Username for the connector.
 - Username
Ref string - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- master
Url String - The URL of the Kubernetes cluster.
 - password
Ref String - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - username String
 - Username for the connector.
 - username
Ref String - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- master
Url string - The URL of the Kubernetes cluster.
 - password
Ref string - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - username string
 - Username for the connector.
 - username
Ref string - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- master_
url str - The URL of the Kubernetes cluster.
 - password_
ref str - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - username str
 - Username for the connector.
 - username_
ref str - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
- master
Url String - The URL of the Kubernetes cluster.
 - password
Ref String - Reference to the secret containing the password for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 - username String
 - Username for the connector.
 - username
Ref String - Reference to the secret containing the username for the connector. To reference a secret at the organization scope, prefix 'org' to the expression: org.{identifier}. To reference a secret at the account scope, prefix 'account` to the expression: account.{identifier}.
 
Package Details
- Repository
 - harness pulumi/pulumi-harness
 - License
 - Apache-2.0
 - Notes
 - This Pulumi package is based on the 
harnessTerraform Provider.