Package com.mypurecloud.sdk.v2.model
Class OrgAuthSettings
java.lang.Object
com.mypurecloud.sdk.v2.model.OrgAuthSettings
- All Implemented Interfaces:
Serializable
OrgAuthSettings
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondomainAllowlist(List<String> domainAllowlist) The list of domains that will be allowed to embed Genesys Cloud applications.domainAllowlistEnabled(Boolean domainAllowlistEnabled) Indicates whether the domain allowlist is enabled.booleaninthashCode()inactivityTimeoutExclusions(List<String> inactivityTimeoutExclusions) The list of exempt apis from inactivity timeout.ipAddressAllowlist(List<String> ipAddressAllowlist) The list of IP addresses that will be allowed to authenticate with Genesys Cloud.multifactorAuthenticationRequired(Boolean multifactorAuthenticationRequired) Indicates whether multi-factor authentication is required.passwordRequirements(PasswordRequirements passwordRequirements) The password requirements for the organization.voidsetDomainAllowlist(List<String> domainAllowlist) voidsetDomainAllowlistEnabled(Boolean domainAllowlistEnabled) voidsetInactivityTimeoutExclusions(List<String> inactivityTimeoutExclusions) voidsetIpAddressAllowlist(List<String> ipAddressAllowlist) voidsetMultifactorAuthenticationRequired(Boolean multifactorAuthenticationRequired) voidsetPasswordRequirements(PasswordRequirements passwordRequirements) toString()
-
Constructor Details
-
OrgAuthSettings
public OrgAuthSettings() -
OrgAuthSettings
-
-
Method Details
-
multifactorAuthenticationRequired
Indicates whether multi-factor authentication is required. -
getMultifactorAuthenticationRequired
-
setMultifactorAuthenticationRequired
-
domainAllowlistEnabled
Indicates whether the domain allowlist is enabled. -
getDomainAllowlistEnabled
-
setDomainAllowlistEnabled
-
domainAllowlist
The list of domains that will be allowed to embed Genesys Cloud applications. -
getDomainAllowlist
-
setDomainAllowlist
-
ipAddressAllowlist
The list of IP addresses that will be allowed to authenticate with Genesys Cloud. -
getIpAddressAllowlist
-
setIpAddressAllowlist
-
passwordRequirements
The password requirements for the organization. -
getPasswordRequirements
-
setPasswordRequirements
-
inactivityTimeoutExclusions
The list of exempt apis from inactivity timeout. -
getInactivityTimeoutExclusions
-
setInactivityTimeoutExclusions
-
equals
-
hashCode
public int hashCode() -
toString
-