published on Friday, Mar 20, 2026 by Pulumi
published on Friday, Mar 20, 2026 by Pulumi
Lists the user credentials of the provisioned cluster (can only be used within private network)
Uses Azure REST API version 2024-01-01.
Other available API versions: 2023-11-15-preview, 2025-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hybridcontainerservice [ApiVersion]. See the version guide for details.
Using listProvisionedClusterInstanceUserKubeconfig
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 listProvisionedClusterInstanceUserKubeconfig(args: ListProvisionedClusterInstanceUserKubeconfigArgs, opts?: InvokeOptions): Promise<ListProvisionedClusterInstanceUserKubeconfigResult>
function listProvisionedClusterInstanceUserKubeconfigOutput(args: ListProvisionedClusterInstanceUserKubeconfigOutputArgs, opts?: InvokeOptions): Output<ListProvisionedClusterInstanceUserKubeconfigResult>def list_provisioned_cluster_instance_user_kubeconfig(connected_cluster_resource_uri: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListProvisionedClusterInstanceUserKubeconfigResult
def list_provisioned_cluster_instance_user_kubeconfig_output(connected_cluster_resource_uri: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListProvisionedClusterInstanceUserKubeconfigResult]func ListProvisionedClusterInstanceUserKubeconfig(ctx *Context, args *ListProvisionedClusterInstanceUserKubeconfigArgs, opts ...InvokeOption) (*ListProvisionedClusterInstanceUserKubeconfigResult, error)
func ListProvisionedClusterInstanceUserKubeconfigOutput(ctx *Context, args *ListProvisionedClusterInstanceUserKubeconfigOutputArgs, opts ...InvokeOption) ListProvisionedClusterInstanceUserKubeconfigResultOutput> Note: This function is named ListProvisionedClusterInstanceUserKubeconfig in the Go SDK.
public static class ListProvisionedClusterInstanceUserKubeconfig
{
public static Task<ListProvisionedClusterInstanceUserKubeconfigResult> InvokeAsync(ListProvisionedClusterInstanceUserKubeconfigArgs args, InvokeOptions? opts = null)
public static Output<ListProvisionedClusterInstanceUserKubeconfigResult> Invoke(ListProvisionedClusterInstanceUserKubeconfigInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<ListProvisionedClusterInstanceUserKubeconfigResult> listProvisionedClusterInstanceUserKubeconfig(ListProvisionedClusterInstanceUserKubeconfigArgs args, InvokeOptions options)
public static Output<ListProvisionedClusterInstanceUserKubeconfigResult> listProvisionedClusterInstanceUserKubeconfig(ListProvisionedClusterInstanceUserKubeconfigArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:hybridcontainerservice:listProvisionedClusterInstanceUserKubeconfig
arguments:
# arguments dictionaryThe following arguments are supported:
- Connected
Cluster stringResource Uri - The fully qualified Azure Resource Manager identifier of the connected cluster resource.
- Connected
Cluster stringResource Uri - The fully qualified Azure Resource Manager identifier of the connected cluster resource.
- connected
Cluster StringResource Uri - The fully qualified Azure Resource Manager identifier of the connected cluster resource.
- connected
Cluster stringResource Uri - The fully qualified Azure Resource Manager identifier of the connected cluster resource.
- connected_
cluster_ strresource_ uri - The fully qualified Azure Resource Manager identifier of the connected cluster resource.
- connected
Cluster StringResource Uri - The fully qualified Azure Resource Manager identifier of the connected cluster resource.
listProvisionedClusterInstanceUserKubeconfig Result
The following output properties are available:
- Id string
- Operation Id
- Name string
- Operation Name
- Properties
Pulumi.
Azure Native. Hybrid Container Service. Outputs. List Credential Response Response Properties - Resource
Id string - ARM Resource Id of the provisioned cluster instance
- Status string
- Provisioning state of the resource
- Error
Pulumi.
Azure Native. Hybrid Container Service. Outputs. List Credential Response Response Error
- Id string
- Operation Id
- Name string
- Operation Name
- Properties
List
Credential Response Response Properties - Resource
Id string - ARM Resource Id of the provisioned cluster instance
- Status string
- Provisioning state of the resource
- Error
List
Credential Response Response Error
- id String
- Operation Id
- name String
- Operation Name
- properties
List
Credential Response Response Properties - resource
Id String - ARM Resource Id of the provisioned cluster instance
- status String
- Provisioning state of the resource
- error
List
Credential Response Response Error
- id string
- Operation Id
- name string
- Operation Name
- properties
List
Credential Response Response Properties - resource
Id string - ARM Resource Id of the provisioned cluster instance
- status string
- Provisioning state of the resource
- error
List
Credential Response Response Error
- id str
- Operation Id
- name str
- Operation Name
- properties
List
Credential Response Response Properties - resource_
id str - ARM Resource Id of the provisioned cluster instance
- status str
- Provisioning state of the resource
- error
List
Credential Response Response Error
- id String
- Operation Id
- name String
- Operation Name
- properties Property Map
- resource
Id String - ARM Resource Id of the provisioned cluster instance
- status String
- Provisioning state of the resource
- error Property Map
Supporting Types
CredentialResultResponse
ListCredentialResponseResponseError
ListCredentialResponseResponseProperties
- Kubeconfigs
List<Pulumi.
Azure Native. Hybrid Container Service. Inputs. Credential Result Response> - Base64-encoded Kubernetes configuration file.
- Kubeconfigs
[]Credential
Result Response - Base64-encoded Kubernetes configuration file.
- kubeconfigs
List<Credential
Result Response> - Base64-encoded Kubernetes configuration file.
- kubeconfigs
Credential
Result Response[] - Base64-encoded Kubernetes configuration file.
- kubeconfigs
Sequence[Credential
Result Response] - Base64-encoded Kubernetes configuration file.
- kubeconfigs List<Property Map>
- Base64-encoded Kubernetes configuration file.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
published on Friday, Mar 20, 2026 by Pulumi
