ProtectionPolicy

public enum ProtectionPolicy : String, CustomStringConvertible, Codable

Undocumented

  • Undocumented

    Declaration

    Swift

    case noprotection = "NoProtection"
  • Undocumented

    Declaration

    Swift

    case fullprotection = "FullProtection"
  • Declaration

    Swift

    public var description: String { get }