TwoAccountPolicy
public enum TwoAccountPolicy : CustomStringConvertible, JSONRepresentable
Policy for pairing personal account to work account
-
An unspecified error.
Declaration
Swift
case disabled -
An unspecified error.
Declaration
Swift
case enabled -
An unspecified error.
Declaration
Swift
case other -
Declaration
Swift
public var description: String { get }
View on GitHub
TwoAccountPolicy Enumeration Reference