{"type":"model","meta":{"id":"/apps/pubhub/media/cloud-security-apis-in-eft/9d37d008417d562ab46d4b67547a68457ce288d2/40c74b80-600f-321b-b515-00f16a3f3d22","info":{"version":"1.0.0","title":"Cisco Secure Access Zero Trust User Devices API","description":"Get the certificate information and user summaries for the zero trust user devices.\nRevoke the certificates on the zero trust user device.","contact":{"name":"Cloud Security Developer Community"}},"security":[{"oauthFlow":[]}],"tags":[{"name":"ACME Client Certificates"},{"name":"Secure Access"}],"x-parser-conf":{"overview":{"markdownPath":"secure-access/reference/admin/zta-users-overview.md","uri":"secure-access-api-reference-zta-users-overview"}},"openapi":"3.0.3","servers":[{"url":"https://api.sse.cisco.com/{basePath}","variables":{"basePath":{"default":"admin/v2"}}}],"securitySchemes":{"oauthFlow":{"type":"oauth2","description":"The client credential flow.","flows":{"clientCredentials":{"tokenUrl":"https://api.sse.cisco.com/auth/v2/token","scopes":{"admin.ztna.certificates:read":"Read the certificate metadata for the users.","admin.ztna.users:read":"Read the user summaries.","admin.ztna.devices:read":"Read the certificate metadata for the user device","admin.ztna.enrollment:write":"Revoke the certificates for the user device"}}}}}},"spec":{"description":"The properties of the device certificates for the user.","type":"object","properties":{"userId":{"type":"string","description":"The unique identifier for the user.","readOnly":true,"example":"1251001730","$$ref":"#/components/schemas/userId"},"deviceCertificateCounts":{"type":"object","required":["active"],"description":"The properties of the certificates for the user device.","properties":{"active":{"description":"The number of user devices where the most recently issued certificate is active.","type":"integer"},"expired":{"description":"The number of user devices where the recently issued certificate is expired.","type":"integer"},"revoked":{"description":"The number of user devices where the Recently issued certificate is revoked.","type":"integer"}}}},"example":{"userId":"324525a","deviceCertificateCounts":{"active":5,"expired":0,"revoked":0}},"$$ref":"#/components/schemas/userSummary","title":"userSummary"}}