EncryptionType
public enum EncryptionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case none = "NONE" -
Undocumented
Declaration
Swift
case kms = "KMS" -
Declaration
Swift
public var description: String { get }
View on GitHub
EncryptionType Enumeration Reference