Skip to main content

AuthApiApplication

Information returned when an Auth. API application is fetched from Identity as a Service.

Properties

NameTypeDescriptionNotes
allowIgnoreIpAddressForRbaBooleanDefines whether ignore ip address for rba will be allowed or not.[optional]
applicationTemplateStringApplication template specific to this application type.
applicationTemplateIdStringApplication template id specific to this application type.[optional]
clientIpSourceClientIpSourceEnumIndicates the source of client IP address for risk analysis[optional]
descriptionStringShort description of application.[optional]
idStringApplication id.[optional]
logoStringBase64 encoded logo image.[optional]
nameStringName of application.
passkeyEnabledBooleanFlag indicating if passkey authentication is allowed for this application. This flag has been deprecated and is no longer used.[optional]
protectedOfflineSettingsProtectedOfflineSettings[optional]
userValuesEnabledBooleanDefines whether user values function is enabled.[optional]
verificationRequiredBooleanDefines whether verification for a user must be satisfied.[optional]

ClientIpSourceEnum

NameValue
NOT_INCLUDED"NOT_INCLUDED"
PROVIDED"PROVIDED"
FROM_CONNECTION"FROM_CONNECTION"