Package com.okta.sdk.resource.model
Class SubmissionRequest
java.lang.Object
com.okta.sdk.resource.model.SubmissionRequest
- 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 SubmissionRequest
extends Object
implements Serializable
SubmissionRequest
- 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
-
SubmissionRequest
public SubmissionRequest()
-
-
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
A general description of your application and the benefits provided to your customers- Returns:
- description
-
setDescription
-
getId
OIN Integration ID- Returns:
- id
-
getLastPublished
Timestamp when the OIN Integration was last published- Returns:
- lastPublished
-
getLastUpdated
Timestamp when the OIN Integration instance was last updated- Returns:
- lastUpdated
-
getLastUpdatedBy
ID of the user who made the last update- Returns:
- lastUpdatedBy
-
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
The app integration name. This is the main title used for your integration in the OIN catalog.- Returns:
- name
-
setName
-
sso
-
getSso
Get sso- Returns:
- sso
-
setSso
-
getStatus
Status of the OIN Integration submission- Returns:
- status
-
equals
-
hashCode
public int hashCode() -
toString
-