EmbeddedCertificate is an entity that connects a Certificate object (user certificate, SCEP, user credential profile, and so on) to other entities, providing information about how the certificate is used, for example, the associated user, profile, or enrollments.
| Name | Type | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| links | array of Link | Links from this Embedded certificate to related resources. Possible link relationships include:
|
||||||||
| guid | string | GUID of the Embedded certificate. | ||||||||
| name | string | Retrieves certificate name and displays the name to the end user.
The name pattern for uploaded certificates will use this format:
In UEM 12.12, the version name value will use the format '[policyname]-[username]-[certificateGUID].cer' for the following profiles:
|
||||||||
| created | string | When the embedded certificate was registered in UEM (a record was created). |
Example
{
"links" : [ {
"rel" : "groups",
"href" : "https://server01:18084/SRP00000/api/v1/users/6dd3a8e2-3f24-48c6-961a-949794f4b554/groups"
}, {
"rel" : "...",
"href" : "..."
} ],
"guid" : "2ab7d0e2-3f24-48c6-961a-949794f4b554",
"name" : "TKCA_02_VF1_S_MIME_Encr.pfx",
"created" : "2017-01-01T11:04:30.45Z"
}