SSH Certificate Manager

class SSHCertificateManager(api)

Bases: _PlatformComponentBase

update_engines(attributes, engine_names=None)

Updates a Platform’s module attributes. Each engine in engine_names will be updated to have the given attributes.

Parameters
  • attributes (Dict[str, List[str]]) – Dictionary of attributes and attribute values to update.

  • engine_names (List[str]) – List of engine names.