WhitelistItem

public struct WhitelistItem : Decodable

Describesa whitelist item.

  • The datetime of the last request made by this device.

    Declaration

    Swift

    public let lastUseDate: String
  • The datetime of creation

    Declaration

    Swift

    public let createDate: String
  • The name of the whitelisted user or device.

    Declaration

    Swift

    public let name: String