Embedded certificates Data Type

A collection of embedded certificates.

Properties
Name Type Description
embeddedCertificates array of Embedded certificate Collection of embedded Certificates Embedded Certificate.

Example

{
  "embeddedCertificates" : [ {
    "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"
  }, {
    "links" : [ {
      "rel" : "...",
      "href" : "..."
    }, {
      "rel" : "...",
      "href" : "..."
    } ],
    "guid" : "c9086f84-5f11-48e8-a8e4-b01e17a901d4",
    "name" : "entrustUCP-testUser-cdf5f9eb-7964-4b27-9fb8-ba038c199e5c",
    "created" : "2017-01-14T16:40:03.54Z"
  } ]
}