@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2023-01-18T04:14:02.238-06:00[America/Chicago]") @Component(value="org.openapitools.client.api.OrgSettingApi") public class OrgSettingApi extends Object
Constructor and Description |
---|
OrgSettingApi() |
OrgSettingApi(ApiClient apiClient) |
Modifier and Type | Method and Description |
---|---|
BouncesRemoveListResult |
bulkRemoveEmailAddressBounces(BouncesRemoveListObj bouncesRemoveListObj)
Remove Emails from Email Provider Bounce List
A list of email addresses to be removed from the set of email addresses that are bounced
|
<T> T |
bulkRemoveEmailAddressBounces(Class<?> T,
BouncesRemoveListObj bouncesRemoveListObj)
Remove Emails from Email Provider Bounce List
A list of email addresses to be removed from the set of email addresses that are bounced
|
PagedList |
bulkRemoveEmailAddressBouncesWithPaginationInfo(BouncesRemoveListObj bouncesRemoveListObj)
Remove Emails from Email Provider Bounce List
A list of email addresses to be removed from the set of email addresses that are bounced
|
OrgOktaSupportSettingsObj |
extendOktaSupport()
Extend Okta Support Access
Extends the length of time that Okta Support can access your org by 24 hours.
|
PagedList |
extendOktaSupportWithPaginationInfo()
Extend Okta Support Access
Extends the length of time that Okta Support can access your org by 24 hours.
|
ApiClient |
getApiClient() |
OrgOktaCommunicationSetting |
getOktaCommunicationSettings()
Retrieve the Okta Communication Settings
Retrieves Okta Communication Settings of your organization
|
PagedList |
getOktaCommunicationSettingsWithPaginationInfo()
Retrieve the Okta Communication Settings
Retrieves Okta Communication Settings of your organization
|
List<OrgContactTypeObj> |
getOrgContactTypes()
Retrieve the Org Contact Types
Retrieves Contact Types of your organization
|
PagedList |
getOrgContactTypesWithPaginationInfo()
Retrieve the Org Contact Types
Retrieves Contact Types of your organization
|
OrgContactUser |
getOrgContactUser(String contactType)
Retrieve the User of the Contact Type
Retrieves the URL of the User associated with the specified Contact Type
|
PagedList |
getOrgContactUserWithPaginationInfo(String contactType)
Retrieve the User of the Contact Type
Retrieves the URL of the User associated with the specified Contact Type
|
OrgOktaSupportSettingsObj |
getOrgOktaSupportSettings()
Retrieve the Okta Support Settings
Retrieves Okta Support Settings of your organization
|
PagedList |
getOrgOktaSupportSettingsWithPaginationInfo()
Retrieve the Okta Support Settings
Retrieves Okta Support Settings of your organization
|
OrgPreferences |
getOrgPreferences()
Retrieve the Org Preferences
Retrieves preferences of your organization
|
PagedList |
getOrgPreferencesWithPaginationInfo()
Retrieve the Org Preferences
Retrieves preferences of your organization
|
OrgSetting |
getOrgSettings()
Retrieve the Org Settings
Retrieves the org settings
|
PagedList |
getOrgSettingsWithPaginationInfo()
Retrieve the Org Settings
Retrieves the org settings
|
WellKnownOrgMetadata |
getWellknownOrgMetadata()
Retrieve the Well-Known Org Metadata
Retrieves the well-known org metadata, which includes the id, configured custom domains, authentication pipeline, and various other org settings
|
PagedList |
getWellknownOrgMetadataWithPaginationInfo()
Retrieve the Well-Known Org Metadata
Retrieves the well-known org metadata, which includes the id, configured custom domains, authentication pipeline, and various other org settings
|
OrgOktaSupportSettingsObj |
grantOktaSupport()
Grant Okta Support Access to your Org
Enables you to temporarily allow Okta Support to access your org as an administrator for eight hours
|
PagedList |
grantOktaSupportWithPaginationInfo()
Grant Okta Support Access to your Org
Enables you to temporarily allow Okta Support to access your org as an administrator for eight hours
|
OrgOktaCommunicationSetting |
optInUsersToOktaCommunicationEmails()
Opt in all Users to Okta Communication emails
Opts in all users of this org to Okta Communication emails
|
PagedList |
optInUsersToOktaCommunicationEmailsWithPaginationInfo()
Opt in all Users to Okta Communication emails
Opts in all users of this org to Okta Communication emails
|
OrgOktaCommunicationSetting |
optOutUsersFromOktaCommunicationEmails()
Opt out all Users from Okta Communication emails
Opts out all users of this org from Okta Communication emails
|
PagedList |
optOutUsersFromOktaCommunicationEmailsWithPaginationInfo()
Opt out all Users from Okta Communication emails
Opts out all users of this org from Okta Communication emails
|
<T> T |
replaceOrgContactUser(Class<?> T,
String contactType,
OrgContactUser orgContactUser)
Replace the User of the Contact Type
Replaces the User associated with the specified Contact Type
|
OrgContactUser |
replaceOrgContactUser(String contactType,
OrgContactUser orgContactUser)
Replace the User of the Contact Type
Replaces the User associated with the specified Contact Type
|
PagedList |
replaceOrgContactUserWithPaginationInfo(String contactType,
OrgContactUser orgContactUser)
Replace the User of the Contact Type
Replaces the User associated with the specified Contact Type
|
<T> T |
replaceOrgSettings(Class<?> T,
OrgSetting orgSetting)
Replace the Org Settings
Replaces the settings of your organization
|
OrgSetting |
replaceOrgSettings(OrgSetting orgSetting)
Replace the Org Settings
Replaces the settings of your organization
|
PagedList |
replaceOrgSettingsWithPaginationInfo(OrgSetting orgSetting)
Replace the Org Settings
Replaces the settings of your organization
|
OrgOktaSupportSettingsObj |
revokeOktaSupport()
Revoke Okta Support Access
Revokes Okta Support access to your organization
|
PagedList |
revokeOktaSupportWithPaginationInfo()
Revoke Okta Support Access
Revokes Okta Support access to your organization
|
void |
setApiClient(ApiClient apiClient) |
OrgPreferences |
updateOrgHideOktaUIFooter()
Update the Preference to Hide the Okta Dashboard Footer
Hide the Okta UI footer for all end users of your organization
|
PagedList |
updateOrgHideOktaUIFooterWithPaginationInfo()
Update the Preference to Hide the Okta Dashboard Footer
Hide the Okta UI footer for all end users of your organization
|
<T> T |
updateOrgSettings(Class<?> T,
OrgSetting orgSetting)
Update the Org Settings
Partially update the org settings depending on provided fields
|
OrgSetting |
updateOrgSettings(OrgSetting orgSetting)
Update the Org Settings
Partially update the org settings depending on provided fields
|
PagedList |
updateOrgSettingsWithPaginationInfo(OrgSetting orgSetting)
Update the Org Settings
Partially update the org settings depending on provided fields
|
OrgPreferences |
updateOrgShowOktaUIFooter()
Update the Preference to Show the Okta Dashboard Footer
Makes the Okta UI footer visible for all end users of your organization
|
PagedList |
updateOrgShowOktaUIFooterWithPaginationInfo()
Update the Preference to Show the Okta Dashboard Footer
Makes the Okta UI footer visible for all end users of your organization
|
void |
uploadOrgLogo(File _file)
Upload the Org Logo
Uploads and replaces the logo for your organization
|
public OrgSettingApi()
@Autowired public OrgSettingApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public BouncesRemoveListResult bulkRemoveEmailAddressBounces(BouncesRemoveListObj bouncesRemoveListObj) throws org.springframework.web.client.RestClientException
200 - Deletes the provided list of emails from the set of email addresses that are bounced so that the provider resumes sending emails to those addresses.
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
bouncesRemoveListObj
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T bulkRemoveEmailAddressBounces(Class<?> T, BouncesRemoveListObj bouncesRemoveListObj) throws org.springframework.web.client.RestClientException
200 - Deletes the provided list of emails from the set of email addresses that are bounced so that the provider resumes sending emails to those addresses.
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typebouncesRemoveListObj
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList bulkRemoveEmailAddressBouncesWithPaginationInfo(BouncesRemoveListObj bouncesRemoveListObj) throws org.springframework.web.client.RestClientException
200 - Deletes the provided list of emails from the set of email addresses that are bounced so that the provider resumes sending emails to those addresses.
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
bouncesRemoveListObj
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgOktaSupportSettingsObj extendOktaSupport() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList extendOktaSupportWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgOktaCommunicationSetting getOktaCommunicationSettings() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getOktaCommunicationSettingsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic List<OrgContactTypeObj> getOrgContactTypes() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getOrgContactTypesWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgContactUser getOrgContactUser(String contactType) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
contactType
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getOrgContactUserWithPaginationInfo(String contactType) throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
404 - Not Found
429 - Too Many Requests
contactType
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgOktaSupportSettingsObj getOrgOktaSupportSettings() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getOrgOktaSupportSettingsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgPreferences getOrgPreferences() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getOrgPreferencesWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgSetting getOrgSettings() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getOrgSettingsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic WellKnownOrgMetadata getWellknownOrgMetadata() throws org.springframework.web.client.RestClientException
200 - Success
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList getWellknownOrgMetadataWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgOktaSupportSettingsObj grantOktaSupport() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList grantOktaSupportWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgOktaCommunicationSetting optInUsersToOktaCommunicationEmails() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList optInUsersToOktaCommunicationEmailsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgOktaCommunicationSetting optOutUsersFromOktaCommunicationEmails() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList optOutUsersFromOktaCommunicationEmailsWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgContactUser replaceOrgContactUser(String contactType, OrgContactUser orgContactUser) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
contactType
- (required)orgContactUser
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceOrgContactUser(Class<?> T, String contactType, OrgContactUser orgContactUser) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
T
- (required) - the assignable return typecontactType
- (required)orgContactUser
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceOrgContactUserWithPaginationInfo(String contactType, OrgContactUser orgContactUser) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
404 - Not Found
429 - Too Many Requests
contactType
- (required)orgContactUser
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgSetting replaceOrgSettings(OrgSetting orgSetting) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
orgSetting
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T replaceOrgSettings(Class<?> T, OrgSetting orgSetting) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typeorgSetting
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList replaceOrgSettingsWithPaginationInfo(OrgSetting orgSetting) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
orgSetting
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgOktaSupportSettingsObj revokeOktaSupport() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList revokeOktaSupportWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgPreferences updateOrgHideOktaUIFooter() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateOrgHideOktaUIFooterWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgSetting updateOrgSettings(OrgSetting orgSetting) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
orgSetting
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic <T> T updateOrgSettings(Class<?> T, OrgSetting orgSetting) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
T
- (required) - the assignable return typeorgSetting
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateOrgSettingsWithPaginationInfo(OrgSetting orgSetting) throws org.springframework.web.client.RestClientException
200 - Success
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
orgSetting
- (optional)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic OrgPreferences updateOrgShowOktaUIFooter() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic PagedList updateOrgShowOktaUIFooterWithPaginationInfo() throws org.springframework.web.client.RestClientException
200 - Success
403 - Forbidden
429 - Too Many Requests
org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APIpublic void uploadOrgLogo(File _file) throws org.springframework.web.client.RestClientException
201 - Created
400 - Bad Request
403 - Forbidden
429 - Too Many Requests
_file
- (required)org.springframework.web.client.RestClientException
- if an error occurs while attempting to invoke the APICopyright © 2017–2023 Okta. All rights reserved.