Package version:

Interface SshPublicKeysGroupListResult

The list SSH public keys operation response.

interface SshPublicKeysGroupListResult {
    nextLink?: string;
    value: SshPublicKeyResource[];
}

Properties

Properties

nextLink?: string

The URI to fetch the next page of SSH public keys. Call ListNext() with this URI to fetch the next page of SSH public keys.

The list of SSH public keys