microsoft / Intune-Resource-Access

Sample code and scripts for interfacing with the Intune Resource Access APIs.
MIT License
54 stars 58 forks source link

I would like to know the specifications of the API being called by the class "downloadRevocationRequests" published on GitHub. #150

Closed Wn8g4MvF closed 7 months ago

Wn8g4MvF commented 8 months ago

① I would like to know the original processing specifications, such as the request parameter specifications and response data return conditions (what state of certificate is being returned as a response), etc., so I would like to know. https://github.com/microsoft/Intune-Resource-Access/blob/master/src/CsrValidation/java/lib/src/main/java/com/microsoft/intune/scepvalidation/IntuneRevocationClient.java ・CertificateAuthorityRequests/downloadRevocationRequests

Wn8g4MvF commented 8 months ago

I will write the code for the corresponding process. https://github.com/microsoft/Intune-Resource-Access/blob/eae184eea8f7dab417d3ac29cc3ac39b7db8cace/src/CsrValidation/java/lib/src/main/java/com/microsoft/intune/scepvalidation/IntuneRevocationClient.java#L106-L138