AppEnrollmentCustomFieldModel

App enrollment and custom field merged into one

Methods

The following API methods use this data model.

Read-Only Fields

These fields are assigned by the API server and cannot be changed.

appEnrollmentId

uuid, read-only

Unique id for the app enrollment

appId

uuid, read-only

Id of enrolled app

name

string, nullable, read-only

The name of the application

appType

string, nullable, read-only

Tag for what type of app the application is

groupKey

uuid, read-only

The GroupKey uniquely identifies a single Lockstep Platform account. All records for this
account will share the same GroupKey value. GroupKey values cannot be changed once created.

For more information, see Accounts and GroupKeys.

customFieldDefinitionId

uuid, read-only

Unique Id for the custom field definition

customFieldLabel

string, nullable, read-only

Text to display in-application for custom field

dataType

string, nullable, read-only

Data type of the custom field definition

sortOrder

int32, read-only

Used for display logic when multiple app enrollment custom fields exist

value

string, nullable, read-only

Value for the field

Deprecated Fields

Deprecated fields are maintained for backwards compatibility with previous versions of the API. Deprecated fields may be removed in a future release of the API.

stringValue

string, nullable, read-only

String of data for field

numericValue

double, nullable, read-only

Number data for field