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.47.1 published on Monday, Jun 24, 2024 by Pulumi
azure-native.resourceconnector.listApplianceClusterCustomerUserCredential
Explore with Pulumi AI
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.47.1 published on Monday, Jun 24, 2024 by Pulumi
Returns the cluster customer user credentials for the dedicated appliance. Azure REST API version: 2022-04-15-preview.
Using listApplianceClusterCustomerUserCredential
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 listApplianceClusterCustomerUserCredential(args: ListApplianceClusterCustomerUserCredentialArgs, opts?: InvokeOptions): Promise<ListApplianceClusterCustomerUserCredentialResult>
function listApplianceClusterCustomerUserCredentialOutput(args: ListApplianceClusterCustomerUserCredentialOutputArgs, opts?: InvokeOptions): Output<ListApplianceClusterCustomerUserCredentialResult>
def list_appliance_cluster_customer_user_credential(resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> ListApplianceClusterCustomerUserCredentialResult
def list_appliance_cluster_customer_user_credential_output(resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[ListApplianceClusterCustomerUserCredentialResult]
func ListApplianceClusterCustomerUserCredential(ctx *Context, args *ListApplianceClusterCustomerUserCredentialArgs, opts ...InvokeOption) (*ListApplianceClusterCustomerUserCredentialResult, error)
func ListApplianceClusterCustomerUserCredentialOutput(ctx *Context, args *ListApplianceClusterCustomerUserCredentialOutputArgs, opts ...InvokeOption) ListApplianceClusterCustomerUserCredentialResultOutput
> Note: This function is named ListApplianceClusterCustomerUserCredential
in the Go SDK.
public static class ListApplianceClusterCustomerUserCredential
{
public static Task<ListApplianceClusterCustomerUserCredentialResult> InvokeAsync(ListApplianceClusterCustomerUserCredentialArgs args, InvokeOptions? opts = null)
public static Output<ListApplianceClusterCustomerUserCredentialResult> Invoke(ListApplianceClusterCustomerUserCredentialInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<ListApplianceClusterCustomerUserCredentialResult> listApplianceClusterCustomerUserCredential(ListApplianceClusterCustomerUserCredentialArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:resourceconnector:listApplianceClusterCustomerUserCredential
arguments:
# arguments dictionary
The following arguments are supported:
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Resource
Name string - Appliances name.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Resource
Name string - Appliances name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- resource
Name String - Appliances name.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- resource
Name string - Appliances name.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- resource_
name str - Appliances name.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- resource
Name String - Appliances name.
listApplianceClusterCustomerUserCredential Result
The following output properties are available:
- Kubeconfigs
List<Pulumi.
Azure Native. Resource Connector. Outputs. Appliance Credential Kubeconfig Response> - The list of appliance kubeconfigs.
- Ssh
Keys Dictionary<string, Pulumi.Azure Native. Resource Connector. Outputs. SSHKey Response> - Map of Customer User Public and Private SSH Keys
- Kubeconfigs
[]Appliance
Credential Kubeconfig Response - The list of appliance kubeconfigs.
- Ssh
Keys map[string]SSHKeyResponse - Map of Customer User Public and Private SSH Keys
- kubeconfigs
List<Appliance
Credential Kubeconfig Response> - The list of appliance kubeconfigs.
- ssh
Keys Map<String,SSHKeyResponse> - Map of Customer User Public and Private SSH Keys
- kubeconfigs
Appliance
Credential Kubeconfig Response[] - The list of appliance kubeconfigs.
- ssh
Keys {[key: string]: SSHKeyResponse} - Map of Customer User Public and Private SSH Keys
- kubeconfigs
Sequence[Appliance
Credential Kubeconfig Response] - The list of appliance kubeconfigs.
- ssh_
keys Mapping[str, SSHKeyResponse] - Map of Customer User Public and Private SSH Keys
- kubeconfigs List<Property Map>
- The list of appliance kubeconfigs.
- ssh
Keys Map<Property Map> - Map of Customer User Public and Private SSH Keys
Supporting Types
ApplianceCredentialKubeconfigResponse
SSHKeyResponse
- Certificate string
- Certificate associated with the public key if the key is signed.
- Creation
Time doubleStamp - Certificate creation timestamp (Unix).
- Expiration
Time doubleStamp - Certificate expiration timestamp (Unix).
- Private
Key string - Private Key.
- Public
Key string - Public Key.
- Certificate string
- Certificate associated with the public key if the key is signed.
- Creation
Time float64Stamp - Certificate creation timestamp (Unix).
- Expiration
Time float64Stamp - Certificate expiration timestamp (Unix).
- Private
Key string - Private Key.
- Public
Key string - Public Key.
- certificate String
- Certificate associated with the public key if the key is signed.
- creation
Time DoubleStamp - Certificate creation timestamp (Unix).
- expiration
Time DoubleStamp - Certificate expiration timestamp (Unix).
- private
Key String - Private Key.
- public
Key String - Public Key.
- certificate string
- Certificate associated with the public key if the key is signed.
- creation
Time numberStamp - Certificate creation timestamp (Unix).
- expiration
Time numberStamp - Certificate expiration timestamp (Unix).
- private
Key string - Private Key.
- public
Key string - Public Key.
- certificate str
- Certificate associated with the public key if the key is signed.
- creation_
time_ floatstamp - Certificate creation timestamp (Unix).
- expiration_
time_ floatstamp - Certificate expiration timestamp (Unix).
- private_
key str - Private Key.
- public_
key str - Public Key.
- certificate String
- Certificate associated with the public key if the key is signed.
- creation
Time NumberStamp - Certificate creation timestamp (Unix).
- expiration
Time NumberStamp - Certificate expiration timestamp (Unix).
- private
Key String - Private Key.
- public
Key String - Public Key.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
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.47.1 published on Monday, Jun 24, 2024 by Pulumi