ViewerProtocolPolicy
public enum ViewerProtocolPolicy : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case allowAll = "allow-all" -
Undocumented
Declaration
Swift
case httpsOnly = "https-only" -
Undocumented
Declaration
Swift
case redirectToHttps = "redirect-to-https" -
Declaration
Swift
public var description: String { get }
View on GitHub
ViewerProtocolPolicy Enumeration Reference