GetSshKeys

Using GetSshKeys

function getSshKeys(args: GetSshKeysArgs, opts?: InvokeOptions): Promise<GetSshKeysResult>
function  get_ssh_keys(with_selector=None, opts=None)
func GetSshKeys(ctx *Context, args *GetSshKeysArgs, opts ...InvokeOption) (*GetSshKeysResult, error)
public static class GetSshKeys {
    public static Task<GetSshKeysResult> InvokeAsync(GetSshKeysArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

WithSelector string
WithSelector string
withSelector string
with_selector str

GetSshKeys Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

SshKeys List<Pulumi.HCloud.Outputs.GetSshKeysSshKey>
WithSelector string
Id string

The provider-assigned unique ID for this managed resource.

SshKeys []GetSshKeysSshKey
WithSelector string
id string

The provider-assigned unique ID for this managed resource.

sshKeys GetSshKeysSshKey[]
withSelector string
id str

The provider-assigned unique ID for this managed resource.

ssh_keys List[GetSshKeysSshKey]
with_selector str

Supporting Types

GetSshKeysSshKey

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

Fingerprint string
Id int
Labels Dictionary<string, object>
Name string
PublicKey string
Fingerprint string
Id int
Labels map[string]interface{}
Name string
PublicKey string
fingerprint string
id number
labels {[key: string]: any}
name string
publicKey string
fingerprint str
id float
labels Dict[str, Any]
name str
public_key str

Package Details

Repository
https://github.com/pulumi/pulumi-hcloud
License
Apache-2.0
Notes
This Pulumi package is based on the hcloud Terraform Provider.