Certificate Revocation

class CertificateRevocation(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.