ZitiPostureQuerySet
@objc
public class ZitiPostureQuerySet : NSObject, Codable
Class encapsulating Ziti SDK C’s posture query set
-
Indicates wheter or not this posture query set is passing
Declaration
Swift
public var isPassing: Bool?
-
Policy identifier
Declaration
Swift
public var policyId: String?
-
Policy type
Declaration
Swift
public var policyType: String?
-
Listing of posture queries
Declaration
Swift
public var postureQueries: [ZitiPostureQuery]?