Package com.okta.sdk.resource.model
Class SubmissionResponse
java.lang.Object
com.okta.sdk.resource.model.SubmissionResponse
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2024-08-09T14:19:33.269913-05:00[America/Chicago]",
comments="Generator version: 7.7.0")
public class SubmissionResponse
extends Object
implements Serializable
SubmissionResponse
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddconfigItem
(SubmissionResponseConfigInner configItem) config
(List<SubmissionResponseConfigInner> config) description
(String description) boolean
List of org-level variables for the customer per-tenant configuration.A general description of your application and the benefits provided to your customersgetId()
OIN Integration IDTimestamp when the OIN Integration was last publishedTimestamp when the OIN Integration instance was last updatedID of the user who made the last updategetLogo()
URL to an uploaded application logo.getName()
The app integration name.getSso()
Get ssoStatus of the OIN Integration submissionint
hashCode()
void
setConfig
(List<SubmissionResponseConfigInner> config) void
setDescription
(String description) void
void
void
toString()
-
Field Details
-
JSON_PROPERTY_CONFIG
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_LAST_PUBLISHED
- See Also:
-
JSON_PROPERTY_LAST_UPDATED
- See Also:
-
JSON_PROPERTY_LAST_UPDATED_BY
- See Also:
-
JSON_PROPERTY_LOGO
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_SSO
- See Also:
-
JSON_PROPERTY_STATUS
- See Also:
-
-
Constructor Details
-
SubmissionResponse
public SubmissionResponse()
-
-
Method Details
-
config
-
addconfigItem
-
getConfig
List of org-level variables for the customer per-tenant configuration. For example, a `subdomain` variable can be used in the ACS URL: `https://${org.subdomain}.example.com/saml/login`- Returns:
- config
-
setConfig
-
description
-
getDescription
-
setDescription
-
getId
-
getLastPublished
-
getLastUpdated
-
getLastUpdatedBy
-
logo
-
getLogo
URL to an uploaded application logo. This logo appears next to your app integration name in the OIN catalog. You must first [Upload an OIN Integration logo](/openapi/okta-management/management/tag/YourOinIntegrations/#tag/YourOinIntegrations/operation/uploadSubmissionLogo) to obtain the logo URL before you can specify this value.- Returns:
- logo
-
setLogo
-
name
-
getName
-
setName
-
sso
-
getSso
-
setSso
-
getStatus
-
equals
-
hashCode
-
toString
-