Uses of Class
com.mypurecloud.sdk.v2.model.OrgAuthSettings
Packages that use OrgAuthSettings
Package
Description
-
Uses of OrgAuthSettings in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return OrgAuthSettingsModifier and TypeMethodDescriptionOrganizationApi.getOrganizationsAuthenticationSettings()Gets the organization's settingsOrganizationApi.getOrganizationsAuthenticationSettings(GetOrganizationsAuthenticationSettingsRequest request) Gets the organization's settingsOrganizationApi.patchOrganizationsAuthenticationSettings(PatchOrganizationsAuthenticationSettingsRequest request) Update the organization's settingsOrganizationApi.patchOrganizationsAuthenticationSettings(OrgAuthSettings body) Update the organization's settingsMethods in com.mypurecloud.sdk.v2.api that return types with arguments of type OrgAuthSettingsModifier and TypeMethodDescriptionOrganizationApi.getOrganizationsAuthenticationSettings(ApiRequest<Void> request) Gets the organization's settingsOrganizationApiAsync.getOrganizationsAuthenticationSettingsAsync(GetOrganizationsAuthenticationSettingsRequest request, AsyncApiCallback<OrgAuthSettings> callback) Gets the organization's settingsOrganizationApiAsync.getOrganizationsAuthenticationSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrgAuthSettings>> callback) Gets the organization's settingsOrganizationApi.getOrganizationsAuthenticationSettingsWithHttpInfo()Gets the organization's settingsOrganizationApi.patchOrganizationsAuthenticationSettings(ApiRequest<OrgAuthSettings> request) Update the organization's settingsOrganizationApiAsync.patchOrganizationsAuthenticationSettingsAsync(PatchOrganizationsAuthenticationSettingsRequest request, AsyncApiCallback<OrgAuthSettings> callback) Update the organization's settingsOrganizationApiAsync.patchOrganizationsAuthenticationSettingsAsync(ApiRequest<OrgAuthSettings> request, AsyncApiCallback<ApiResponse<OrgAuthSettings>> callback) Update the organization's settingsOrganizationApi.patchOrganizationsAuthenticationSettingsWithHttpInfo(OrgAuthSettings body) Update the organization's settingsMethods in com.mypurecloud.sdk.v2.api with parameters of type OrgAuthSettingsModifier and TypeMethodDescriptionOrganizationApi.patchOrganizationsAuthenticationSettings(OrgAuthSettings body) Update the organization's settingsOrganizationApi.patchOrganizationsAuthenticationSettingsWithHttpInfo(OrgAuthSettings body) Update the organization's settingsMethod parameters in com.mypurecloud.sdk.v2.api with type arguments of type OrgAuthSettingsModifier and TypeMethodDescriptionOrganizationApiAsync.getOrganizationsAuthenticationSettingsAsync(GetOrganizationsAuthenticationSettingsRequest request, AsyncApiCallback<OrgAuthSettings> callback) Gets the organization's settingsOrganizationApiAsync.getOrganizationsAuthenticationSettingsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<OrgAuthSettings>> callback) Gets the organization's settingsOrganizationApi.patchOrganizationsAuthenticationSettings(ApiRequest<OrgAuthSettings> request) Update the organization's settingsOrganizationApiAsync.patchOrganizationsAuthenticationSettingsAsync(PatchOrganizationsAuthenticationSettingsRequest request, AsyncApiCallback<OrgAuthSettings> callback) Update the organization's settingsOrganizationApiAsync.patchOrganizationsAuthenticationSettingsAsync(ApiRequest<OrgAuthSettings> request, AsyncApiCallback<ApiResponse<OrgAuthSettings>> callback) Update the organization's settingsOrganizationApiAsync.patchOrganizationsAuthenticationSettingsAsync(ApiRequest<OrgAuthSettings> request, AsyncApiCallback<ApiResponse<OrgAuthSettings>> callback) Update the organization's settings -
Uses of OrgAuthSettings in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return OrgAuthSettingsMethods in com.mypurecloud.sdk.v2.api.request that return types with arguments of type OrgAuthSettingsMethods in com.mypurecloud.sdk.v2.api.request with parameters of type OrgAuthSettingsModifier and TypeMethodDescriptionPatchOrganizationsAuthenticationSettingsRequest.builder(OrgAuthSettings body) voidPatchOrganizationsAuthenticationSettingsRequest.setBody(OrgAuthSettings body) PatchOrganizationsAuthenticationSettingsRequest.Builder.withBody(OrgAuthSettings body) PatchOrganizationsAuthenticationSettingsRequest.withBody(OrgAuthSettings body) PatchOrganizationsAuthenticationSettingsRequest.Builder.withRequiredParams(OrgAuthSettings body) -
Uses of OrgAuthSettings in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return OrgAuthSettingsModifier and TypeMethodDescriptionOrgAuthSettings.domainAllowlist(List<String> domainAllowlist) The list of domains that will be allowed to embed Genesys Cloud applications.OrgAuthSettings.domainAllowlistEnabled(Boolean domainAllowlistEnabled) Indicates whether the domain allowlist is enabled.OrgAuthSettings.inactivityTimeoutExclusions(List<String> inactivityTimeoutExclusions) The list of exempt apis from inactivity timeout.OrgAuthSettings.ipAddressAllowlist(List<String> ipAddressAllowlist) The list of IP addresses that will be allowed to authenticate with Genesys Cloud.OrgAuthSettings.multifactorAuthenticationRequired(Boolean multifactorAuthenticationRequired) Indicates whether multi-factor authentication is required.OrgAuthSettings.passwordRequirements(PasswordRequirements passwordRequirements) The password requirements for the organization.