ZitiPostureQuery
@objc
public class ZitiPostureQuery : NSObject, Codable
Class encapsulating Ziti SDK C’s posture query
-
Indicates whether or not this posture check is currently passing
Declaration
Swift
public var isPassing: Bool?
-
Indicates the type of posture query
Declaration
Swift
public var queryType: String?
-
id of this posture query
Declaration
Swift
public var id: String?
-
Timeout in seconds (if specified, -1 if not applicable)
Declaration
Swift
public var timeout: Int64?
-
Timeout remaining (if applicable, otherwise -1)
Declaration
Swift
public var timeoutRemaining: Int64?