Identity
public class Identity : Codable
Identity portion of successful enrollment attempt
-
locally generated private key used for generating CSR as part of enrollmen
Declaration
Swift
public var key: String?
-
signed certificate created as part of CSR process
Declaration
Swift
public var cert: String
-
root certificates for trusting the Ziti Controller
Declaration
Swift
public var ca: String?