Pre-qualify approval flow
POST/vedsdk/actions/codesign/prequalify/Create
Pre-qualifies and adds a hash to a VCC Flow that already has a Pre-Qualified Signature action. However, the hash is hidden in VCC and CodeSign Protect.
Hash data ensures the identity of a specific assembly or executable. Later, during code signing, if the software hash does not match the pre-qualified hash, code signing fails.
You can add as many hashes as necessary to a project environment Flow. However, you must call PreQualify/Create to preauthorize each hash so it is available for future code signing.
Permissions: The caller, who pre-authorizes the hash, must be a Key Use Approver.
Required scope: codesign:approve
Request
Responses
- 200
- 400
- 401
- 403
Pre-qualification created
Missing or invalid request property.
A valid access token is required.
The API requires a scope not granted to the provided access token