1. Packages
  2. pgEdge
  3. API Docs
  4. getSSHKeys
pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge

pgedge.getSSHKeys

Explore with Pulumi AI

pgedge logo
pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge

    Data source for pgEdge SSH keys.

    Using getSSHKeys

    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 getSSHKeys(opts?: InvokeOptions): Promise<GetSSHKeysResult>
    function getSSHKeysOutput(opts?: InvokeOptions): Output<GetSSHKeysResult>
    def get_ssh_keys(opts: Optional[InvokeOptions] = None) -> GetSSHKeysResult
    def get_ssh_keys_output(opts: Optional[InvokeOptions] = None) -> Output[GetSSHKeysResult]
    func GetSSHKeys(ctx *Context, opts ...InvokeOption) (*GetSSHKeysResult, error)
    func GetSSHKeysOutput(ctx *Context, opts ...InvokeOption) GetSSHKeysResultOutput

    > Note: This function is named GetSSHKeys in the Go SDK.

    public static class GetSSHKeys 
    {
        public static Task<GetSSHKeysResult> InvokeAsync(InvokeOptions? opts = null)
        public static Output<GetSSHKeysResult> Invoke(InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSSHKeysResult> getSSHKeys(InvokeOptions options)
    public static Output<GetSSHKeysResult> getSSHKeys(InvokeOptions options)
    
    fn::invoke:
      function: pgedge:index/getSSHKeys:getSSHKeys
      arguments:
        # arguments dictionary

    getSSHKeys Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    SshKeys List<Pgedge.Pgedge.Outputs.GetSSHKeysSshKey>
    Id string
    The provider-assigned unique ID for this managed resource.
    SshKeys []GetSSHKeysSshKey
    id String
    The provider-assigned unique ID for this managed resource.
    sshKeys List<GetSSHKeysSshKey>
    id string
    The provider-assigned unique ID for this managed resource.
    sshKeys GetSSHKeysSshKey[]
    id str
    The provider-assigned unique ID for this managed resource.
    ssh_keys Sequence[GetSSHKeysSshKey]
    id String
    The provider-assigned unique ID for this managed resource.
    sshKeys List<Property Map>

    Supporting Types

    GetSSHKeysSshKey

    CreatedAt string
    Creation time of the SSH key
    Id string
    ID of the SSH key
    Name string
    Name of the SSH key
    PublicKey string
    Public key
    CreatedAt string
    Creation time of the SSH key
    Id string
    ID of the SSH key
    Name string
    Name of the SSH key
    PublicKey string
    Public key
    createdAt String
    Creation time of the SSH key
    id String
    ID of the SSH key
    name String
    Name of the SSH key
    publicKey String
    Public key
    createdAt string
    Creation time of the SSH key
    id string
    ID of the SSH key
    name string
    Name of the SSH key
    publicKey string
    Public key
    created_at str
    Creation time of the SSH key
    id str
    ID of the SSH key
    name str
    Name of the SSH key
    public_key str
    Public key
    createdAt String
    Creation time of the SSH key
    id String
    ID of the SSH key
    name String
    Name of the SSH key
    publicKey String
    Public key

    Package Details

    Repository
    pgedge pgEdge/pulumi-pgedge
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the pgedge Terraform Provider.
    pgedge logo
    pgEdge v0.0.40 published on Friday, Jan 10, 2025 by pgEdge