Interface PublicKeys
- All Known Implementing Classes:
PublicKeysImpl
public interface PublicKeys
Client interface for managing SSH public keys on Network Edge. Provides operations
to list, retrieve, and create public keys used for secure authentication to
virtual devices.
- Version:
- $Id: $Id
- Author:
- ianjones
-
Method Summary
Modifier and TypeMethodDescriptionReturns an instance of PublicKeyBuilder for defining a new Public Key.Gets the specified Public Key.list()Lists available Public Keys.Lists available Public Keys for the provided accountUcmId.
-
Method Details
-
list
-
list
Lists available Public Keys for the provided accountUcmId.- Parameters:
accountUcmId- the unique account identifier.- Returns:
PaginatedList
-
getByUuid
-
define
Returns an instance of PublicKeyBuilder for defining a new Public Key.- Parameters:
keyName- the name of the new Public Key.keyValue- the value of the new Public Key.- Returns:
PublicKeyOperator.PublicKeyBuilder
-