@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00") public class DefaultApplication extends AbstractInstanceResource<Application> implements Application
Application.StatusEnum
properties
readLock, writeLock
Constructor and Description |
---|
DefaultApplication(InternalDataStore dataStore) |
DefaultApplication(InternalDataStore dataStore,
Map<String,Object> properties) |
Modifier and Type | Method and Description |
---|---|
void |
activate()
Activate Application
Activates an inactive application.
|
AppUser |
assignUserToApplication(AppUser appUser)
Assign User to Application for SSO & Provisioning
Assigns an user to an application with [credentials](#application-user-credentials-object) and an app-specific [profile](#application-user-profile-object).
|
JsonWebKey |
cloneApplicationKey(String keyId,
String targetAid)
Clone Application Key Credential
Clones a X.509 certificate for an application key credential from a source application to target application.
|
ApplicationGroupAssignment |
createApplicationGroupAssignment(String groupId)
Assign Group to Application
Assigns a group to an application
|
ApplicationGroupAssignment |
createApplicationGroupAssignment(String groupId,
ApplicationGroupAssignment applicationGroupAssignment)
Assign Group to Application
Assigns a group to an application
|
void |
deactivate()
Deactivate Application
Deactivates an active application.
|
void |
delete()
Delete Application
Removes an inactive application.
|
Csr |
generateCsr(CsrMetadata metadata)
Generate Certificate Signing Request for Application
Generates a new key pair and returns the Certificate Signing Request for it.
|
JsonWebKey |
generateKey()
Generates a new X.509 certificate for an application key credential
|
JsonWebKey |
generateKey(Integer validityYears)
Generates a new X.509 certificate for an application key credential
|
ApplicationAccessibility |
getAccessibility() |
ApplicationGroupAssignment |
getApplicationGroupAssignment(String groupId)
Get Assigned Group for Application
Fetches an application group assignment
|
ApplicationGroupAssignment |
getApplicationGroupAssignment(String groupId,
String expand)
Get Assigned Group for Application
Fetches an application group assignment
|
JsonWebKey |
getApplicationKey(String keyId)
Get Key Credential for Application
Gets a specific application key credential by kid
|
AppUser |
getApplicationUser(String userId)
Get Assigned User for Application
Fetches a specific user assignment for application by `id`.
|
AppUser |
getApplicationUser(String userId,
String expand)
Get Assigned User for Application
Fetches a specific user assignment for application by `id`.
|
Date |
getCreated() |
ApplicationCredentials |
getCredentials() |
Csr |
getCsr(String csrId) |
Map<String,Object> |
getEmbedded() |
ApplicationFeature |
getFeatureForApplication(String name)
Fetches a Feature object for an application.
|
List<String> |
getFeatures() |
String |
getId() |
String |
getLabel() |
Date |
getLastUpdated() |
ApplicationLicensing |
getLicensing() |
Map<String,Object> |
getLinks() |
String |
getName() |
OAuth2Token |
getOAuth2Token(String tokenId)
Gets a token for the specified application
|
OAuth2Token |
getOAuth2Token(String tokenId,
String expand)
Gets a token for the specified application
|
Map<String,Object> |
getProfile() |
Map<String,Property> |
getPropertyDescriptors() |
Class<? extends Resource> |
getResourceClass()
Returns the class this resource represents.
|
OAuth2ScopeConsentGrant |
getScopeConsentGrant(String grantId)
Fetches a single scope consent grant for the application
|
OAuth2ScopeConsentGrant |
getScopeConsentGrant(String grantId,
String expand)
Fetches a single scope consent grant for the application
|
ApplicationSettings |
getSettings() |
ApplicationSignOnMode |
getSignOnMode() |
Application.StatusEnum |
getStatus() |
ApplicationVisibility |
getVisibility() |
OAuth2ScopeConsentGrant |
grantConsentToScope(OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
Grants consent for the application to request an OAuth 2.0 Okta scope
|
AppUserList |
listApplicationUsers()
List Users Assigned to Application
Enumerates all assigned [application users](#application-user-model) for an application.
|
AppUserList |
listApplicationUsers(String q,
String queryScope,
String filter,
String expand)
List Users Assigned to Application
Enumerates all assigned [application users](#application-user-model) for an application.
|
CsrList |
listCsrs()
List Certificate Signing Requests for Application
Enumerates Certificate Signing Requests for an application
|
ApplicationGroupAssignmentList |
listGroupAssignments()
List Groups Assigned to Application
Enumerates group assignments for an application.
|
ApplicationGroupAssignmentList |
listGroupAssignments(String q,
String expand)
List Groups Assigned to Application
Enumerates group assignments for an application.
|
JsonWebKeyList |
listKeys()
List Key Credentials for Application
Enumerates key credentials for an application
|
OAuth2TokenList |
listOAuth2Tokens()
Lists all tokens for the application
|
OAuth2TokenList |
listOAuth2Tokens(String expand)
Lists all tokens for the application
|
OAuth2ScopeConsentGrantList |
listScopeConsentGrants()
Lists all scope consent grants for the application
|
OAuth2ScopeConsentGrantList |
listScopeConsentGrants(String expand)
Lists all scope consent grants for the application
|
JsonWebKey |
publishBinaryCerCert(String csrId) |
JsonWebKey |
publishBinaryDerCert(String csrId) |
JsonWebKey |
publishBinaryPemCert(String csrId) |
JsonWebKey |
publishCerCert(String csrId) |
JsonWebKey |
publishDerCert(String csrId) |
void |
revokeCsr(String csrId) |
void |
revokeOAuth2TokenForApplication(String tokenId)
Revokes the specified token for the specified application
|
void |
revokeOAuth2Tokens()
Revokes all tokens for the specified application
|
void |
revokeScopeConsentGrant(String grantId)
Revokes permission for the application to request the given scope
|
Application |
setAccessibility(ApplicationAccessibility accessibility) |
Application |
setCredentials(ApplicationCredentials credentials) |
Application |
setFeatures(List<String> features) |
Application |
setLabel(String label) |
Application |
setLicensing(ApplicationLicensing licensing) |
Application |
setProfile(Map<String,Object> profile) |
Application |
setSettings(ApplicationSettings settings) |
Application |
setSignOnMode(ApplicationSignOnMode signOnMode) |
Application |
setVisibility(ApplicationVisibility visibility) |
Application |
update()
Update Application
Updates an application in your organization.
|
void |
updateApplicationPolicy(String policyId)
Update application policy
Assign an application to a specific policy.
|
ApplicationFeature |
updateFeatureForApplication(String name,
CapabilitiesObject capabilities)
Updates a Feature object for an application.
|
void |
uploadApplicationLogo(String appId,
File file)
The file must be in PNG, JPG, or GIF format, and less than 1 MB in size.
|
save
clear, containsKey, containsValue, createPropertyDescriptorMap, createPropertyDescriptorMap, entrySet, equals, get, getDataStore, getDeletedPropertyNames, getInternalProperties, getParamsFromHref, getProperty, getPropertyNames, getResourceHref, getResourceListProperty, getResourceProperty, getUpdatedPropertyNames, hashCode, hasProperty, isDirty, isEmpty, isPrintableProperty, keySet, materialize, put, putAll, remove, setInternalProperties, setProperty, setProperty, setResourceHref, size, toString, values
getBoolean, getBoolean, getBooleanProperty, getCharArray, getDateProperty, getDoubleProperty, getDoubleProperty, getEnumListProperty, getEnumProperty, getEnumProperty, getInt, getInteger, getIntegerList, getIntProperty, getIntProperty, getListProperty, getListProperty, getMap, getMapProperty, getNonEmptyMap, getNullableBoolean, getNullableBooleanProperty, getNumber, getNumberList, getString, getString, getStringList, getStringProperty, setProperty, setProperty
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getResourceHref, setResourceHref
getBoolean, getInteger, getIntegerList, getNumber, getNumberList, getString, getStringList
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
public DefaultApplication(InternalDataStore dataStore)
public DefaultApplication(InternalDataStore dataStore, Map<String,Object> properties)
public Map<String,Property> getPropertyDescriptors()
getPropertyDescriptors
in class AbstractResource
public Class<? extends Resource> getResourceClass()
AbstractInstanceResource
Foo
, in this case this method may return Foo.class
.
(Defaults to getClass()
.)getResourceClass
in class AbstractInstanceResource<Application>
public Map<String,Object> getEmbedded()
getEmbedded
in interface Application
public Map<String,Object> getLinks()
getLinks
in interface Application
public ApplicationAccessibility getAccessibility()
getAccessibility
in interface Application
public Application setAccessibility(ApplicationAccessibility accessibility)
setAccessibility
in interface Application
public Date getCreated()
getCreated
in interface Application
public ApplicationCredentials getCredentials()
getCredentials
in interface Application
public Application setCredentials(ApplicationCredentials credentials)
setCredentials
in interface Application
public List<String> getFeatures()
getFeatures
in interface Application
public Application setFeatures(List<String> features)
setFeatures
in interface Application
public String getId()
getId
in interface Application
public String getLabel()
getLabel
in interface Application
public Application setLabel(String label)
setLabel
in interface Application
public Date getLastUpdated()
getLastUpdated
in interface Application
public ApplicationLicensing getLicensing()
getLicensing
in interface Application
public Application setLicensing(ApplicationLicensing licensing)
setLicensing
in interface Application
public String getName()
getName
in interface Application
public Map<String,Object> getProfile()
getProfile
in interface Application
public Application setProfile(Map<String,Object> profile)
setProfile
in interface Application
public ApplicationSettings getSettings()
getSettings
in interface Application
public Application setSettings(ApplicationSettings settings)
setSettings
in interface Application
public ApplicationSignOnMode getSignOnMode()
getSignOnMode
in interface Application
public Application setSignOnMode(ApplicationSignOnMode signOnMode)
setSignOnMode
in interface Application
public Application.StatusEnum getStatus()
getStatus
in interface Application
public ApplicationVisibility getVisibility()
getVisibility
in interface Application
public Application setVisibility(ApplicationVisibility visibility)
setVisibility
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/features/{name}") public ApplicationFeature getFeatureForApplication(String name)
getFeatureForApplication
in interface Application
name
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="DELETE - /api/v1/apps/{appId}/credentials/csrs/{csrId}") public void revokeCsr(String csrId)
revokeCsr
in interface Application
csrId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/credentials/csrs/{csrId}") public Csr getCsr(String csrId)
getCsr
in interface Application
csrId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/users/{userId}") public AppUser getApplicationUser(String userId, String expand)
getApplicationUser
in interface Application
userId
- (required)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/users/{userId}") public AppUser getApplicationUser(String userId)
getApplicationUser
in interface Application
userId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/keys/{keyId}/clone") public JsonWebKey cloneApplicationKey(String keyId, String targetAid)
cloneApplicationKey
in interface Application
keyId
- (required)targetAid
- Unique key of the target Application (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="PUT - /api/v1/apps/{appId}/policies/{policyId}") public void updateApplicationPolicy(String policyId)
updateApplicationPolicy
in interface Application
policyId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/csrs") public Csr generateCsr(CsrMetadata metadata)
generateCsr
in interface Application
metadata
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/groups") public ApplicationGroupAssignmentList listGroupAssignments(String q, String expand)
listGroupAssignments
in interface Application
q
- (optional)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/groups") public ApplicationGroupAssignmentList listGroupAssignments()
listGroupAssignments
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/grants") public OAuth2ScopeConsentGrantList listScopeConsentGrants(String expand)
listScopeConsentGrants
in interface Application
expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/grants") public OAuth2ScopeConsentGrantList listScopeConsentGrants()
listScopeConsentGrants
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="DELETE - /api/v1/apps/{appId}/tokens/{tokenId}") public void revokeOAuth2TokenForApplication(String tokenId)
revokeOAuth2TokenForApplication
in interface Application
tokenId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish") public JsonWebKey publishBinaryCerCert(String csrId)
publishBinaryCerCert
in interface Application
csrId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="DELETE - /api/v1/apps/{appId}/tokens") public void revokeOAuth2Tokens()
revokeOAuth2Tokens
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="DELETE - /api/v1/apps/{appId}/grants/{grantId}") public void revokeScopeConsentGrant(String grantId)
revokeScopeConsentGrant
in interface Application
grantId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/users") public AppUser assignUserToApplication(AppUser appUser)
assignUserToApplication
in interface Application
appUser
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/grants") public OAuth2ScopeConsentGrant grantConsentToScope(OAuth2ScopeConsentGrant oAuth2ScopeConsentGrant)
grantConsentToScope
in interface Application
oAuth2ScopeConsentGrant
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="DELETE - /api/v1/apps/{appId}") public void delete()
delete
in interface Application
delete
in interface Deletable
delete
in class AbstractInstanceResource<Application>
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish") public JsonWebKey publishDerCert(String csrId)
publishDerCert
in interface Application
csrId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/lifecycle/activate") public void activate()
activate
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="PUT - /api/v1/apps/{appId}/groups/{groupId}") public ApplicationGroupAssignment createApplicationGroupAssignment(String groupId, ApplicationGroupAssignment applicationGroupAssignment)
createApplicationGroupAssignment
in interface Application
groupId
- (required)applicationGroupAssignment
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="PUT - /api/v1/apps/{appId}/groups/{groupId}") public ApplicationGroupAssignment createApplicationGroupAssignment(String groupId)
createApplicationGroupAssignment
in interface Application
groupId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/groups/{groupId}") public ApplicationGroupAssignment getApplicationGroupAssignment(String groupId, String expand)
getApplicationGroupAssignment
in interface Application
groupId
- (required)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/groups/{groupId}") public ApplicationGroupAssignment getApplicationGroupAssignment(String groupId)
getApplicationGroupAssignment
in interface Application
groupId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/keys/generate") public JsonWebKey generateKey(Integer validityYears)
generateKey
in interface Application
validityYears
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/keys/generate") public JsonWebKey generateKey()
generateKey
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/tokens") public OAuth2TokenList listOAuth2Tokens(String expand)
listOAuth2Tokens
in interface Application
expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/tokens") public OAuth2TokenList listOAuth2Tokens()
listOAuth2Tokens
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/grants/{grantId}") public OAuth2ScopeConsentGrant getScopeConsentGrant(String grantId, String expand)
getScopeConsentGrant
in interface Application
grantId
- (required)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/grants/{grantId}") public OAuth2ScopeConsentGrant getScopeConsentGrant(String grantId)
getScopeConsentGrant
in interface Application
grantId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/lifecycle/deactivate") public void deactivate()
deactivate
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish") public JsonWebKey publishBinaryPemCert(String csrId)
publishBinaryPemCert
in interface Application
csrId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="PUT - /api/v1/apps/{appId}") public Application update()
update
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/credentials/keys") public JsonWebKeyList listKeys()
listKeys
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/tokens/{tokenId}") public OAuth2Token getOAuth2Token(String tokenId, String expand)
getOAuth2Token
in interface Application
tokenId
- (required)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/tokens/{tokenId}") public OAuth2Token getOAuth2Token(String tokenId)
getOAuth2Token
in interface Application
tokenId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/credentials/csrs") public CsrList listCsrs()
listCsrs
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/users") public AppUserList listApplicationUsers(String q, String queryScope, String filter, String expand)
listApplicationUsers
in interface Application
q
- (optional)queryScope
- (optional)filter
- (optional)expand
- (optional)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/users") public AppUserList listApplicationUsers()
listApplicationUsers
in interface Application
@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="GET - /api/v1/apps/{appId}/credentials/keys/{keyId}") public JsonWebKey getApplicationKey(String keyId)
getApplicationKey
in interface Application
keyId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish") public JsonWebKey publishCerCert(String csrId)
publishCerCert
in interface Application
csrId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="PUT - /api/v1/apps/{appId}/features/{name}") public ApplicationFeature updateFeatureForApplication(String name, CapabilitiesObject capabilities)
updateFeatureForApplication
in interface Application
name
- (required)capabilities
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/credentials/csrs/{csrId}/lifecycle/publish") public JsonWebKey publishBinaryDerCert(String csrId)
publishBinaryDerCert
in interface Application
csrId
- (required)@Generated(value="com.okta.swagger.codegen.OktaJavaClientImplCodegen", date="2023-07-07T09:07:53.917-05:00", comments="POST - /api/v1/apps/{appId}/logo") public void uploadApplicationLogo(String appId, File file)
uploadApplicationLogo
in interface Application
appId
- (required)file
- (required)Copyright © 2017–2023 Okta. All rights reserved.