1. Packages
  2. Azure Native
  3. API Docs
  4. containerservice
  5. listManagedNamespaceCredential
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

azure-native.containerservice.listManagedNamespaceCredential

Explore with Pulumi AI

azure-native logo
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi

    The list credential result response.

    Uses Azure REST API version 2025-04-02-preview.

    Other available API versions: 2025-03-02-preview, 2025-05-02-preview, 2025-06-02-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native containerservice [ApiVersion]. See the version guide for details.

    Using listManagedNamespaceCredential

    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 listManagedNamespaceCredential(args: ListManagedNamespaceCredentialArgs, opts?: InvokeOptions): Promise<ListManagedNamespaceCredentialResult>
    function listManagedNamespaceCredentialOutput(args: ListManagedNamespaceCredentialOutputArgs, opts?: InvokeOptions): Output<ListManagedNamespaceCredentialResult>
    def list_managed_namespace_credential(managed_namespace_name: Optional[str] = None,
                                          resource_group_name: Optional[str] = None,
                                          resource_name: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> ListManagedNamespaceCredentialResult
    def list_managed_namespace_credential_output(managed_namespace_name: Optional[pulumi.Input[str]] = None,
                                          resource_group_name: Optional[pulumi.Input[str]] = None,
                                          resource_name: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[ListManagedNamespaceCredentialResult]
    func ListManagedNamespaceCredential(ctx *Context, args *ListManagedNamespaceCredentialArgs, opts ...InvokeOption) (*ListManagedNamespaceCredentialResult, error)
    func ListManagedNamespaceCredentialOutput(ctx *Context, args *ListManagedNamespaceCredentialOutputArgs, opts ...InvokeOption) ListManagedNamespaceCredentialResultOutput

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

    public static class ListManagedNamespaceCredential 
    {
        public static Task<ListManagedNamespaceCredentialResult> InvokeAsync(ListManagedNamespaceCredentialArgs args, InvokeOptions? opts = null)
        public static Output<ListManagedNamespaceCredentialResult> Invoke(ListManagedNamespaceCredentialInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListManagedNamespaceCredentialResult> listManagedNamespaceCredential(ListManagedNamespaceCredentialArgs args, InvokeOptions options)
    public static Output<ListManagedNamespaceCredentialResult> listManagedNamespaceCredential(ListManagedNamespaceCredentialArgs args, InvokeOptions options)
    
    fn::invoke:
      function: azure-native:containerservice:listManagedNamespaceCredential
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagedNamespaceName string
    The name of the managed namespace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the managed cluster resource.
    ManagedNamespaceName string
    The name of the managed namespace.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    The name of the managed cluster resource.
    managedNamespaceName String
    The name of the managed namespace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the managed cluster resource.
    managedNamespaceName string
    The name of the managed namespace.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    resourceName string
    The name of the managed cluster resource.
    managed_namespace_name str
    The name of the managed namespace.
    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.
    managedNamespaceName String
    The name of the managed namespace.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    The name of the managed cluster resource.

    listManagedNamespaceCredential 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 v2 docs if using the v2 version of this package.
    Azure Native v3.7.1 published on Wednesday, Aug 13, 2025 by Pulumi