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:
GetSshKeys Result
The following output properties are available:
- Id string
The provider-assigned unique ID for this managed resource.
- Ssh
Keys List<Pulumi.HCloud. Outputs. Get Ssh Keys Ssh Key> - With
Selector string
- Id string
The provider-assigned unique ID for this managed resource.
- Ssh
Keys []GetSsh Keys Ssh Key - With
Selector string
- id string
The provider-assigned unique ID for this managed resource.
- ssh
Keys GetSsh Keys Ssh Key[] - with
Selector string
- id str
The provider-assigned unique ID for this managed resource.
- ssh_
keys List[GetSsh Keys Ssh Key] - 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 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
hcloudTerraform Provider.