1. Packages
  2. Azure Native
  3. API Docs
  4. containerservice
  5. listManagedClusterMonitoringUserCredentials
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

azure-native.containerservice.listManagedClusterMonitoringUserCredentials

Explore with Pulumi AI

azure-native logo
Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi

    Gets cluster monitoring user credential of the managed cluster with a specified resource group and name. API Version: 2021-03-01.

    Using listManagedClusterMonitoringUserCredentials

    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 listManagedClusterMonitoringUserCredentials(args: ListManagedClusterMonitoringUserCredentialsArgs, opts?: InvokeOptions): Promise<ListManagedClusterMonitoringUserCredentialsResult>
    function listManagedClusterMonitoringUserCredentialsOutput(args: ListManagedClusterMonitoringUserCredentialsOutputArgs, opts?: InvokeOptions): Output<ListManagedClusterMonitoringUserCredentialsResult>
    def list_managed_cluster_monitoring_user_credentials(resource_group_name: Optional[str] = None,
                                                         resource_name: Optional[str] = None,
                                                         opts: Optional[InvokeOptions] = None) -> ListManagedClusterMonitoringUserCredentialsResult
    def list_managed_cluster_monitoring_user_credentials_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                                         resource_name: Optional[pulumi.Input[str]] = None,
                                                         opts: Optional[InvokeOptions] = None) -> Output[ListManagedClusterMonitoringUserCredentialsResult]
    func ListManagedClusterMonitoringUserCredentials(ctx *Context, args *ListManagedClusterMonitoringUserCredentialsArgs, opts ...InvokeOption) (*ListManagedClusterMonitoringUserCredentialsResult, error)
    func ListManagedClusterMonitoringUserCredentialsOutput(ctx *Context, args *ListManagedClusterMonitoringUserCredentialsOutputArgs, opts ...InvokeOption) ListManagedClusterMonitoringUserCredentialsResultOutput

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

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

    The following arguments are supported:

    ResourceGroupName string

    The name of the resource group.

    ResourceName string

    The name of the managed cluster resource.

    ResourceGroupName string

    The name of the resource group.

    ResourceName string

    The name of the managed cluster resource.

    resourceGroupName String

    The name of the resource group.

    resourceName String

    The name of the managed cluster resource.

    resourceGroupName string

    The name of the resource group.

    resourceName string

    The name of the managed cluster resource.

    resource_group_name str

    The name of the resource group.

    resource_name str

    The name of the managed cluster resource.

    resourceGroupName String

    The name of the resource group.

    resourceName String

    The name of the managed cluster resource.

    listManagedClusterMonitoringUserCredentials 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
    Azure Native v1.103.0 published on Friday, Jun 2, 2023 by Pulumi