All Downloads are FREE. Search and download functionalities are using the official Maven repository.

docs.SubmissionRequest.md Maven / Gradle / Ivy

Go to download

The Okta Java SDK API .jar provides a Java API that your code can use to make calls to the Okta API. This .jar is the only compile-time dependency within the Okta SDK project that your code should depend on. Implementations of this API (implementation .jars) should be runtime dependencies only.

There is a newer version: 23.0.1
Show newest version


# SubmissionRequest


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**config** | [**List<SubmissionResponseConfigInner>**](SubmissionResponseConfigInner.md) | 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` |  [optional] |
|**description** | **String** | A general description of your application and the benefits provided to your customers |  |
|**id** | **String** | OIN Integration ID |  [optional] [readonly] |
|**lastPublished** | **String** | Timestamp when the OIN Integration was last published |  [optional] [readonly] |
|**lastUpdated** | **String** | Timestamp when the OIN Integration instance was last updated |  [optional] [readonly] |
|**lastUpdatedBy** | **String** | ID of the user who made the last update |  [optional] [readonly] |
|**logo** | **URI** | 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. |  |
|**name** | **String** | The app integration name. This is the main title used for your integration in the OIN catalog. |  |
|**sso** | [**Sso**](Sso.md) |  |  [optional] |
|**status** | **String** | Status of the OIN Integration submission |  [optional] [readonly] |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy