1. Packages
  2. Azure Native v1
  3. API Docs
  4. resourceconnector
  5. listApplianceClusterUserCredential
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

azure-native.resourceconnector.listApplianceClusterUserCredential

Explore with Pulumi AI

azure-native-v1 logo
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi

    Returns the cluster user credentials for the dedicated appliance. API Version: 2021-10-31-preview.

    Using listApplianceClusterUserCredential

    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 listApplianceClusterUserCredential(args: ListApplianceClusterUserCredentialArgs, opts?: InvokeOptions): Promise<ListApplianceClusterUserCredentialResult>
    function listApplianceClusterUserCredentialOutput(args: ListApplianceClusterUserCredentialOutputArgs, opts?: InvokeOptions): Output<ListApplianceClusterUserCredentialResult>
    def list_appliance_cluster_user_credential(resource_group_name: Optional[str] = None,
                                               resource_name: Optional[str] = None,
                                               opts: Optional[InvokeOptions] = None) -> ListApplianceClusterUserCredentialResult
    def list_appliance_cluster_user_credential_output(resource_group_name: Optional[pulumi.Input[str]] = None,
                                               resource_name: Optional[pulumi.Input[str]] = None,
                                               opts: Optional[InvokeOptions] = None) -> Output[ListApplianceClusterUserCredentialResult]
    func ListApplianceClusterUserCredential(ctx *Context, args *ListApplianceClusterUserCredentialArgs, opts ...InvokeOption) (*ListApplianceClusterUserCredentialResult, error)
    func ListApplianceClusterUserCredentialOutput(ctx *Context, args *ListApplianceClusterUserCredentialOutputArgs, opts ...InvokeOption) ListApplianceClusterUserCredentialResultOutput

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

    public static class ListApplianceClusterUserCredential 
    {
        public static Task<ListApplianceClusterUserCredentialResult> InvokeAsync(ListApplianceClusterUserCredentialArgs args, InvokeOptions? opts = null)
        public static Output<ListApplianceClusterUserCredentialResult> Invoke(ListApplianceClusterUserCredentialInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<ListApplianceClusterUserCredentialResult> listApplianceClusterUserCredential(ListApplianceClusterUserCredentialArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: azure-native:resourceconnector:listApplianceClusterUserCredential
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    Appliances name.
    ResourceGroupName string
    The name of the resource group. The name is case insensitive.
    ResourceName string
    Appliances name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    Appliances name.
    resourceGroupName string
    The name of the resource group. The name is case insensitive.
    resourceName string
    Appliances name.
    resource_group_name str
    The name of the resource group. The name is case insensitive.
    resource_name str
    Appliances name.
    resourceGroupName String
    The name of the resource group. The name is case insensitive.
    resourceName String
    Appliances name.

    listApplianceClusterUserCredential Result

    The following output properties are available:

    HybridConnectionConfig Pulumi.AzureNative.ResourceConnector.Outputs.HybridConnectionConfigResponse
    Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
    Kubeconfigs List<Pulumi.AzureNative.ResourceConnector.Outputs.ApplianceCredentialKubeconfigResponse>
    The list of appliance kubeconfigs.
    HybridConnectionConfig HybridConnectionConfigResponse
    Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
    Kubeconfigs []ApplianceCredentialKubeconfigResponse
    The list of appliance kubeconfigs.
    hybridConnectionConfig HybridConnectionConfigResponse
    Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
    kubeconfigs List<ApplianceCredentialKubeconfigResponse>
    The list of appliance kubeconfigs.
    hybridConnectionConfig HybridConnectionConfigResponse
    Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
    kubeconfigs ApplianceCredentialKubeconfigResponse[]
    The list of appliance kubeconfigs.
    hybrid_connection_config HybridConnectionConfigResponse
    Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
    kubeconfigs Sequence[ApplianceCredentialKubeconfigResponse]
    The list of appliance kubeconfigs.
    hybridConnectionConfig Property Map
    Contains the REP (rendezvous endpoint) and “Listener” access token from notification service (NS).
    kubeconfigs List<Property Map>
    The list of appliance kubeconfigs.

    Supporting Types

    ApplianceCredentialKubeconfigResponse

    Name string
    Name which contains the role of the kubeconfig.
    Value string
    Contains the kubeconfig value.
    Name string
    Name which contains the role of the kubeconfig.
    Value string
    Contains the kubeconfig value.
    name String
    Name which contains the role of the kubeconfig.
    value String
    Contains the kubeconfig value.
    name string
    Name which contains the role of the kubeconfig.
    value string
    Contains the kubeconfig value.
    name str
    Name which contains the role of the kubeconfig.
    value str
    Contains the kubeconfig value.
    name String
    Name which contains the role of the kubeconfig.
    value String
    Contains the kubeconfig value.

    HybridConnectionConfigResponse

    ExpirationTime double
    Timestamp when this token will be expired.
    HybridConnectionName string
    Name of the connection
    Relay string
    Name of the notification service.
    Token string
    Listener access token
    ExpirationTime float64
    Timestamp when this token will be expired.
    HybridConnectionName string
    Name of the connection
    Relay string
    Name of the notification service.
    Token string
    Listener access token
    expirationTime Double
    Timestamp when this token will be expired.
    hybridConnectionName String
    Name of the connection
    relay String
    Name of the notification service.
    token String
    Listener access token
    expirationTime number
    Timestamp when this token will be expired.
    hybridConnectionName string
    Name of the connection
    relay string
    Name of the notification service.
    token string
    Listener access token
    expiration_time float
    Timestamp when this token will be expired.
    hybrid_connection_name str
    Name of the connection
    relay str
    Name of the notification service.
    token str
    Listener access token
    expirationTime Number
    Timestamp when this token will be expired.
    hybridConnectionName String
    Name of the connection
    relay String
    Name of the notification service.
    token String
    Listener access token

    Package Details

    Repository
    azure-native-v1 pulumi/pulumi-azure-native
    License
    Apache-2.0
    azure-native-v1 logo
    These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
    Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi