|
1 | 1 | # The Okta software accompanied by this notice is provided pursuant to the following terms: |
2 | 2 | # Copyright © 2025-Present, Okta, Inc. |
3 | | -# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the |
4 | | -# License. |
| 3 | +# Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
5 | 4 | # You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. |
6 | | -# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an |
7 | | -# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 5 | +# Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
8 | 6 | # See the License for the specific language governing permissions and limitations under the License. |
9 | 7 | # coding: utf-8 |
10 | 8 |
|
|
100 | 98 | from okta.api.role_d_resource_set_binding_member_api import RoleDResourceSetBindingMemberApi |
101 | 99 | from okta.api.role_e_custom_api import RoleECustomApi |
102 | 100 | from okta.api.role_e_custom_permission_api import RoleECustomPermissionApi |
103 | | -from okta.api.schema_api import SchemaApi |
104 | | -from okta.api.service_account_api import ServiceAccountApi |
105 | | -from okta.api.session_api import SessionApi |
106 | 101 | from okta.api.ssf_receiver_api import SSFReceiverApi |
107 | 102 | from okta.api.ssf_security_event_token_api import SSFSecurityEventTokenApi |
108 | 103 | from okta.api.ssf_transmitter_api import SSFTransmitterApi |
| 104 | +from okta.api.schema_api import SchemaApi |
| 105 | +from okta.api.service_account_api import ServiceAccountApi |
| 106 | +from okta.api.session_api import SessionApi |
109 | 107 | from okta.api.subscription_api import SubscriptionApi |
110 | 108 | from okta.api.system_log_api import SystemLogApi |
111 | 109 | from okta.api.template_api import TemplateApi |
|
127 | 125 | from okta.api.user_sessions_api import UserSessionsApi |
128 | 126 | from okta.api.user_type_api import UserTypeApi |
129 | 127 | from okta.api.web_authn_preregistration_api import WebAuthnPreregistrationApi |
| 128 | + |
0 commit comments