{"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":"A list of ACME-issued certificates issued for the user device. Only the most recently issued certificate is present.","type":"array","items":{"type":"object","description":"The properties of the device certificate.","required":["certificateId","status","createdAt","expiresAt"],"properties":{"certificateId":{"description":"The unique identifier of the ACME-issued certificate.","type":"string","$$ref":"#/components/schemas/certificateId"},"status":{"description":"The status of the ACME-issued certificate.","type":"string","enum":["active","expired","revoked"]},"createdAt":{"description":"The date and time (in ISO 8601 format) when the ACME-issued certificate was created.","type":"string","format":"date-time","example":"2024-07-02T18:46:38Z"},"expiresAt":{"description":"The date and time (in ISO 8601 format) when the ACME-issued certificate expires.","type":"string","format":"date-time","example":"2024-07-02T18:46:38Z"},"revokedAt":{"description":"The date and time (in ISO 8601 format) when the ACME-issued certificate was revoked.","type":"string","format":"date-time","example":"2024-07-02T18:46:38Z"}},"example":{"certificateId":"54321","status":"active","createdAt":"2024-05-15T21:36:32Z","expiresAt":"2024-07-15T21:36:32Z"},"$$ref":"#/components/schemas/certificate"},"$$ref":"#/components/schemas/certificates","title":"certificates"}}