Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 1.11 KB

signer.rst

File metadata and controls

57 lines (37 loc) · 1.11 KB

signer

.. autoclass:: moto.signer.models.SignerBackend

Example usage

@mock_signer
def test_signer_behaviour:
    boto3.client("signer")
    ...

Implemented features for this service

  • [ ] add_profile_permission

  • [X] cancel_signing_profile

  • [ ] describe_signing_job

  • [ ] get_revocation_status

  • [ ] get_signing_platform

  • [X] get_signing_profile

  • [ ] list_profile_permissions

  • [ ] list_signing_jobs

  • [X] list_signing_platforms

    Pagination is not yet implemented. The parameters category, partner, target are not yet implemented

  • [ ] list_signing_profiles

  • [X] list_tags_for_resource

  • [X] put_signing_profile

    The following parameters are not yet implemented: Overrides, SigningParameters

  • [ ] remove_profile_permission

  • [ ] revoke_signature

  • [ ] revoke_signing_profile

  • [ ] sign_payload

  • [ ] start_signing_job

  • [X] tag_resource

  • [X] untag_resource