{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure AccessControlClient AccessConnector enrollmentGroups API", "version": "2020-08-01-preview" }, "items": [ { "info": { "name": "enrollmentGroups", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Azure Get The List Of Enrollment Groups In An Application", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/enrollmentGroups", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." } ] }, "docs": "Needs a more full description created." }, { "info": { "name": "Microsoft Azure Get An Enrollment Group By Id", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." } ] }, "docs": "Get details about an enrollment group by ID." }, { "info": { "name": "Microsoft Azure Create An Enrollment Group", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." } ] }, "docs": "Create an enrollment group." }, { "info": { "name": "Microsoft Azure Update An Enrollment Group", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId", "headers": [ { "name": "If-Match", "value": "" } ], "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." } ] }, "docs": "Update an enrollment group." }, { "info": { "name": "Microsoft Azure Delete An Enrollment Group", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." } ] }, "docs": "Delete an enrollment group by ID." }, { "info": { "name": "Microsoft Azure Get The Primary Or Secondary X509 Certificate Of An Enrollment Group", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId/certificates/:entry", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." }, { "name": "entry", "value": "", "type": "path", "description": "Entry of certificate only support primary and secondary." } ] }, "docs": "Get details about the primary or secondary x509 certificate of an enrollment group, if it exists." }, { "info": { "name": "Microsoft Azure Sets The Primary Or Secondary X509 Certificate Of An Enrollment Group", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId/certificates/:entry", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." }, { "name": "entry", "value": "", "type": "path", "description": "Entry of certificate only support primary and secondary." } ] }, "docs": "Sets the primary or secondary x509 certificate of an enrollment group." }, { "info": { "name": "Microsoft Azure Removes The Primary Or Secondary X509 Certificate Of An Enrollment Group", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId/certificates/:entry", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." }, { "name": "entry", "value": "", "type": "path", "description": "Entry of certificate only support primary and secondary." } ] }, "docs": "Removes the primary or secondary x509 certificate of an enrollment group." }, { "info": { "name": "Microsoft Azure Generate A Verification Code For The Primary Or Secondary X509 Certificate Of An Enrollment Group", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId/certificates/:entry/generateVerificationCode", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." }, { "name": "entry", "value": "", "type": "path", "description": "Entry of certificate only support primary and secondary." } ] }, "docs": "Generate a verification code for the primary or secondary x509 certificate of an enrollment group." }, { "info": { "name": "Microsoft Azure Verify The Primary Or Secondary X509 Certificate Of An Enrollment Group", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/enrollmentGroups/:enrollmentGroupId/certificates/:entry/verify", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "The version of the API being called." }, { "name": "enrollmentGroupId", "value": "", "type": "path", "description": "Unique ID of the enrollment group." }, { "name": "entry", "value": "", "type": "path", "description": "Entry of certificate only support primary and secondary." } ] }, "docs": "Verify the primary or secondary x509 certificate of an enrollment group by providing a certificate with the signed verification code." } ] } ], "bundled": true }