NMAIdUsernamePair

public class NMAIdUsernamePair : NSObject, DictionaryEncodable

The NMADeviceInformation 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

    @objc
    public let username: String
  • The ID of the generic credential containing the dispatch target information (the dispatch_target_ prefix is removed). This is presented as Identification of the generic credential in the nevisIDM administration web interface.

    Declaration

    Swift

    @objc
    public let identifier: String
  • Declaration

    Swift

    public var asDictionary: [String : Any]? { get }