GetSshKey

Using GetSshKey

function getSshKey(args: GetSshKeyArgs, opts?: InvokeOptions): Promise<GetSshKeyResult>
function  get_ssh_key(fingerprint=None, id=None, name=None, selector=None, with_selector=None, opts=None)
func LookupSshKey(ctx *Context, args *LookupSshKeyArgs, opts ...InvokeOption) (*LookupSshKeyResult, error)

Note: This function is named LookupSshKey in the Go SDK.

public static class GetSshKey {
    public static Task<GetSshKeyResult> InvokeAsync(GetSshKeyArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Fingerprint string
Id int
Name string
Selector string

Deprecated: Please use the with_selector property instead.

WithSelector string
Fingerprint string
Id int
Name string
Selector string

Deprecated: Please use the with_selector property instead.

WithSelector string
fingerprint string
id number
name string
selector string

Deprecated: Please use the with_selector property instead.

withSelector string
fingerprint str
id float
name str
selector str

Deprecated: Please use the with_selector property instead.

with_selector str

GetSshKey Result

The following output properties are available:

Fingerprint string
Labels Dictionary<string, object>
Name string
PublicKey string
Id int
Selector string

Deprecated: Please use the with_selector property instead.

WithSelector string
Fingerprint string
Labels map[string]interface{}
Name string
PublicKey string
Id int
Selector string

Deprecated: Please use the with_selector property instead.

WithSelector string
fingerprint string
labels {[key: string]: any}
name string
publicKey string
id number
selector string

Deprecated: Please use the with_selector property instead.

withSelector string
fingerprint str
labels Dict[str, Any]
name str
public_key str
id float
selector str

Deprecated: Please use the with_selector property instead.

with_selector 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.