Embedded certificate Data Type

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.

Properties
Name Type Description
links array of Link Links from this Embedded certificate to related resources. Possible link relationships include:
  • bundle: Group of several certificates (more than one) that can be enrolled/deleted as a single entity.
  • certificate: Certificate by itself.
  • profile: Profile that holds this embedded certificate.
  • user: User that owns this embedded certificate.
  • certificateEnrollments: Represents the enrollment status of the information certificate and consumers.
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:

Type of certificate Name pattern
Manually uploaded certificate file with one key pair [initial_file_name].[initial_extension]
Manually uploaded certificate file with more than one key pair [initial_file_name]-[certificate_guid].[initial_extension]
Certificate obtained form third-party PKI [profile_name]-[username]-[certificate_guid]

In UEM 12.12, the version name value will use the format '[policyname]-[username]-[certificateGUID].cer' for the following profiles:

  1. SCEP for BlackBerry Dynamics platform.
  2. User credential profile with all types (except Manually uploaded certificate) of connectors.
Method will return filename (including file extension) of uploaded certificate file for the following profiles:
  1. User credential profile with Manually uploaded certificate.
  2. User certificate profile.
All other types of certificate profiles are not supported in this release (UEM 12.11).
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"
}