Package com.okta.sdk.resource.model
Class SwaApplicationSettings
java.lang.Object
com.okta.sdk.resource.model.SwaApplicationSettings
- All Implemented Interfaces:
- Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
           date="2024-09-23T16:19:57.008753975Z[Etc/UTC]",
           comments="Generator version: 7.8.0")
public class SwaApplicationSettings
extends Object
implements Serializable
SwaApplicationSettings
- See Also:
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetApp()Get appIdentifies an additional identity store app, if your app supports it.Controls whether Okta automatically assigns users to the app based on the user's role or group membership.Identifier of an inline hook.getNotes()Get notesGet notificationsGet signOninthashCode()identityStoreId(String identityStoreId) implicitAssignment(Boolean implicitAssignment) inlineHookId(String inlineHookId) notes(ApplicationSettingsNotes notes) notifications(ApplicationSettingsNotifications notifications) voidvoidsetIdentityStoreId(String identityStoreId) voidsetImplicitAssignment(Boolean implicitAssignment) voidsetInlineHookId(String inlineHookId) voidsetNotes(ApplicationSettingsNotes notes) voidsetNotifications(ApplicationSettingsNotifications notifications) voidtoString()
- 
Field Details- 
JSON_PROPERTY_IDENTITY_STORE_ID- See Also:
 
- 
JSON_PROPERTY_IMPLICIT_ASSIGNMENT- See Also:
 
- 
JSON_PROPERTY_INLINE_HOOK_ID- See Also:
 
- 
JSON_PROPERTY_NOTES- See Also:
 
- 
JSON_PROPERTY_NOTIFICATIONS- See Also:
 
- 
JSON_PROPERTY_SIGN_ON- See Also:
 
- 
JSON_PROPERTY_APP- See Also:
 
 
- 
- 
Constructor Details- 
SwaApplicationSettingspublic SwaApplicationSettings()
 
- 
- 
Method Details- 
identityStoreId
- 
getIdentityStoreIdIdentifies an additional identity store app, if your app supports it. The `identityStoreId` value must be a valid identity store app ID. This identity store app must be created in the same org as your app.- Returns:
- identityStoreId
 
- 
setIdentityStoreId
- 
implicitAssignment
- 
getImplicitAssignmentControls whether Okta automatically assigns users to the app based on the user's role or group membership.- Returns:
- implicitAssignment
 
- 
setImplicitAssignment
- 
inlineHookId
- 
getInlineHookIdIdentifier of an inline hook. Inline hooks are outbound calls from Okta to your own custom code, triggered at specific points in Okta process flows. They allow you to integrate custom functionality into those flows. See [Inline hooks](/openapi/okta-management/management/tag/InlineHook/).- Returns:
- inlineHookId
 
- 
setInlineHookId
- 
notes
- 
getNotesGet notes- Returns:
- notes
 
- 
setNotes
- 
notifications
- 
getNotificationsGet notifications- Returns:
- notifications
 
- 
setNotifications
- 
signOn
- 
getSignOnGet signOn- Returns:
- signOn
 
- 
setSignOn
- 
app
- 
getAppGet app- Returns:
- app
 
- 
setApp
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-