A collection of certificate enrollments.
| Name | Type | Description |
|---|---|---|
| certificateEnrollments | array of Certificate enrollment | Collection of Certificate enrollments. |
Example
{
"certificateEnrollments" : [ {
"link" : {
"rel" : "groups",
"href" : "https://server01:18084/SRP00000/api/v1/users/6dd3a8e2-3f24-48c6-961a-949794f4b554/groups"
},
"status" : "DELIVERED"
}, {
"link" : {
"rel" : "...",
"href" : "..."
},
"status" : "VERIFIED"
} ]
}