IdUsernamePair
public struct IdUsernamePair : Hashable, Codable
The DeviceInformation
is stored a set of generic credentials representing dispatch targets in nevisIDM.
For each account there is a generic credential in nevisIDM. This object exposes the value of the Identification
attribute of each of the generic credentials for each account.
-
The username of the account.
Declaration
Swift
public let username: String
-
The ID of the generic credential containing the dispatch target information (the
dispatch_target_
prefix is removed). This is presented asIdentification
of the generic credential in the nevisIDM administration web interface.Declaration
Swift
public let identifier: String