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