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

docs.Office365Application.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: 21.0.0
Show newest version


# Office365Application

Schema for the Microsoft Office 365 app (key name: `office365`)  To create a Microsoft Office 365 app, use the [Create an Application](/openapi/okta-management/management/tag/Application/#tag/Application/operation/createApplication) request with the following parameters in the request body. > **Note:** The Office 365 app only supports `BROWSER_PLUGIN` and `SAML_1_1` sign-on modes. 

## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**accessibility** | [**ApplicationAccessibility**](ApplicationAccessibility.md) |  |  [optional] |
|**credentials** | [**SchemeApplicationCredentials**](SchemeApplicationCredentials.md) |  |  [optional] |
|**label** | **String** | User-defined display name for app |  |
|**licensing** | [**ApplicationLicensing**](ApplicationLicensing.md) |  |  [optional] |
|**name** | [**NameEnum**](#NameEnum) |  |  |
|**profile** | **Map<String, Object>** | Contains any valid JSON schema for specifying properties that can be referenced from a request (only available to OAuth 2.0 client apps) |  [optional] |
|**signOnMode** | [**SignOnModeEnum**](#SignOnModeEnum) |  |  [optional] |
|**status** | **ApplicationLifecycleStatus** |  |  [optional] |
|**visibility** | [**ApplicationVisibility**](ApplicationVisibility.md) |  |  [optional] |
|**settings** | [**Office365ApplicationSettings**](Office365ApplicationSettings.md) |  |  |



## Enum: NameEnum

| Name | Value |
|---- | -----|
| OFFICE365 | "office365" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |



## Enum: SignOnModeEnum

| Name | Value |
|---- | -----|
| BROWSER_PLUGIN | "BROWSER_PLUGIN" |
| SAML_1_1 | "SAML_1_1" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |


## Implemented Interfaces

* Serializable






© 2015 - 2025 Weber Informatics LLC | Privacy Policy