Get a detection's exemptions on a profile
Read the exemptions configured for one detection on one profile, together with whether that detection accepts exemptions and which types it accepts.
version is an opaque token to send back unchanged as If-Match when replacing the set. It is null when the detection has never been configured on this profile, and a replace request must then omit the header.
Exemptions are reported as stored. A detection whose supportsExemptions is false can still hold entries written while it supported them, and you need to see them to clear them.
Authorizations
Bearer API Key. For example, "Bearer {Tenant API Key}"
Headers
Bearer API Key. For example, "Bearer {Tenant API Key}"
Path Parameters
Profile ID, or the literal string default for the tenant's default profile. default covers only the integrations that have not been given a profile of their own, so on a tenant with more than one profile it does not reach the rest. Use List profiles to get the IDs.
"default"
Detection ID. A finding reports the detection that produced it in its detectionId field.
"PLERION-AWS-16"
Response
The detection's exemptions on the profile
The exemptions configured for one detection on one profile.