SignerDataPlane / Client / get_revocation_status

get_revocation_status

SignerDataPlane.Client.get_revocation_status(**kwargs)

Retrieves the revocation status for a signed artifact by checking if the signing profile, job, or certificate has been revoked.

See also: AWS API Documentation

Request Syntax

response = client.get_revocation_status(
    signatureTimestamp=datetime(2015, 1, 1),
    platformId='string',
    profileVersionArn='string',
    jobArn='string',
    certificateHashes=[
        'string',
    ]
)
Parameters:
  • signatureTimestamp (datetime) –

    [REQUIRED]

    The timestamp when the artifact was signed, in ISO 8601 format.

  • platformId (string) –

    [REQUIRED]

    The platform identifier for the signing platform used.

  • profileVersionArn (string) –

    [REQUIRED]

    The ARN of the signing profile version used to sign the artifact.

  • jobArn (string) –

    [REQUIRED]

    The ARN of the signing job that produced the signature.

  • certificateHashes (list) –

    [REQUIRED]

    List of certificate hashes to check for revocation.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{
    'revokedEntities': [
        'string',
    ]
}

Response Structure

  • (dict) –

    Response containing the list of revoked entities.

    • revokedEntities (list) –

      List of entity identifiers that have been revoked. Empty if no revocations found.

      • (string) –

Exceptions

  • SignerDataPlane.Client.exceptions.ValidationException

  • SignerDataPlane.Client.exceptions.AccessDeniedException

  • SignerDataPlane.Client.exceptions.TooManyRequestsException

  • SignerDataPlane.Client.exceptions.InternalServiceErrorException