Package com.okta.sdk.resource.model
Class TestInfo
java.lang.Object
com.okta.sdk.resource.model.TestInfo
- 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 TestInfo
extends Object
implements Serializable
Integration Testing Information
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
escalationSupportContact
(String escalationSupportContact) An email for Okta to contact your company about your integration.Get oidcTestConfigurationGet samlTestConfigurationGet testAccountint
hashCode()
oidcTestConfiguration
(TestInfoOidcTestConfiguration oidcTestConfiguration) samlTestConfiguration
(TestInfoSamlTestConfiguration samlTestConfiguration) void
setEscalationSupportContact
(String escalationSupportContact) void
setOidcTestConfiguration
(TestInfoOidcTestConfiguration oidcTestConfiguration) void
setSamlTestConfiguration
(TestInfoSamlTestConfiguration samlTestConfiguration) void
setTestAccount
(TestInfoTestAccount testAccount) testAccount
(TestInfoTestAccount testAccount) toString()
-
Field Details
-
JSON_PROPERTY_ESCALATION_SUPPORT_CONTACT
- See Also:
-
JSON_PROPERTY_OIDC_TEST_CONFIGURATION
- See Also:
-
JSON_PROPERTY_SAML_TEST_CONFIGURATION
- See Also:
-
JSON_PROPERTY_TEST_ACCOUNT
- See Also:
-
-
Constructor Details
-
TestInfo
public TestInfo()
-
-
Method Details
-
escalationSupportContact
-
getEscalationSupportContact
An email for Okta to contact your company about your integration. This email isn't shared with customers.- Returns:
- escalationSupportContact
-
setEscalationSupportContact
-
oidcTestConfiguration
-
getOidcTestConfiguration
Get oidcTestConfiguration- Returns:
- oidcTestConfiguration
-
setOidcTestConfiguration
-
samlTestConfiguration
-
getSamlTestConfiguration
Get samlTestConfiguration- Returns:
- samlTestConfiguration
-
setSamlTestConfiguration
-
testAccount
-
getTestAccount
Get testAccount- Returns:
- testAccount
-
setTestAccount
-
equals
-
hashCode
public int hashCode() -
toString
-