Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Latest commit

 

History

History
24 lines (20 loc) · 1.21 KB

Application.md

File metadata and controls

24 lines (20 loc) · 1.21 KB

Application

Properties

Name Type Description Notes
pk UUID [readonly]
name String Application's display Name.
slug String Internal application name, used in URLs.
provider Int [optional]
providerObj Provider [readonly]
backchannelProviders [Int] [optional]
backchannelProvidersObj [Provider] [readonly]
launchUrl String Allow formatting of launch URL [readonly]
openInNewTab Bool Open launch URL in a new browser tab or window. [optional]
metaLaunchUrl String [optional]
metaIcon String Get the URL to the App Icon image. If the name is /static or starts with http it is returned as-is [readonly]
metaDescription String [optional]
metaPublisher String [optional]
policyEngineMode PolicyEngineMode [optional]
group String [optional]

[Back to Model list] [Back to API list] [Back to README]