Name | Type | Description | Notes |
---|---|---|---|
pk | java.util.UUID | [readonly] | |
name | kotlin.String | Application's display Name. | |
slug | kotlin.String | Internal application name, used in URLs. | |
providerObj | Provider | [readonly] | |
backchannelProvidersObj | kotlin.collections.List<Provider> | [readonly] | |
launchUrl | kotlin.String | Allow formatting of launch URL | [readonly] |
metaIcon | kotlin.String | Get the URL to the App Icon image. If the name is /static or starts with http it is returned as-is | [readonly] |
provider | kotlin.Int | [optional] | |
backchannelProviders | kotlin.collections.List<kotlin.Int> | [optional] | |
openInNewTab | kotlin.Boolean | Open launch URL in a new browser tab or window. | [optional] |
metaLaunchUrl | java.net.URI | [optional] | |
metaDescription | kotlin.String | [optional] | |
metaPublisher | kotlin.String | [optional] | |
policyEngineMode | PolicyEngineMode | [optional] | |
group | kotlin.String | [optional] |
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.