Skip to main content

AdminApiApplicationParms

Parameters for the new application.

Properties

NameTypeDescriptionNotes
allow_long_lived_tokenboolDetermines if a long-lived token is allowed in this application.[optional]
application_template_idstrThe UUID of the application template. This value is only used when creating a new application. If not specified, the default admininstration API template is used.[optional]
descriptionstrShort description of application.[optional]
ip_list_idstrThe UUID of the IP Addresses list.[optional]
logostrBase64 encoded logo image.[optional]
namestrName of application.
role_idstrThe UUID of the Site role to be associated with the API application. Pass an empty string value to unset the site role. Either this value or spRoleId is required when creating the application.[optional]
sp_role_idstrThe UUID of the service provider role to be associated with the API application. Pass an empty string to unset the service provider role. Either this value or roleId is required when creating the application.[optional]

Example