Package com.okta.sdk.resource.model
Class SecurePasswordStoreApplicationSettings
java.lang.Object
com.okta.sdk.resource.model.SecurePasswordStoreApplicationSettings
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-09-23T08:35:59.300824-05:00[America/Chicago]",
comments="Generator version: 7.8.0")
public class SecurePasswordStoreApplicationSettings
extends Object
implements Serializable
SecurePasswordStoreApplicationSettings
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
getApp()
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 signOnint
hashCode()
identityStoreId
(String identityStoreId) implicitAssignment
(Boolean implicitAssignment) inlineHookId
(String inlineHookId) notes
(ApplicationSettingsNotes notes) notifications
(ApplicationSettingsNotifications notifications) void
void
setIdentityStoreId
(String identityStoreId) void
setImplicitAssignment
(Boolean implicitAssignment) void
setInlineHookId
(String inlineHookId) void
setNotes
(ApplicationSettingsNotes notes) void
setNotifications
(ApplicationSettingsNotifications notifications) void
toString()
-
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
-
SecurePasswordStoreApplicationSettings
public SecurePasswordStoreApplicationSettings()
-
-
Method Details
-
identityStoreId
-
getIdentityStoreId
Identifies 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
-
getImplicitAssignment
Controls whether Okta automatically assigns users to the app based on the user's role or group membership.- Returns:
- implicitAssignment
-
setImplicitAssignment
-
inlineHookId
-
getInlineHookId
Identifier 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
-
getNotes
Get notes- Returns:
- notes
-
setNotes
-
notifications
public SecurePasswordStoreApplicationSettings notifications(ApplicationSettingsNotifications notifications) -
getNotifications
Get notifications- Returns:
- notifications
-
setNotifications
-
signOn
-
getSignOn
Get signOn- Returns:
- signOn
-
setSignOn
-
app
-
getApp
Get app- Returns:
- app
-
setApp
-
equals
-
hashCode
public int hashCode() -
toString
-