Identity

public class Identity : Codable

Identity portion of successful enrollment attempt

  • key

    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
  • ca

    root certificates for trusting the Ziti Controller

    Declaration

    Swift

    public var ca: String?