Certificate enrollment Data Type

Enrollment of certificate either on the user device or on the application.

Properties
Name Type Description
link Link Link from this Certificate enrollment to related resources. Possible link relationships include:
  • application: An application instance defined in the system which certificate was enrolled on
  • user device: A device of user defined in the system which certificate was enrolled on.
status string Certificate enrollment status.

Example

{
  "link" : {
    "rel" : "groups",
    "href" : "https://server01:18084/SRP00000/api/v1/users/6dd3a8e2-3f24-48c6-961a-949794f4b554/groups"
  },
  "status" : "DELIVERED"
}