SensitiveDataItemCategory
public enum SensitiveDataItemCategory : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case financialInformation = "FINANCIAL_INFORMATION"
-
Undocumented
Declaration
Swift
case personalInformation = "PERSONAL_INFORMATION"
-
Undocumented
Declaration
Swift
case credentials = "CREDENTIALS"
-
Undocumented
Declaration
Swift
case customIdentifier = "CUSTOM_IDENTIFIER"
-
Declaration
Swift
public var description: String { get }