Skip to content

Commit

Permalink
Fixes to generation to add in manually added code
Browse files Browse the repository at this point in the history
Updates to spec 2.11.1
Sets up copyright correctly
  • Loading branch information
bretterer committed Mar 16, 2022
1 parent ce2d6f1 commit 253482d
Show file tree
Hide file tree
Showing 105 changed files with 237 additions and 116 deletions.
4 changes: 4 additions & 0 deletions okta/models/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,10 @@
IdentityProviderPolicy = identity_provider_policy.IdentityProviderPolicy
from okta.models import identity_provider_policy_rule_condition as identity_provider_policy_rule_condition
IdentityProviderPolicyRuleCondition = identity_provider_policy_rule_condition.IdentityProviderPolicyRuleCondition
from okta.models import idp_policy_rule_action as idp_policy_rule_action
IdpPolicyRuleAction = idp_policy_rule_action.IdpPolicyRuleAction
from okta.models import idp_policy_rule_action_provider as idp_policy_rule_action_provider
IdpPolicyRuleActionProvider = idp_policy_rule_action_provider.IdpPolicyRuleActionProvider
from okta.models import image_upload_response as image_upload_response
ImageUploadResponse = image_upload_response.ImageUploadResponse
from okta.models import inactivity_policy_rule_condition as inactivity_policy_rule_condition
Expand Down
2 changes: 1 addition & 1 deletion okta/models/access_policy.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/access_policy_constraint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/access_policy_constraints.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/access_policy_rule.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/access_policy_rule_actions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/access_policy_rule_application_sign_on.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/access_policy_rule_conditions.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/access_policy_rule_custom_condition.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/allowed_for_enum.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/application_feature.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/application_settings_notes.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/authenticator.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/authenticator_provider.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/authenticator_provider_configuration.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/authenticator_settings.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/authenticator_status.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/authenticator_type.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/brand.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/capabilities_create_object.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/capabilities_object.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/capabilities_update_object.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/change_enum.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/channel_binding.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/compliance.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/device_access_policy_rule_condition.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/dns_record.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/dns_record_type.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/domain.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/domain_certificate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/domain_certificate_metadata.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/domain_certificate_source_type.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/domain_certificate_type.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/domain_list_response.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/domain_validation_status.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/email_template.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/email_template_content.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/email_template_customization.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/email_template_customization_request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/email_template_test_request.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2022 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/email_template_touch_point_variant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/end_user_dashboard_touch_point_variant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/error_page_touch_point_variant.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
1 change: 1 addition & 0 deletions okta/models/factor_provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,4 @@ class FactorProvider(
DUO = "DUO", "duo"
YUBICO = "YUBICO", "yubico"
CUSTOM = "CUSTOM", "custom"
APPLE = "APPLE", "apple"
2 changes: 1 addition & 1 deletion okta/models/fips_enum.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/group_schema.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/group_schema_attribute.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/group_schema_base.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion okta/models/group_schema_base_properties.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# flake8: noqa
"""
Copyright 2021 - Present Okta, Inc.
Copyright 2020 - Present Okta, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down
Loading

0 comments on commit 253482d

Please sign in to comment.