API ReferenceTypesAddAppArgsOn this pageAddAppArgs type AddAppArgs = { displayName: string; serviceUrl: string;}; Arguments for creating a new developer application. Properties displayName displayName: string; Display name of the application. serviceUrl serviceUrl: string; The application's service URL.