SSH Certificate Manager
- class SSHCertificateManager(api)
Bases:
_PlatformComponentBase- update_engines(attributes, engine_names=None)
Updates a Platform’s module attributes. Each engine in
engine_nameswill be updated to have the givenattributes.- Parameters:
attributes (dict[str, list[str]]) – Dictionary of attributes and attribute values to update.
engine_names (list[str]) – List of engine names.