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
LookupSshKeyin the Go SDK.
public static class GetSshKey {
public static Task<GetSshKeyResult> InvokeAsync(GetSshKeyArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
GetSshKey Result
The following output properties are available:
- fingerprint str
- labels Dict[str, Any]
- name str
- public_
key str - id float
- selector str
- with_
selector str
Package Details
- Repository
- https://github.com/pulumi/pulumi-hcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
hcloudTerraform Provider.