1. Packages
  2. Azure Native
  3. API Docs
  4. containerservice
  5. listManagedClusterAdminCredentials
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

azure-native.containerservice.listManagedClusterAdminCredentials

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi

    The list credential result response. Azure REST API version: 2023-04-01.

    Other available API versions: 2019-02-01, 2019-06-01, 2021-05-01, 2023-05-02-preview, 2023-06-01, 2023-06-02-preview, 2023-07-01, 2023-07-02-preview, 2023-08-01, 2023-08-02-preview, 2023-09-01, 2023-09-02-preview, 2023-10-01, 2023-10-02-preview, 2023-11-01, 2023-11-02-preview, 2024-01-01, 2024-01-02-preview, 2024-02-01, 2024-02-02-preview.

    Using listManagedClusterAdminCredentials

    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 listManagedClusterAdminCredentials(args: ListManagedClusterAdminCredentialsArgs, opts?: InvokeOptions): Promise<ListManagedClusterAdminCredentialsResult>
    function listManagedClusterAdminCredentialsOutput(args: ListManagedClusterAdminCredentialsOutputArgs, opts?: InvokeOptions): Output<ListManagedClusterAdminCredentialsResult>
    def list_managed_cluster_admin_credentials(resource_group_name: Optional[str] = None,
                                               resource_name: Optional[str] = None,
                                               server_fqdn: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> ListManagedClusterAdminCredentialsResult
    def list_managed_cluster_admin_credentials_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                               resource_name: Optional[pulumi.Input[str]] = None,
                                               server_fqdn: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[ListManagedClusterAdminCredentialsResult]
    func ListManagedClusterAdminCredentials(ctx *Context, args *ListManagedClusterAdminCredentialsArgs, opts ...InvokeOption) (*ListManagedClusterAdminCredentialsResult, error)
    func ListManagedClusterAdminCredentialsOutput(ctx *Context, args *ListManagedClusterAdminCredentialsOutputArgs, opts ...InvokeOption) ListManagedClusterAdminCredentialsResultOutput

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

    public static class ListManagedClusterAdminCredentials 
    {
        public static Task<ListManagedClusterAdminCredentialsResult> InvokeAsync(ListManagedClusterAdminCredentialsArgs args, InvokeOptions? opts = null)
        public static Output<ListManagedClusterAdminCredentialsResult> Invoke(ListManagedClusterAdminCredentialsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListManagedClusterAdminCredentialsResult> listManagedClusterAdminCredentials(ListManagedClusterAdminCredentialsArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:containerservice:listManagedClusterAdminCredentials
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the managed cluster resource.
    ServerFqdn string
    server fqdn type for credentials to be returned
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the managed cluster resource.
    ServerFqdn string
    server fqdn type for credentials to be returned
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the managed cluster resource.
    serverFqdn String
    server fqdn type for credentials to be returned
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    resourceName string
    The name of the managed cluster resource.
    serverFqdn string
    server fqdn type for credentials to be returned
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    resource_name str
    The name of the managed cluster resource.
    server_fqdn str
    server fqdn type for credentials to be returned
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the managed cluster resource.
    serverFqdn String
    server fqdn type for credentials to be returned

    listManagedClusterAdminCredentials Result

    The following output properties are available:

    Kubeconfigs []CredentialResultResponse
    Base64-encoded Kubernetes configuration file.
    kubeconfigs List<CredentialResultResponse>
    Base64-encoded Kubernetes configuration file.
    kubeconfigs CredentialResultResponse[]
    Base64-encoded Kubernetes configuration file.
    kubeconfigs Sequence[CredentialResultResponse]
    Base64-encoded Kubernetes configuration file.
    kubeconfigs List<Property Map>
    Base64-encoded Kubernetes configuration file.

    Supporting Types

    CredentialResultResponse

    Name string
    The name of the credential.
    Value string
    Base64-encoded Kubernetes configuration file.
    Name string
    The name of the credential.
    Value string
    Base64-encoded Kubernetes configuration file.
    name String
    The name of the credential.
    value String
    Base64-encoded Kubernetes configuration file.
    name string
    The name of the credential.
    value string
    Base64-encoded Kubernetes configuration file.
    name str
    The name of the credential.
    value str
    Base64-encoded Kubernetes configuration file.
    name String
    The name of the credential.
    value String
    Base64-encoded Kubernetes configuration file.

    Package Details

    Repository
    Azure Native pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native logo
    This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
    Azure Native v2.34.0 published on Thursday, Mar 28, 2024 by Pulumi