Skip to main content

AdminApiApplicationParms

Parameters for the new application.

Properties

NameTypeDescriptionNotes
allowLongLivedTokenBooleanDetermines if a long-lived token is allowed in this application.[optional]
applicationTemplateIdStringThe 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]
descriptionStringShort description of application.[optional]
ipListIdStringThe UUID of the IP Addresses list.[optional]
logoStringBase64 encoded logo image.[optional]
nameStringName of application.
roleIdStringThe 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]
spRoleIdStringThe 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]