validate_assessment_report_integrity
(**kwargs)¶Validates the integrity of an assessment report in Audit Manager.
See also: AWS API Documentation
Request Syntax
response = client.validate_assessment_report_integrity(
s3RelativePath='string'
)
[REQUIRED]
The relative path of the Amazon S3 bucket that the assessment report is stored in.
{
'signatureValid': True|False,
'signatureAlgorithm': 'string',
'signatureDateTime': 'string',
'signatureKeyId': 'string',
'validationErrors': [
'string',
]
}
Response Structure
Specifies whether the signature key is valid.
The signature algorithm that's used to code sign the assessment report file.
The date and time signature that specifies when the assessment report was created.
The unique identifier for the validation signature key.
Represents any errors that occurred when validating the assessment report.
Exceptions
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.AccessDeniedException
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ResourceNotFoundException