AtEnrollmentNotificationRequest class

In APKAM approval flow, use this class from a privileged client to set attributes required for enrollment approval. Once a notification is received on the privileged client which can approve enrollment notifications from new devices, use AtEnrollmentNotificationRequestBuilder to create AtEnrollmentNotificationRequest

Inheritance

Constructors

AtEnrollmentNotificationRequest.builder(AtEnrollmentNotificationRequestBuilder atEnrollmentNotificationRequestBuilder)

Properties

apkamPublicKey String?
no setterinherited
appName String?
no setterinherited
atAuthKeys AtAuthKeys?
no setterinherited
deviceName String?
no setterinherited
encryptedApkamSymmetricKey String
no setter
enrollmentId String?
no setterinherited
enrollOperationEnum → EnrollOperationEnum
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
namespaces Map<String, String>?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited