waldur-api-client 7.8.0__py3-none-any.whl → 7.8.2__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of waldur-api-client might be problematic. Click here for more details.
- waldur_api_client/api/booking_resources/booking_resources_count.py +10 -13
- waldur_api_client/api/booking_resources/booking_resources_list.py +10 -13
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_create.py +44 -7
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_partial_update.py +46 -7
- waldur_api_client/api/call_managing_organisations/call_managing_organisations_update.py +44 -7
- waldur_api_client/api/checklists_admin/checklists_admin_checklist_questions.py +49 -0
- waldur_api_client/api/checklists_admin/checklists_admin_count.py +43 -0
- waldur_api_client/api/checklists_admin/checklists_admin_list.py +43 -0
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_create.py +44 -7
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_partial_update.py +44 -7
- waldur_api_client/api/checklists_admin_categories/checklists_admin_categories_update.py +44 -7
- waldur_api_client/api/customers/customers_create.py +44 -7
- waldur_api_client/api/customers/customers_partial_update.py +44 -7
- waldur_api_client/api/customers/customers_update.py +44 -7
- waldur_api_client/api/external_links/external_links_create.py +44 -7
- waldur_api_client/api/external_links/external_links_partial_update.py +44 -7
- waldur_api_client/api/external_links/external_links_update.py +44 -7
- waldur_api_client/api/invoices/invoices_paid.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_create.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_partial_update.py +44 -7
- waldur_api_client/api/marketplace_categories/marketplace_categories_update.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_create.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_partial_update.py +44 -7
- waldur_api_client/api/marketplace_category_groups/marketplace_category_groups_update.py +44 -7
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_count.py +96 -0
- waldur_api_client/api/marketplace_course_accounts/marketplace_course_accounts_list.py +96 -0
- waldur_api_client/api/marketplace_offering_files/marketplace_offering_files_create.py +44 -7
- waldur_api_client/api/marketplace_offering_user_checklist_completions/__init__.py +1 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_count.py +286 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_list.py +289 -0
- waldur_api_client/api/marketplace_offering_user_checklist_completions/marketplace_offering_user_checklist_completions_retrieve.py +141 -0
- waldur_api_client/api/marketplace_orders/marketplace_orders_update_attachment.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_create.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_list_course_accounts_retrieve.py +177 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_refresh_offering_usernames.py +0 -22
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_compliance_checklist.py +105 -0
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_image.py +44 -7
- waldur_api_client/api/marketplace_provider_offerings/marketplace_provider_offerings_update_thumbnail.py +30 -5
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_count.py +10 -13
- waldur_api_client/api/marketplace_provider_resources/marketplace_provider_resources_list.py +10 -13
- waldur_api_client/api/marketplace_resources/marketplace_resources_count.py +10 -13
- waldur_api_client/api/marketplace_resources/marketplace_resources_list.py +10 -13
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_create.py +44 -7
- waldur_api_client/api/marketplace_screenshots/marketplace_screenshots_update.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_course_accounts_list.py +98 -0
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_create.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_partial_update.py +44 -7
- waldur_api_client/api/marketplace_service_providers/marketplace_service_providers_update.py +44 -7
- waldur_api_client/api/override_settings/override_settings.py +30 -5
- waldur_api_client/api/payments/payments_create.py +44 -7
- waldur_api_client/api/payments/payments_partial_update.py +44 -7
- waldur_api_client/api/payments/payments_update.py +44 -7
- waldur_api_client/api/projects/projects_create.py +44 -7
- waldur_api_client/api/projects/projects_partial_update.py +44 -7
- waldur_api_client/api/projects/projects_update.py +44 -7
- waldur_api_client/api/proposal_proposals/proposal_proposals_attach_document.py +30 -5
- waldur_api_client/api/slurm_jobs/slurm_jobs_create.py +44 -7
- waldur_api_client/api/slurm_jobs/slurm_jobs_update.py +44 -7
- waldur_api_client/api/support_attachments/support_attachments_create.py +44 -7
- waldur_api_client/api/user_group_invitations/user_group_invitations_count.py +15 -0
- waldur_api_client/api/user_group_invitations/user_group_invitations_list.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_count.py +15 -0
- waldur_api_client/api/user_invitations/user_invitations_list.py +15 -0
- waldur_api_client/api/users/users_create.py +44 -7
- waldur_api_client/api/users/users_partial_update.py +44 -7
- waldur_api_client/api/users/users_update.py +44 -7
- waldur_api_client/models/__init__.py +172 -4
- waldur_api_client/models/agent_type_enum.py +13 -0
- waldur_api_client/models/attachment_request_form.py +70 -0
- waldur_api_client/models/attachment_request_multipart.py +83 -0
- waldur_api_client/models/booking_offerings_list_field_item.py +1 -0
- waldur_api_client/models/booking_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/booking_resource.py +18 -0
- waldur_api_client/models/booking_resources_list_field_item.py +2 -0
- waldur_api_client/models/booking_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/call_managing_organisation_request_form.py +103 -0
- waldur_api_client/models/call_managing_organisation_request_multipart.py +122 -0
- waldur_api_client/models/call_round.py +11 -1
- waldur_api_client/models/category_group_request_form.py +103 -0
- waldur_api_client/models/category_group_request_multipart.py +122 -0
- waldur_api_client/models/checklist_category_request_form.py +103 -0
- waldur_api_client/models/checklist_category_request_multipart.py +122 -0
- waldur_api_client/models/checklists_admin_checklist_questions_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_checklist_questions_checklist_type_in_item.py +11 -0
- waldur_api_client/models/checklists_admin_count_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_count_checklist_type_in_item.py +11 -0
- waldur_api_client/models/checklists_admin_list_checklist_type.py +11 -0
- waldur_api_client/models/checklists_admin_list_checklist_type_in_item.py +11 -0
- waldur_api_client/models/constance_settings.py +9 -0
- waldur_api_client/models/constance_settings_request.py +9 -0
- waldur_api_client/models/constance_settings_request_form.py +1547 -0
- waldur_api_client/models/constance_settings_request_multipart.py +2173 -0
- waldur_api_client/models/course_account.py +24 -0
- waldur_api_client/models/customer.py +9 -0
- waldur_api_client/models/customer_request.py +9 -0
- waldur_api_client/models/customer_request_form.py +312 -0
- waldur_api_client/models/customer_request_multipart.py +394 -0
- waldur_api_client/models/customers_list_field_item.py +1 -0
- waldur_api_client/models/customers_retrieve_field_item.py +1 -0
- waldur_api_client/models/external_link_request_form.py +111 -0
- waldur_api_client/models/external_link_request_multipart.py +132 -0
- waldur_api_client/models/firecrest_job_request_form.py +104 -0
- waldur_api_client/models/firecrest_job_request_multipart.py +127 -0
- waldur_api_client/models/group_invitation.py +8 -0
- waldur_api_client/models/integration_status.py +21 -4
- waldur_api_client/models/invitation.py +8 -0
- waldur_api_client/models/managed_rancher_cluster_resources_list_field_item.py +2 -0
- waldur_api_client/models/managed_rancher_cluster_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_category_request_form.py +153 -0
- waldur_api_client/models/marketplace_category_request_multipart.py +187 -0
- waldur_api_client/models/marketplace_course_accounts_count_o_item.py +23 -0
- waldur_api_client/models/marketplace_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_count_o_item.py +11 -0
- waldur_api_client/models/marketplace_offering_user_checklist_completions_list_o_item.py +11 -0
- waldur_api_client/models/marketplace_orders_list_field_item.py +3 -0
- waldur_api_client/models/marketplace_orders_retrieve_field_item.py +3 -0
- waldur_api_client/models/marketplace_provider_offerings_list_course_accounts_retrieve_field_item.py +73 -0
- waldur_api_client/models/marketplace_provider_offerings_list_customer_service_accounts_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_list_project_service_accounts_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_stats_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_offerings_user_has_resource_access_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_provider_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_provider_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_public_offerings_list_field_item.py +1 -0
- waldur_api_client/models/marketplace_public_offerings_retrieve_field_item.py +1 -0
- waldur_api_client/models/marketplace_resources_details_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_list_field_item.py +2 -0
- waldur_api_client/models/marketplace_resources_retrieve_field_item.py +2 -0
- waldur_api_client/models/marketplace_service_providers_course_accounts_list_o_item.py +23 -0
- waldur_api_client/models/marketplace_service_providers_offerings_list_field_item.py +1 -0
- waldur_api_client/models/merged_plugin_options.py +9 -0
- waldur_api_client/models/merged_plugin_options_request.py +9 -0
- waldur_api_client/models/nested_round.py +9 -0
- waldur_api_client/models/nested_round_request.py +9 -0
- waldur_api_client/models/notification.py +11 -0
- waldur_api_client/models/notification_context_fields.py +47 -0
- waldur_api_client/models/offering.py +20 -0
- waldur_api_client/models/offering_compliance_checklist_update_request.py +82 -0
- waldur_api_client/models/offering_create.py +20 -0
- waldur_api_client/models/offering_create_request.py +20 -0
- waldur_api_client/models/{provider_offering_details_request.py → offering_create_request_form.py} +77 -5
- waldur_api_client/models/offering_create_request_form_limits.py +57 -0
- waldur_api_client/models/offering_create_request_multipart.py +599 -0
- waldur_api_client/models/offering_create_request_multipart_limits.py +57 -0
- waldur_api_client/models/offering_file_request_form.py +78 -0
- waldur_api_client/models/offering_file_request_multipart.py +93 -0
- waldur_api_client/models/offering_image_request_form.py +62 -0
- waldur_api_client/models/offering_image_request_multipart.py +73 -0
- waldur_api_client/models/offering_thumbnail_request_form.py +62 -0
- waldur_api_client/models/offering_thumbnail_request_multipart.py +73 -0
- waldur_api_client/models/offering_user.py +5 -5
- waldur_api_client/models/{offering_user_state_enum.py → offering_user_state.py} +1 -1
- waldur_api_client/models/order_attachment_request_form.py +84 -0
- waldur_api_client/models/order_attachment_request_multipart.py +98 -0
- waldur_api_client/models/order_details.py +34 -0
- waldur_api_client/models/paid_request_form.py +81 -0
- waldur_api_client/models/paid_request_multipart.py +94 -0
- waldur_api_client/models/patched_call_managing_organisation_request_form.py +92 -0
- waldur_api_client/models/patched_call_managing_organisation_request_multipart.py +109 -0
- waldur_api_client/models/patched_category_group_request_form.py +101 -0
- waldur_api_client/models/patched_category_group_request_multipart.py +121 -0
- waldur_api_client/models/patched_checklist_category_request_form.py +102 -0
- waldur_api_client/models/patched_checklist_category_request_multipart.py +122 -0
- waldur_api_client/models/patched_customer_request.py +9 -0
- waldur_api_client/models/patched_customer_request_form.py +310 -0
- waldur_api_client/models/patched_customer_request_multipart.py +393 -0
- waldur_api_client/models/patched_external_link_request_form.py +110 -0
- waldur_api_client/models/patched_external_link_request_multipart.py +133 -0
- waldur_api_client/models/patched_marketplace_category_request_form.py +151 -0
- waldur_api_client/models/patched_marketplace_category_request_multipart.py +186 -0
- waldur_api_client/models/patched_payment_request_form.py +119 -0
- waldur_api_client/models/patched_payment_request_multipart.py +142 -0
- waldur_api_client/models/patched_project_request_form.py +279 -0
- waldur_api_client/models/patched_project_request_multipart.py +342 -0
- waldur_api_client/models/patched_service_provider_request_form.py +101 -0
- waldur_api_client/models/patched_service_provider_request_multipart.py +121 -0
- waldur_api_client/models/patched_user_request_form.py +241 -0
- waldur_api_client/models/patched_user_request_multipart.py +306 -0
- waldur_api_client/models/payment_request_form.py +113 -0
- waldur_api_client/models/payment_request_multipart.py +134 -0
- waldur_api_client/models/project_request_form.py +280 -0
- waldur_api_client/models/project_request_multipart.py +341 -0
- waldur_api_client/models/project_user.py +9 -0
- waldur_api_client/models/proposal.py +8 -0
- waldur_api_client/models/proposal_documentation_request_form.py +84 -0
- waldur_api_client/models/proposal_documentation_request_multipart.py +98 -0
- waldur_api_client/models/proposal_proposals_count_o_item.py +3 -1
- waldur_api_client/models/proposal_proposals_list_o_item.py +3 -1
- waldur_api_client/models/proposal_review.py +40 -0
- waldur_api_client/models/protected_proposal_list.py +8 -0
- waldur_api_client/models/protected_proposal_list_request.py +8 -0
- waldur_api_client/models/protected_round.py +8 -0
- waldur_api_client/models/provider_offering.py +21 -1
- waldur_api_client/models/provider_offering_details.py +20 -0
- waldur_api_client/models/public_offering_details.py +20 -0
- waldur_api_client/models/resource.py +18 -0
- waldur_api_client/models/resource_update_limits_request.py +1 -34
- waldur_api_client/models/screenshot_request_form.py +87 -0
- waldur_api_client/models/screenshot_request_multipart.py +105 -0
- waldur_api_client/models/service_provider_request_form.py +112 -0
- waldur_api_client/models/service_provider_request_multipart.py +134 -0
- waldur_api_client/models/user_checklist_completion.py +265 -0
- waldur_api_client/models/user_request_form.py +250 -0
- waldur_api_client/models/user_request_multipart.py +316 -0
- waldur_api_client/models/visible_invitation_details.py +8 -0
- {waldur_api_client-7.8.0.dist-info → waldur_api_client-7.8.2.dist-info}/METADATA +1 -1
- {waldur_api_client-7.8.0.dist-info → waldur_api_client-7.8.2.dist-info}/RECORD +212 -127
- {waldur_api_client-7.8.0.dist-info → waldur_api_client-7.8.2.dist-info}/WHEEL +1 -1
- {waldur_api_client-7.8.0.dist-info → waldur_api_client-7.8.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,1547 @@
|
|
|
1
|
+
from collections.abc import Mapping
|
|
2
|
+
from io import BytesIO
|
|
3
|
+
from typing import Any, TypeVar, Union, cast
|
|
4
|
+
|
|
5
|
+
from attrs import define as _attrs_define
|
|
6
|
+
from attrs import field as _attrs_field
|
|
7
|
+
|
|
8
|
+
from .. import types
|
|
9
|
+
from ..types import UNSET, File, Unset
|
|
10
|
+
|
|
11
|
+
T = TypeVar("T", bound="ConstanceSettingsRequestForm")
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
@_attrs_define
|
|
15
|
+
class ConstanceSettingsRequestForm:
|
|
16
|
+
"""
|
|
17
|
+
Attributes:
|
|
18
|
+
site_name (Union[Unset, str]):
|
|
19
|
+
site_description (Union[Unset, str]):
|
|
20
|
+
homeport_url (Union[Unset, str]):
|
|
21
|
+
rancher_username_input_label (Union[Unset, str]):
|
|
22
|
+
site_address (Union[Unset, str]):
|
|
23
|
+
site_email (Union[Unset, str]):
|
|
24
|
+
site_phone (Union[Unset, str]):
|
|
25
|
+
currency_name (Union[Unset, str]):
|
|
26
|
+
thumbnail_size (Union[Unset, str]):
|
|
27
|
+
anonymous_user_can_view_offerings (Union[Unset, bool]):
|
|
28
|
+
anonymous_user_can_view_plans (Union[Unset, bool]):
|
|
29
|
+
notify_staff_about_approvals (Union[Unset, bool]):
|
|
30
|
+
notify_about_resource_change (Union[Unset, bool]):
|
|
31
|
+
disable_sending_notifications_about_resource_update (Union[Unset, bool]):
|
|
32
|
+
marketplace_landing_page (Union[Unset, str]):
|
|
33
|
+
enable_stale_resource_notifications (Union[Unset, bool]):
|
|
34
|
+
telemetry_url (Union[Unset, str]):
|
|
35
|
+
telemetry_version (Union[Unset, int]):
|
|
36
|
+
script_run_mode (Union[Unset, str]):
|
|
37
|
+
docker_client (Union[Unset, str]):
|
|
38
|
+
docker_run_options (Union[Unset, str]):
|
|
39
|
+
docker_script_dir (Union[Unset, str]):
|
|
40
|
+
docker_remove_container (Union[Unset, bool]):
|
|
41
|
+
docker_images (Union[Unset, str]):
|
|
42
|
+
docker_volume_name (Union[Unset, str]):
|
|
43
|
+
k8s_namespace (Union[Unset, str]):
|
|
44
|
+
k8s_config_path (Union[Unset, str]):
|
|
45
|
+
k8s_job_timeout (Union[Unset, int]):
|
|
46
|
+
enable_strict_check_accepting_invitation (Union[Unset, bool]):
|
|
47
|
+
invitation_disable_multiple_roles (Union[Unset, bool]):
|
|
48
|
+
default_idp (Union[Unset, str]):
|
|
49
|
+
docs_url (Union[Unset, str]):
|
|
50
|
+
short_page_title (Union[Unset, str]):
|
|
51
|
+
full_page_title (Union[Unset, str]):
|
|
52
|
+
brand_color (Union[Unset, str]):
|
|
53
|
+
hero_link_label (Union[Unset, str]):
|
|
54
|
+
hero_link_url (Union[Unset, str]):
|
|
55
|
+
support_portal_url (Union[Unset, str]):
|
|
56
|
+
common_footer_text (Union[Unset, str]):
|
|
57
|
+
common_footer_html (Union[Unset, str]):
|
|
58
|
+
language_choices (Union[Unset, str]):
|
|
59
|
+
disable_dark_theme (Union[Unset, bool]):
|
|
60
|
+
powered_by_logo (Union[File, None, Unset]):
|
|
61
|
+
hero_image (Union[File, None, Unset]):
|
|
62
|
+
marketplace_hero_image (Union[File, None, Unset]):
|
|
63
|
+
call_management_hero_image (Union[File, None, Unset]):
|
|
64
|
+
sidebar_logo (Union[File, None, Unset]):
|
|
65
|
+
sidebar_logo_dark (Union[File, None, Unset]):
|
|
66
|
+
sidebar_logo_mobile (Union[File, None, Unset]):
|
|
67
|
+
sidebar_style (Union[Unset, str]):
|
|
68
|
+
site_logo (Union[File, None, Unset]):
|
|
69
|
+
login_logo (Union[File, None, Unset]):
|
|
70
|
+
favicon (Union[File, None, Unset]):
|
|
71
|
+
offering_logo_placeholder (Union[File, None, Unset]):
|
|
72
|
+
waldur_support_enabled (Union[Unset, bool]):
|
|
73
|
+
waldur_support_active_backend_type (Union[Unset, str]):
|
|
74
|
+
waldur_support_display_request_type (Union[Unset, bool]):
|
|
75
|
+
atlassian_use_old_api (Union[Unset, bool]):
|
|
76
|
+
atlassian_use_teenage_api (Union[Unset, bool]):
|
|
77
|
+
atlassian_use_automatic_request_mapping (Union[Unset, bool]):
|
|
78
|
+
atlassian_map_waldur_users_to_servicedesk_agents (Union[Unset, bool]):
|
|
79
|
+
atlassian_strange_setting (Union[Unset, int]):
|
|
80
|
+
atlassian_api_url (Union[Unset, str]):
|
|
81
|
+
atlassian_username (Union[Unset, str]):
|
|
82
|
+
atlassian_password (Union[Unset, str]):
|
|
83
|
+
atlassian_email (Union[Unset, str]):
|
|
84
|
+
atlassian_token (Union[Unset, str]):
|
|
85
|
+
atlassian_verify_ssl (Union[Unset, bool]):
|
|
86
|
+
atlassian_project_id (Union[Unset, str]):
|
|
87
|
+
atlassian_shared_username (Union[Unset, bool]):
|
|
88
|
+
atlassian_custom_issue_field_mapping_enabled (Union[Unset, bool]):
|
|
89
|
+
atlassian_default_offering_issue_type (Union[Unset, str]):
|
|
90
|
+
atlassian_excluded_attachment_types (Union[Unset, str]):
|
|
91
|
+
atlassian_pull_priorities (Union[Unset, bool]):
|
|
92
|
+
atlassian_issue_types (Union[Unset, str]):
|
|
93
|
+
atlassian_description_template (Union[Unset, str]):
|
|
94
|
+
atlassian_summary_template (Union[Unset, str]):
|
|
95
|
+
atlassian_affected_resource_field (Union[Unset, str]):
|
|
96
|
+
atlassian_impact_field (Union[Unset, str]):
|
|
97
|
+
atlassian_organisation_field (Union[Unset, str]):
|
|
98
|
+
atlassian_resolution_sla_field (Union[Unset, str]):
|
|
99
|
+
atlassian_project_field (Union[Unset, str]):
|
|
100
|
+
atlassian_reporter_field (Union[Unset, str]):
|
|
101
|
+
atlassian_caller_field (Union[Unset, str]):
|
|
102
|
+
atlassian_sla_field (Union[Unset, str]):
|
|
103
|
+
atlassian_linked_issue_type (Union[Unset, str]):
|
|
104
|
+
atlassian_satisfaction_field (Union[Unset, str]):
|
|
105
|
+
atlassian_request_feedback_field (Union[Unset, str]):
|
|
106
|
+
atlassian_template_field (Union[Unset, str]):
|
|
107
|
+
zammad_api_url (Union[Unset, str]):
|
|
108
|
+
zammad_token (Union[Unset, str]):
|
|
109
|
+
zammad_group (Union[Unset, str]):
|
|
110
|
+
zammad_article_type (Union[Unset, str]):
|
|
111
|
+
zammad_comment_marker (Union[Unset, str]):
|
|
112
|
+
zammad_comment_prefix (Union[Unset, str]):
|
|
113
|
+
zammad_comment_cooldown_duration (Union[Unset, int]):
|
|
114
|
+
smax_api_url (Union[Unset, str]):
|
|
115
|
+
smax_tenant_id (Union[Unset, str]):
|
|
116
|
+
smax_login (Union[Unset, str]):
|
|
117
|
+
smax_password (Union[Unset, str]):
|
|
118
|
+
smax_organisation_field (Union[Unset, str]):
|
|
119
|
+
smax_project_field (Union[Unset, str]):
|
|
120
|
+
smax_affected_resource_field (Union[Unset, str]):
|
|
121
|
+
smax_times_to_pull (Union[Unset, int]):
|
|
122
|
+
smax_seconds_to_wait (Union[Unset, int]):
|
|
123
|
+
smax_creation_source_name (Union[Unset, str]):
|
|
124
|
+
smax_requests_offering (Union[Unset, str]):
|
|
125
|
+
smax_verify_ssl (Union[Unset, bool]):
|
|
126
|
+
enable_mock_service_account_backend (Union[Unset, bool]):
|
|
127
|
+
enable_mock_course_account_backend (Union[Unset, bool]):
|
|
128
|
+
proposal_review_duration (Union[Unset, int]):
|
|
129
|
+
user_table_columns (Union[Unset, str]):
|
|
130
|
+
auto_approve_user_tos (Union[Unset, bool]):
|
|
131
|
+
freeipa_enabled (Union[Unset, bool]):
|
|
132
|
+
freeipa_hostname (Union[Unset, str]):
|
|
133
|
+
freeipa_username (Union[Unset, str]):
|
|
134
|
+
freeipa_password (Union[Unset, str]):
|
|
135
|
+
freeipa_verify_ssl (Union[Unset, bool]):
|
|
136
|
+
freeipa_username_prefix (Union[Unset, str]):
|
|
137
|
+
freeipa_groupname_prefix (Union[Unset, str]):
|
|
138
|
+
freeipa_blacklisted_usernames (Union[Unset, list[str]]):
|
|
139
|
+
freeipa_group_synchronization_enabled (Union[Unset, bool]):
|
|
140
|
+
keycloak_icon (Union[File, None, Unset]):
|
|
141
|
+
countries (Union[Unset, list[str]]):
|
|
142
|
+
oidc_auth_url (Union[Unset, str]):
|
|
143
|
+
oidc_introspection_url (Union[Unset, str]):
|
|
144
|
+
oidc_client_id (Union[Unset, str]):
|
|
145
|
+
oidc_client_secret (Union[Unset, str]):
|
|
146
|
+
oidc_user_field (Union[Unset, str]):
|
|
147
|
+
oidc_cache_timeout (Union[Unset, int]):
|
|
148
|
+
oidc_block_creation_of_uninvited_users (Union[Unset, bool]):
|
|
149
|
+
deactivate_user_if_no_roles (Union[Unset, bool]):
|
|
150
|
+
maintenance_announcement_notify_before_minutes (Union[Unset, int]):
|
|
151
|
+
maintenance_announcement_notify_system (Union[Unset, list[str]]):
|
|
152
|
+
enforce_user_consent_for_offerings (Union[Unset, bool]):
|
|
153
|
+
"""
|
|
154
|
+
|
|
155
|
+
site_name: Union[Unset, str] = UNSET
|
|
156
|
+
site_description: Union[Unset, str] = UNSET
|
|
157
|
+
homeport_url: Union[Unset, str] = UNSET
|
|
158
|
+
rancher_username_input_label: Union[Unset, str] = UNSET
|
|
159
|
+
site_address: Union[Unset, str] = UNSET
|
|
160
|
+
site_email: Union[Unset, str] = UNSET
|
|
161
|
+
site_phone: Union[Unset, str] = UNSET
|
|
162
|
+
currency_name: Union[Unset, str] = UNSET
|
|
163
|
+
thumbnail_size: Union[Unset, str] = UNSET
|
|
164
|
+
anonymous_user_can_view_offerings: Union[Unset, bool] = UNSET
|
|
165
|
+
anonymous_user_can_view_plans: Union[Unset, bool] = UNSET
|
|
166
|
+
notify_staff_about_approvals: Union[Unset, bool] = UNSET
|
|
167
|
+
notify_about_resource_change: Union[Unset, bool] = UNSET
|
|
168
|
+
disable_sending_notifications_about_resource_update: Union[Unset, bool] = UNSET
|
|
169
|
+
marketplace_landing_page: Union[Unset, str] = UNSET
|
|
170
|
+
enable_stale_resource_notifications: Union[Unset, bool] = UNSET
|
|
171
|
+
telemetry_url: Union[Unset, str] = UNSET
|
|
172
|
+
telemetry_version: Union[Unset, int] = UNSET
|
|
173
|
+
script_run_mode: Union[Unset, str] = UNSET
|
|
174
|
+
docker_client: Union[Unset, str] = UNSET
|
|
175
|
+
docker_run_options: Union[Unset, str] = UNSET
|
|
176
|
+
docker_script_dir: Union[Unset, str] = UNSET
|
|
177
|
+
docker_remove_container: Union[Unset, bool] = UNSET
|
|
178
|
+
docker_images: Union[Unset, str] = UNSET
|
|
179
|
+
docker_volume_name: Union[Unset, str] = UNSET
|
|
180
|
+
k8s_namespace: Union[Unset, str] = UNSET
|
|
181
|
+
k8s_config_path: Union[Unset, str] = UNSET
|
|
182
|
+
k8s_job_timeout: Union[Unset, int] = UNSET
|
|
183
|
+
enable_strict_check_accepting_invitation: Union[Unset, bool] = UNSET
|
|
184
|
+
invitation_disable_multiple_roles: Union[Unset, bool] = UNSET
|
|
185
|
+
default_idp: Union[Unset, str] = UNSET
|
|
186
|
+
docs_url: Union[Unset, str] = UNSET
|
|
187
|
+
short_page_title: Union[Unset, str] = UNSET
|
|
188
|
+
full_page_title: Union[Unset, str] = UNSET
|
|
189
|
+
brand_color: Union[Unset, str] = UNSET
|
|
190
|
+
hero_link_label: Union[Unset, str] = UNSET
|
|
191
|
+
hero_link_url: Union[Unset, str] = UNSET
|
|
192
|
+
support_portal_url: Union[Unset, str] = UNSET
|
|
193
|
+
common_footer_text: Union[Unset, str] = UNSET
|
|
194
|
+
common_footer_html: Union[Unset, str] = UNSET
|
|
195
|
+
language_choices: Union[Unset, str] = UNSET
|
|
196
|
+
disable_dark_theme: Union[Unset, bool] = UNSET
|
|
197
|
+
powered_by_logo: Union[File, None, Unset] = UNSET
|
|
198
|
+
hero_image: Union[File, None, Unset] = UNSET
|
|
199
|
+
marketplace_hero_image: Union[File, None, Unset] = UNSET
|
|
200
|
+
call_management_hero_image: Union[File, None, Unset] = UNSET
|
|
201
|
+
sidebar_logo: Union[File, None, Unset] = UNSET
|
|
202
|
+
sidebar_logo_dark: Union[File, None, Unset] = UNSET
|
|
203
|
+
sidebar_logo_mobile: Union[File, None, Unset] = UNSET
|
|
204
|
+
sidebar_style: Union[Unset, str] = UNSET
|
|
205
|
+
site_logo: Union[File, None, Unset] = UNSET
|
|
206
|
+
login_logo: Union[File, None, Unset] = UNSET
|
|
207
|
+
favicon: Union[File, None, Unset] = UNSET
|
|
208
|
+
offering_logo_placeholder: Union[File, None, Unset] = UNSET
|
|
209
|
+
waldur_support_enabled: Union[Unset, bool] = UNSET
|
|
210
|
+
waldur_support_active_backend_type: Union[Unset, str] = UNSET
|
|
211
|
+
waldur_support_display_request_type: Union[Unset, bool] = UNSET
|
|
212
|
+
atlassian_use_old_api: Union[Unset, bool] = UNSET
|
|
213
|
+
atlassian_use_teenage_api: Union[Unset, bool] = UNSET
|
|
214
|
+
atlassian_use_automatic_request_mapping: Union[Unset, bool] = UNSET
|
|
215
|
+
atlassian_map_waldur_users_to_servicedesk_agents: Union[Unset, bool] = UNSET
|
|
216
|
+
atlassian_strange_setting: Union[Unset, int] = UNSET
|
|
217
|
+
atlassian_api_url: Union[Unset, str] = UNSET
|
|
218
|
+
atlassian_username: Union[Unset, str] = UNSET
|
|
219
|
+
atlassian_password: Union[Unset, str] = UNSET
|
|
220
|
+
atlassian_email: Union[Unset, str] = UNSET
|
|
221
|
+
atlassian_token: Union[Unset, str] = UNSET
|
|
222
|
+
atlassian_verify_ssl: Union[Unset, bool] = UNSET
|
|
223
|
+
atlassian_project_id: Union[Unset, str] = UNSET
|
|
224
|
+
atlassian_shared_username: Union[Unset, bool] = UNSET
|
|
225
|
+
atlassian_custom_issue_field_mapping_enabled: Union[Unset, bool] = UNSET
|
|
226
|
+
atlassian_default_offering_issue_type: Union[Unset, str] = UNSET
|
|
227
|
+
atlassian_excluded_attachment_types: Union[Unset, str] = UNSET
|
|
228
|
+
atlassian_pull_priorities: Union[Unset, bool] = UNSET
|
|
229
|
+
atlassian_issue_types: Union[Unset, str] = UNSET
|
|
230
|
+
atlassian_description_template: Union[Unset, str] = UNSET
|
|
231
|
+
atlassian_summary_template: Union[Unset, str] = UNSET
|
|
232
|
+
atlassian_affected_resource_field: Union[Unset, str] = UNSET
|
|
233
|
+
atlassian_impact_field: Union[Unset, str] = UNSET
|
|
234
|
+
atlassian_organisation_field: Union[Unset, str] = UNSET
|
|
235
|
+
atlassian_resolution_sla_field: Union[Unset, str] = UNSET
|
|
236
|
+
atlassian_project_field: Union[Unset, str] = UNSET
|
|
237
|
+
atlassian_reporter_field: Union[Unset, str] = UNSET
|
|
238
|
+
atlassian_caller_field: Union[Unset, str] = UNSET
|
|
239
|
+
atlassian_sla_field: Union[Unset, str] = UNSET
|
|
240
|
+
atlassian_linked_issue_type: Union[Unset, str] = UNSET
|
|
241
|
+
atlassian_satisfaction_field: Union[Unset, str] = UNSET
|
|
242
|
+
atlassian_request_feedback_field: Union[Unset, str] = UNSET
|
|
243
|
+
atlassian_template_field: Union[Unset, str] = UNSET
|
|
244
|
+
zammad_api_url: Union[Unset, str] = UNSET
|
|
245
|
+
zammad_token: Union[Unset, str] = UNSET
|
|
246
|
+
zammad_group: Union[Unset, str] = UNSET
|
|
247
|
+
zammad_article_type: Union[Unset, str] = UNSET
|
|
248
|
+
zammad_comment_marker: Union[Unset, str] = UNSET
|
|
249
|
+
zammad_comment_prefix: Union[Unset, str] = UNSET
|
|
250
|
+
zammad_comment_cooldown_duration: Union[Unset, int] = UNSET
|
|
251
|
+
smax_api_url: Union[Unset, str] = UNSET
|
|
252
|
+
smax_tenant_id: Union[Unset, str] = UNSET
|
|
253
|
+
smax_login: Union[Unset, str] = UNSET
|
|
254
|
+
smax_password: Union[Unset, str] = UNSET
|
|
255
|
+
smax_organisation_field: Union[Unset, str] = UNSET
|
|
256
|
+
smax_project_field: Union[Unset, str] = UNSET
|
|
257
|
+
smax_affected_resource_field: Union[Unset, str] = UNSET
|
|
258
|
+
smax_times_to_pull: Union[Unset, int] = UNSET
|
|
259
|
+
smax_seconds_to_wait: Union[Unset, int] = UNSET
|
|
260
|
+
smax_creation_source_name: Union[Unset, str] = UNSET
|
|
261
|
+
smax_requests_offering: Union[Unset, str] = UNSET
|
|
262
|
+
smax_verify_ssl: Union[Unset, bool] = UNSET
|
|
263
|
+
enable_mock_service_account_backend: Union[Unset, bool] = UNSET
|
|
264
|
+
enable_mock_course_account_backend: Union[Unset, bool] = UNSET
|
|
265
|
+
proposal_review_duration: Union[Unset, int] = UNSET
|
|
266
|
+
user_table_columns: Union[Unset, str] = UNSET
|
|
267
|
+
auto_approve_user_tos: Union[Unset, bool] = UNSET
|
|
268
|
+
freeipa_enabled: Union[Unset, bool] = UNSET
|
|
269
|
+
freeipa_hostname: Union[Unset, str] = UNSET
|
|
270
|
+
freeipa_username: Union[Unset, str] = UNSET
|
|
271
|
+
freeipa_password: Union[Unset, str] = UNSET
|
|
272
|
+
freeipa_verify_ssl: Union[Unset, bool] = UNSET
|
|
273
|
+
freeipa_username_prefix: Union[Unset, str] = UNSET
|
|
274
|
+
freeipa_groupname_prefix: Union[Unset, str] = UNSET
|
|
275
|
+
freeipa_blacklisted_usernames: Union[Unset, list[str]] = UNSET
|
|
276
|
+
freeipa_group_synchronization_enabled: Union[Unset, bool] = UNSET
|
|
277
|
+
keycloak_icon: Union[File, None, Unset] = UNSET
|
|
278
|
+
countries: Union[Unset, list[str]] = UNSET
|
|
279
|
+
oidc_auth_url: Union[Unset, str] = UNSET
|
|
280
|
+
oidc_introspection_url: Union[Unset, str] = UNSET
|
|
281
|
+
oidc_client_id: Union[Unset, str] = UNSET
|
|
282
|
+
oidc_client_secret: Union[Unset, str] = UNSET
|
|
283
|
+
oidc_user_field: Union[Unset, str] = UNSET
|
|
284
|
+
oidc_cache_timeout: Union[Unset, int] = UNSET
|
|
285
|
+
oidc_block_creation_of_uninvited_users: Union[Unset, bool] = UNSET
|
|
286
|
+
deactivate_user_if_no_roles: Union[Unset, bool] = UNSET
|
|
287
|
+
maintenance_announcement_notify_before_minutes: Union[Unset, int] = UNSET
|
|
288
|
+
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
289
|
+
enforce_user_consent_for_offerings: Union[Unset, bool] = UNSET
|
|
290
|
+
additional_properties: dict[str, Any] = _attrs_field(init=False, factory=dict)
|
|
291
|
+
|
|
292
|
+
def to_dict(self) -> dict[str, Any]:
|
|
293
|
+
site_name = self.site_name
|
|
294
|
+
|
|
295
|
+
site_description = self.site_description
|
|
296
|
+
|
|
297
|
+
homeport_url = self.homeport_url
|
|
298
|
+
|
|
299
|
+
rancher_username_input_label = self.rancher_username_input_label
|
|
300
|
+
|
|
301
|
+
site_address = self.site_address
|
|
302
|
+
|
|
303
|
+
site_email = self.site_email
|
|
304
|
+
|
|
305
|
+
site_phone = self.site_phone
|
|
306
|
+
|
|
307
|
+
currency_name = self.currency_name
|
|
308
|
+
|
|
309
|
+
thumbnail_size = self.thumbnail_size
|
|
310
|
+
|
|
311
|
+
anonymous_user_can_view_offerings = self.anonymous_user_can_view_offerings
|
|
312
|
+
|
|
313
|
+
anonymous_user_can_view_plans = self.anonymous_user_can_view_plans
|
|
314
|
+
|
|
315
|
+
notify_staff_about_approvals = self.notify_staff_about_approvals
|
|
316
|
+
|
|
317
|
+
notify_about_resource_change = self.notify_about_resource_change
|
|
318
|
+
|
|
319
|
+
disable_sending_notifications_about_resource_update = self.disable_sending_notifications_about_resource_update
|
|
320
|
+
|
|
321
|
+
marketplace_landing_page = self.marketplace_landing_page
|
|
322
|
+
|
|
323
|
+
enable_stale_resource_notifications = self.enable_stale_resource_notifications
|
|
324
|
+
|
|
325
|
+
telemetry_url = self.telemetry_url
|
|
326
|
+
|
|
327
|
+
telemetry_version = self.telemetry_version
|
|
328
|
+
|
|
329
|
+
script_run_mode = self.script_run_mode
|
|
330
|
+
|
|
331
|
+
docker_client = self.docker_client
|
|
332
|
+
|
|
333
|
+
docker_run_options = self.docker_run_options
|
|
334
|
+
|
|
335
|
+
docker_script_dir = self.docker_script_dir
|
|
336
|
+
|
|
337
|
+
docker_remove_container = self.docker_remove_container
|
|
338
|
+
|
|
339
|
+
docker_images = self.docker_images
|
|
340
|
+
|
|
341
|
+
docker_volume_name = self.docker_volume_name
|
|
342
|
+
|
|
343
|
+
k8s_namespace = self.k8s_namespace
|
|
344
|
+
|
|
345
|
+
k8s_config_path = self.k8s_config_path
|
|
346
|
+
|
|
347
|
+
k8s_job_timeout = self.k8s_job_timeout
|
|
348
|
+
|
|
349
|
+
enable_strict_check_accepting_invitation = self.enable_strict_check_accepting_invitation
|
|
350
|
+
|
|
351
|
+
invitation_disable_multiple_roles = self.invitation_disable_multiple_roles
|
|
352
|
+
|
|
353
|
+
default_idp = self.default_idp
|
|
354
|
+
|
|
355
|
+
docs_url = self.docs_url
|
|
356
|
+
|
|
357
|
+
short_page_title = self.short_page_title
|
|
358
|
+
|
|
359
|
+
full_page_title = self.full_page_title
|
|
360
|
+
|
|
361
|
+
brand_color = self.brand_color
|
|
362
|
+
|
|
363
|
+
hero_link_label = self.hero_link_label
|
|
364
|
+
|
|
365
|
+
hero_link_url = self.hero_link_url
|
|
366
|
+
|
|
367
|
+
support_portal_url = self.support_portal_url
|
|
368
|
+
|
|
369
|
+
common_footer_text = self.common_footer_text
|
|
370
|
+
|
|
371
|
+
common_footer_html = self.common_footer_html
|
|
372
|
+
|
|
373
|
+
language_choices = self.language_choices
|
|
374
|
+
|
|
375
|
+
disable_dark_theme = self.disable_dark_theme
|
|
376
|
+
|
|
377
|
+
powered_by_logo: Union[None, Unset, types.FileTypes]
|
|
378
|
+
if isinstance(self.powered_by_logo, Unset):
|
|
379
|
+
powered_by_logo = UNSET
|
|
380
|
+
elif isinstance(self.powered_by_logo, File):
|
|
381
|
+
powered_by_logo = self.powered_by_logo.to_tuple()
|
|
382
|
+
|
|
383
|
+
else:
|
|
384
|
+
powered_by_logo = self.powered_by_logo
|
|
385
|
+
|
|
386
|
+
hero_image: Union[None, Unset, types.FileTypes]
|
|
387
|
+
if isinstance(self.hero_image, Unset):
|
|
388
|
+
hero_image = UNSET
|
|
389
|
+
elif isinstance(self.hero_image, File):
|
|
390
|
+
hero_image = self.hero_image.to_tuple()
|
|
391
|
+
|
|
392
|
+
else:
|
|
393
|
+
hero_image = self.hero_image
|
|
394
|
+
|
|
395
|
+
marketplace_hero_image: Union[None, Unset, types.FileTypes]
|
|
396
|
+
if isinstance(self.marketplace_hero_image, Unset):
|
|
397
|
+
marketplace_hero_image = UNSET
|
|
398
|
+
elif isinstance(self.marketplace_hero_image, File):
|
|
399
|
+
marketplace_hero_image = self.marketplace_hero_image.to_tuple()
|
|
400
|
+
|
|
401
|
+
else:
|
|
402
|
+
marketplace_hero_image = self.marketplace_hero_image
|
|
403
|
+
|
|
404
|
+
call_management_hero_image: Union[None, Unset, types.FileTypes]
|
|
405
|
+
if isinstance(self.call_management_hero_image, Unset):
|
|
406
|
+
call_management_hero_image = UNSET
|
|
407
|
+
elif isinstance(self.call_management_hero_image, File):
|
|
408
|
+
call_management_hero_image = self.call_management_hero_image.to_tuple()
|
|
409
|
+
|
|
410
|
+
else:
|
|
411
|
+
call_management_hero_image = self.call_management_hero_image
|
|
412
|
+
|
|
413
|
+
sidebar_logo: Union[None, Unset, types.FileTypes]
|
|
414
|
+
if isinstance(self.sidebar_logo, Unset):
|
|
415
|
+
sidebar_logo = UNSET
|
|
416
|
+
elif isinstance(self.sidebar_logo, File):
|
|
417
|
+
sidebar_logo = self.sidebar_logo.to_tuple()
|
|
418
|
+
|
|
419
|
+
else:
|
|
420
|
+
sidebar_logo = self.sidebar_logo
|
|
421
|
+
|
|
422
|
+
sidebar_logo_dark: Union[None, Unset, types.FileTypes]
|
|
423
|
+
if isinstance(self.sidebar_logo_dark, Unset):
|
|
424
|
+
sidebar_logo_dark = UNSET
|
|
425
|
+
elif isinstance(self.sidebar_logo_dark, File):
|
|
426
|
+
sidebar_logo_dark = self.sidebar_logo_dark.to_tuple()
|
|
427
|
+
|
|
428
|
+
else:
|
|
429
|
+
sidebar_logo_dark = self.sidebar_logo_dark
|
|
430
|
+
|
|
431
|
+
sidebar_logo_mobile: Union[None, Unset, types.FileTypes]
|
|
432
|
+
if isinstance(self.sidebar_logo_mobile, Unset):
|
|
433
|
+
sidebar_logo_mobile = UNSET
|
|
434
|
+
elif isinstance(self.sidebar_logo_mobile, File):
|
|
435
|
+
sidebar_logo_mobile = self.sidebar_logo_mobile.to_tuple()
|
|
436
|
+
|
|
437
|
+
else:
|
|
438
|
+
sidebar_logo_mobile = self.sidebar_logo_mobile
|
|
439
|
+
|
|
440
|
+
sidebar_style = self.sidebar_style
|
|
441
|
+
|
|
442
|
+
site_logo: Union[None, Unset, types.FileTypes]
|
|
443
|
+
if isinstance(self.site_logo, Unset):
|
|
444
|
+
site_logo = UNSET
|
|
445
|
+
elif isinstance(self.site_logo, File):
|
|
446
|
+
site_logo = self.site_logo.to_tuple()
|
|
447
|
+
|
|
448
|
+
else:
|
|
449
|
+
site_logo = self.site_logo
|
|
450
|
+
|
|
451
|
+
login_logo: Union[None, Unset, types.FileTypes]
|
|
452
|
+
if isinstance(self.login_logo, Unset):
|
|
453
|
+
login_logo = UNSET
|
|
454
|
+
elif isinstance(self.login_logo, File):
|
|
455
|
+
login_logo = self.login_logo.to_tuple()
|
|
456
|
+
|
|
457
|
+
else:
|
|
458
|
+
login_logo = self.login_logo
|
|
459
|
+
|
|
460
|
+
favicon: Union[None, Unset, types.FileTypes]
|
|
461
|
+
if isinstance(self.favicon, Unset):
|
|
462
|
+
favicon = UNSET
|
|
463
|
+
elif isinstance(self.favicon, File):
|
|
464
|
+
favicon = self.favicon.to_tuple()
|
|
465
|
+
|
|
466
|
+
else:
|
|
467
|
+
favicon = self.favicon
|
|
468
|
+
|
|
469
|
+
offering_logo_placeholder: Union[None, Unset, types.FileTypes]
|
|
470
|
+
if isinstance(self.offering_logo_placeholder, Unset):
|
|
471
|
+
offering_logo_placeholder = UNSET
|
|
472
|
+
elif isinstance(self.offering_logo_placeholder, File):
|
|
473
|
+
offering_logo_placeholder = self.offering_logo_placeholder.to_tuple()
|
|
474
|
+
|
|
475
|
+
else:
|
|
476
|
+
offering_logo_placeholder = self.offering_logo_placeholder
|
|
477
|
+
|
|
478
|
+
waldur_support_enabled = self.waldur_support_enabled
|
|
479
|
+
|
|
480
|
+
waldur_support_active_backend_type = self.waldur_support_active_backend_type
|
|
481
|
+
|
|
482
|
+
waldur_support_display_request_type = self.waldur_support_display_request_type
|
|
483
|
+
|
|
484
|
+
atlassian_use_old_api = self.atlassian_use_old_api
|
|
485
|
+
|
|
486
|
+
atlassian_use_teenage_api = self.atlassian_use_teenage_api
|
|
487
|
+
|
|
488
|
+
atlassian_use_automatic_request_mapping = self.atlassian_use_automatic_request_mapping
|
|
489
|
+
|
|
490
|
+
atlassian_map_waldur_users_to_servicedesk_agents = self.atlassian_map_waldur_users_to_servicedesk_agents
|
|
491
|
+
|
|
492
|
+
atlassian_strange_setting = self.atlassian_strange_setting
|
|
493
|
+
|
|
494
|
+
atlassian_api_url = self.atlassian_api_url
|
|
495
|
+
|
|
496
|
+
atlassian_username = self.atlassian_username
|
|
497
|
+
|
|
498
|
+
atlassian_password = self.atlassian_password
|
|
499
|
+
|
|
500
|
+
atlassian_email = self.atlassian_email
|
|
501
|
+
|
|
502
|
+
atlassian_token = self.atlassian_token
|
|
503
|
+
|
|
504
|
+
atlassian_verify_ssl = self.atlassian_verify_ssl
|
|
505
|
+
|
|
506
|
+
atlassian_project_id = self.atlassian_project_id
|
|
507
|
+
|
|
508
|
+
atlassian_shared_username = self.atlassian_shared_username
|
|
509
|
+
|
|
510
|
+
atlassian_custom_issue_field_mapping_enabled = self.atlassian_custom_issue_field_mapping_enabled
|
|
511
|
+
|
|
512
|
+
atlassian_default_offering_issue_type = self.atlassian_default_offering_issue_type
|
|
513
|
+
|
|
514
|
+
atlassian_excluded_attachment_types = self.atlassian_excluded_attachment_types
|
|
515
|
+
|
|
516
|
+
atlassian_pull_priorities = self.atlassian_pull_priorities
|
|
517
|
+
|
|
518
|
+
atlassian_issue_types = self.atlassian_issue_types
|
|
519
|
+
|
|
520
|
+
atlassian_description_template = self.atlassian_description_template
|
|
521
|
+
|
|
522
|
+
atlassian_summary_template = self.atlassian_summary_template
|
|
523
|
+
|
|
524
|
+
atlassian_affected_resource_field = self.atlassian_affected_resource_field
|
|
525
|
+
|
|
526
|
+
atlassian_impact_field = self.atlassian_impact_field
|
|
527
|
+
|
|
528
|
+
atlassian_organisation_field = self.atlassian_organisation_field
|
|
529
|
+
|
|
530
|
+
atlassian_resolution_sla_field = self.atlassian_resolution_sla_field
|
|
531
|
+
|
|
532
|
+
atlassian_project_field = self.atlassian_project_field
|
|
533
|
+
|
|
534
|
+
atlassian_reporter_field = self.atlassian_reporter_field
|
|
535
|
+
|
|
536
|
+
atlassian_caller_field = self.atlassian_caller_field
|
|
537
|
+
|
|
538
|
+
atlassian_sla_field = self.atlassian_sla_field
|
|
539
|
+
|
|
540
|
+
atlassian_linked_issue_type = self.atlassian_linked_issue_type
|
|
541
|
+
|
|
542
|
+
atlassian_satisfaction_field = self.atlassian_satisfaction_field
|
|
543
|
+
|
|
544
|
+
atlassian_request_feedback_field = self.atlassian_request_feedback_field
|
|
545
|
+
|
|
546
|
+
atlassian_template_field = self.atlassian_template_field
|
|
547
|
+
|
|
548
|
+
zammad_api_url = self.zammad_api_url
|
|
549
|
+
|
|
550
|
+
zammad_token = self.zammad_token
|
|
551
|
+
|
|
552
|
+
zammad_group = self.zammad_group
|
|
553
|
+
|
|
554
|
+
zammad_article_type = self.zammad_article_type
|
|
555
|
+
|
|
556
|
+
zammad_comment_marker = self.zammad_comment_marker
|
|
557
|
+
|
|
558
|
+
zammad_comment_prefix = self.zammad_comment_prefix
|
|
559
|
+
|
|
560
|
+
zammad_comment_cooldown_duration = self.zammad_comment_cooldown_duration
|
|
561
|
+
|
|
562
|
+
smax_api_url = self.smax_api_url
|
|
563
|
+
|
|
564
|
+
smax_tenant_id = self.smax_tenant_id
|
|
565
|
+
|
|
566
|
+
smax_login = self.smax_login
|
|
567
|
+
|
|
568
|
+
smax_password = self.smax_password
|
|
569
|
+
|
|
570
|
+
smax_organisation_field = self.smax_organisation_field
|
|
571
|
+
|
|
572
|
+
smax_project_field = self.smax_project_field
|
|
573
|
+
|
|
574
|
+
smax_affected_resource_field = self.smax_affected_resource_field
|
|
575
|
+
|
|
576
|
+
smax_times_to_pull = self.smax_times_to_pull
|
|
577
|
+
|
|
578
|
+
smax_seconds_to_wait = self.smax_seconds_to_wait
|
|
579
|
+
|
|
580
|
+
smax_creation_source_name = self.smax_creation_source_name
|
|
581
|
+
|
|
582
|
+
smax_requests_offering = self.smax_requests_offering
|
|
583
|
+
|
|
584
|
+
smax_verify_ssl = self.smax_verify_ssl
|
|
585
|
+
|
|
586
|
+
enable_mock_service_account_backend = self.enable_mock_service_account_backend
|
|
587
|
+
|
|
588
|
+
enable_mock_course_account_backend = self.enable_mock_course_account_backend
|
|
589
|
+
|
|
590
|
+
proposal_review_duration = self.proposal_review_duration
|
|
591
|
+
|
|
592
|
+
user_table_columns = self.user_table_columns
|
|
593
|
+
|
|
594
|
+
auto_approve_user_tos = self.auto_approve_user_tos
|
|
595
|
+
|
|
596
|
+
freeipa_enabled = self.freeipa_enabled
|
|
597
|
+
|
|
598
|
+
freeipa_hostname = self.freeipa_hostname
|
|
599
|
+
|
|
600
|
+
freeipa_username = self.freeipa_username
|
|
601
|
+
|
|
602
|
+
freeipa_password = self.freeipa_password
|
|
603
|
+
|
|
604
|
+
freeipa_verify_ssl = self.freeipa_verify_ssl
|
|
605
|
+
|
|
606
|
+
freeipa_username_prefix = self.freeipa_username_prefix
|
|
607
|
+
|
|
608
|
+
freeipa_groupname_prefix = self.freeipa_groupname_prefix
|
|
609
|
+
|
|
610
|
+
freeipa_blacklisted_usernames: Union[Unset, list[str]] = UNSET
|
|
611
|
+
if not isinstance(self.freeipa_blacklisted_usernames, Unset):
|
|
612
|
+
freeipa_blacklisted_usernames = self.freeipa_blacklisted_usernames
|
|
613
|
+
|
|
614
|
+
freeipa_group_synchronization_enabled = self.freeipa_group_synchronization_enabled
|
|
615
|
+
|
|
616
|
+
keycloak_icon: Union[None, Unset, types.FileTypes]
|
|
617
|
+
if isinstance(self.keycloak_icon, Unset):
|
|
618
|
+
keycloak_icon = UNSET
|
|
619
|
+
elif isinstance(self.keycloak_icon, File):
|
|
620
|
+
keycloak_icon = self.keycloak_icon.to_tuple()
|
|
621
|
+
|
|
622
|
+
else:
|
|
623
|
+
keycloak_icon = self.keycloak_icon
|
|
624
|
+
|
|
625
|
+
countries: Union[Unset, list[str]] = UNSET
|
|
626
|
+
if not isinstance(self.countries, Unset):
|
|
627
|
+
countries = self.countries
|
|
628
|
+
|
|
629
|
+
oidc_auth_url = self.oidc_auth_url
|
|
630
|
+
|
|
631
|
+
oidc_introspection_url = self.oidc_introspection_url
|
|
632
|
+
|
|
633
|
+
oidc_client_id = self.oidc_client_id
|
|
634
|
+
|
|
635
|
+
oidc_client_secret = self.oidc_client_secret
|
|
636
|
+
|
|
637
|
+
oidc_user_field = self.oidc_user_field
|
|
638
|
+
|
|
639
|
+
oidc_cache_timeout = self.oidc_cache_timeout
|
|
640
|
+
|
|
641
|
+
oidc_block_creation_of_uninvited_users = self.oidc_block_creation_of_uninvited_users
|
|
642
|
+
|
|
643
|
+
deactivate_user_if_no_roles = self.deactivate_user_if_no_roles
|
|
644
|
+
|
|
645
|
+
maintenance_announcement_notify_before_minutes = self.maintenance_announcement_notify_before_minutes
|
|
646
|
+
|
|
647
|
+
maintenance_announcement_notify_system: Union[Unset, list[str]] = UNSET
|
|
648
|
+
if not isinstance(self.maintenance_announcement_notify_system, Unset):
|
|
649
|
+
maintenance_announcement_notify_system = self.maintenance_announcement_notify_system
|
|
650
|
+
|
|
651
|
+
enforce_user_consent_for_offerings = self.enforce_user_consent_for_offerings
|
|
652
|
+
|
|
653
|
+
field_dict: dict[str, Any] = {}
|
|
654
|
+
field_dict.update(self.additional_properties)
|
|
655
|
+
field_dict.update({})
|
|
656
|
+
if site_name is not UNSET:
|
|
657
|
+
field_dict["SITE_NAME"] = site_name
|
|
658
|
+
if site_description is not UNSET:
|
|
659
|
+
field_dict["SITE_DESCRIPTION"] = site_description
|
|
660
|
+
if homeport_url is not UNSET:
|
|
661
|
+
field_dict["HOMEPORT_URL"] = homeport_url
|
|
662
|
+
if rancher_username_input_label is not UNSET:
|
|
663
|
+
field_dict["RANCHER_USERNAME_INPUT_LABEL"] = rancher_username_input_label
|
|
664
|
+
if site_address is not UNSET:
|
|
665
|
+
field_dict["SITE_ADDRESS"] = site_address
|
|
666
|
+
if site_email is not UNSET:
|
|
667
|
+
field_dict["SITE_EMAIL"] = site_email
|
|
668
|
+
if site_phone is not UNSET:
|
|
669
|
+
field_dict["SITE_PHONE"] = site_phone
|
|
670
|
+
if currency_name is not UNSET:
|
|
671
|
+
field_dict["CURRENCY_NAME"] = currency_name
|
|
672
|
+
if thumbnail_size is not UNSET:
|
|
673
|
+
field_dict["THUMBNAIL_SIZE"] = thumbnail_size
|
|
674
|
+
if anonymous_user_can_view_offerings is not UNSET:
|
|
675
|
+
field_dict["ANONYMOUS_USER_CAN_VIEW_OFFERINGS"] = anonymous_user_can_view_offerings
|
|
676
|
+
if anonymous_user_can_view_plans is not UNSET:
|
|
677
|
+
field_dict["ANONYMOUS_USER_CAN_VIEW_PLANS"] = anonymous_user_can_view_plans
|
|
678
|
+
if notify_staff_about_approvals is not UNSET:
|
|
679
|
+
field_dict["NOTIFY_STAFF_ABOUT_APPROVALS"] = notify_staff_about_approvals
|
|
680
|
+
if notify_about_resource_change is not UNSET:
|
|
681
|
+
field_dict["NOTIFY_ABOUT_RESOURCE_CHANGE"] = notify_about_resource_change
|
|
682
|
+
if disable_sending_notifications_about_resource_update is not UNSET:
|
|
683
|
+
field_dict["DISABLE_SENDING_NOTIFICATIONS_ABOUT_RESOURCE_UPDATE"] = (
|
|
684
|
+
disable_sending_notifications_about_resource_update
|
|
685
|
+
)
|
|
686
|
+
if marketplace_landing_page is not UNSET:
|
|
687
|
+
field_dict["MARKETPLACE_LANDING_PAGE"] = marketplace_landing_page
|
|
688
|
+
if enable_stale_resource_notifications is not UNSET:
|
|
689
|
+
field_dict["ENABLE_STALE_RESOURCE_NOTIFICATIONS"] = enable_stale_resource_notifications
|
|
690
|
+
if telemetry_url is not UNSET:
|
|
691
|
+
field_dict["TELEMETRY_URL"] = telemetry_url
|
|
692
|
+
if telemetry_version is not UNSET:
|
|
693
|
+
field_dict["TELEMETRY_VERSION"] = telemetry_version
|
|
694
|
+
if script_run_mode is not UNSET:
|
|
695
|
+
field_dict["SCRIPT_RUN_MODE"] = script_run_mode
|
|
696
|
+
if docker_client is not UNSET:
|
|
697
|
+
field_dict["DOCKER_CLIENT"] = docker_client
|
|
698
|
+
if docker_run_options is not UNSET:
|
|
699
|
+
field_dict["DOCKER_RUN_OPTIONS"] = docker_run_options
|
|
700
|
+
if docker_script_dir is not UNSET:
|
|
701
|
+
field_dict["DOCKER_SCRIPT_DIR"] = docker_script_dir
|
|
702
|
+
if docker_remove_container is not UNSET:
|
|
703
|
+
field_dict["DOCKER_REMOVE_CONTAINER"] = docker_remove_container
|
|
704
|
+
if docker_images is not UNSET:
|
|
705
|
+
field_dict["DOCKER_IMAGES"] = docker_images
|
|
706
|
+
if docker_volume_name is not UNSET:
|
|
707
|
+
field_dict["DOCKER_VOLUME_NAME"] = docker_volume_name
|
|
708
|
+
if k8s_namespace is not UNSET:
|
|
709
|
+
field_dict["K8S_NAMESPACE"] = k8s_namespace
|
|
710
|
+
if k8s_config_path is not UNSET:
|
|
711
|
+
field_dict["K8S_CONFIG_PATH"] = k8s_config_path
|
|
712
|
+
if k8s_job_timeout is not UNSET:
|
|
713
|
+
field_dict["K8S_JOB_TIMEOUT"] = k8s_job_timeout
|
|
714
|
+
if enable_strict_check_accepting_invitation is not UNSET:
|
|
715
|
+
field_dict["ENABLE_STRICT_CHECK_ACCEPTING_INVITATION"] = enable_strict_check_accepting_invitation
|
|
716
|
+
if invitation_disable_multiple_roles is not UNSET:
|
|
717
|
+
field_dict["INVITATION_DISABLE_MULTIPLE_ROLES"] = invitation_disable_multiple_roles
|
|
718
|
+
if default_idp is not UNSET:
|
|
719
|
+
field_dict["DEFAULT_IDP"] = default_idp
|
|
720
|
+
if docs_url is not UNSET:
|
|
721
|
+
field_dict["DOCS_URL"] = docs_url
|
|
722
|
+
if short_page_title is not UNSET:
|
|
723
|
+
field_dict["SHORT_PAGE_TITLE"] = short_page_title
|
|
724
|
+
if full_page_title is not UNSET:
|
|
725
|
+
field_dict["FULL_PAGE_TITLE"] = full_page_title
|
|
726
|
+
if brand_color is not UNSET:
|
|
727
|
+
field_dict["BRAND_COLOR"] = brand_color
|
|
728
|
+
if hero_link_label is not UNSET:
|
|
729
|
+
field_dict["HERO_LINK_LABEL"] = hero_link_label
|
|
730
|
+
if hero_link_url is not UNSET:
|
|
731
|
+
field_dict["HERO_LINK_URL"] = hero_link_url
|
|
732
|
+
if support_portal_url is not UNSET:
|
|
733
|
+
field_dict["SUPPORT_PORTAL_URL"] = support_portal_url
|
|
734
|
+
if common_footer_text is not UNSET:
|
|
735
|
+
field_dict["COMMON_FOOTER_TEXT"] = common_footer_text
|
|
736
|
+
if common_footer_html is not UNSET:
|
|
737
|
+
field_dict["COMMON_FOOTER_HTML"] = common_footer_html
|
|
738
|
+
if language_choices is not UNSET:
|
|
739
|
+
field_dict["LANGUAGE_CHOICES"] = language_choices
|
|
740
|
+
if disable_dark_theme is not UNSET:
|
|
741
|
+
field_dict["DISABLE_DARK_THEME"] = disable_dark_theme
|
|
742
|
+
if powered_by_logo is not UNSET:
|
|
743
|
+
field_dict["POWERED_BY_LOGO"] = powered_by_logo
|
|
744
|
+
if hero_image is not UNSET:
|
|
745
|
+
field_dict["HERO_IMAGE"] = hero_image
|
|
746
|
+
if marketplace_hero_image is not UNSET:
|
|
747
|
+
field_dict["MARKETPLACE_HERO_IMAGE"] = marketplace_hero_image
|
|
748
|
+
if call_management_hero_image is not UNSET:
|
|
749
|
+
field_dict["CALL_MANAGEMENT_HERO_IMAGE"] = call_management_hero_image
|
|
750
|
+
if sidebar_logo is not UNSET:
|
|
751
|
+
field_dict["SIDEBAR_LOGO"] = sidebar_logo
|
|
752
|
+
if sidebar_logo_dark is not UNSET:
|
|
753
|
+
field_dict["SIDEBAR_LOGO_DARK"] = sidebar_logo_dark
|
|
754
|
+
if sidebar_logo_mobile is not UNSET:
|
|
755
|
+
field_dict["SIDEBAR_LOGO_MOBILE"] = sidebar_logo_mobile
|
|
756
|
+
if sidebar_style is not UNSET:
|
|
757
|
+
field_dict["SIDEBAR_STYLE"] = sidebar_style
|
|
758
|
+
if site_logo is not UNSET:
|
|
759
|
+
field_dict["SITE_LOGO"] = site_logo
|
|
760
|
+
if login_logo is not UNSET:
|
|
761
|
+
field_dict["LOGIN_LOGO"] = login_logo
|
|
762
|
+
if favicon is not UNSET:
|
|
763
|
+
field_dict["FAVICON"] = favicon
|
|
764
|
+
if offering_logo_placeholder is not UNSET:
|
|
765
|
+
field_dict["OFFERING_LOGO_PLACEHOLDER"] = offering_logo_placeholder
|
|
766
|
+
if waldur_support_enabled is not UNSET:
|
|
767
|
+
field_dict["WALDUR_SUPPORT_ENABLED"] = waldur_support_enabled
|
|
768
|
+
if waldur_support_active_backend_type is not UNSET:
|
|
769
|
+
field_dict["WALDUR_SUPPORT_ACTIVE_BACKEND_TYPE"] = waldur_support_active_backend_type
|
|
770
|
+
if waldur_support_display_request_type is not UNSET:
|
|
771
|
+
field_dict["WALDUR_SUPPORT_DISPLAY_REQUEST_TYPE"] = waldur_support_display_request_type
|
|
772
|
+
if atlassian_use_old_api is not UNSET:
|
|
773
|
+
field_dict["ATLASSIAN_USE_OLD_API"] = atlassian_use_old_api
|
|
774
|
+
if atlassian_use_teenage_api is not UNSET:
|
|
775
|
+
field_dict["ATLASSIAN_USE_TEENAGE_API"] = atlassian_use_teenage_api
|
|
776
|
+
if atlassian_use_automatic_request_mapping is not UNSET:
|
|
777
|
+
field_dict["ATLASSIAN_USE_AUTOMATIC_REQUEST_MAPPING"] = atlassian_use_automatic_request_mapping
|
|
778
|
+
if atlassian_map_waldur_users_to_servicedesk_agents is not UNSET:
|
|
779
|
+
field_dict["ATLASSIAN_MAP_WALDUR_USERS_TO_SERVICEDESK_AGENTS"] = (
|
|
780
|
+
atlassian_map_waldur_users_to_servicedesk_agents
|
|
781
|
+
)
|
|
782
|
+
if atlassian_strange_setting is not UNSET:
|
|
783
|
+
field_dict["ATLASSIAN_STRANGE_SETTING"] = atlassian_strange_setting
|
|
784
|
+
if atlassian_api_url is not UNSET:
|
|
785
|
+
field_dict["ATLASSIAN_API_URL"] = atlassian_api_url
|
|
786
|
+
if atlassian_username is not UNSET:
|
|
787
|
+
field_dict["ATLASSIAN_USERNAME"] = atlassian_username
|
|
788
|
+
if atlassian_password is not UNSET:
|
|
789
|
+
field_dict["ATLASSIAN_PASSWORD"] = atlassian_password
|
|
790
|
+
if atlassian_email is not UNSET:
|
|
791
|
+
field_dict["ATLASSIAN_EMAIL"] = atlassian_email
|
|
792
|
+
if atlassian_token is not UNSET:
|
|
793
|
+
field_dict["ATLASSIAN_TOKEN"] = atlassian_token
|
|
794
|
+
if atlassian_verify_ssl is not UNSET:
|
|
795
|
+
field_dict["ATLASSIAN_VERIFY_SSL"] = atlassian_verify_ssl
|
|
796
|
+
if atlassian_project_id is not UNSET:
|
|
797
|
+
field_dict["ATLASSIAN_PROJECT_ID"] = atlassian_project_id
|
|
798
|
+
if atlassian_shared_username is not UNSET:
|
|
799
|
+
field_dict["ATLASSIAN_SHARED_USERNAME"] = atlassian_shared_username
|
|
800
|
+
if atlassian_custom_issue_field_mapping_enabled is not UNSET:
|
|
801
|
+
field_dict["ATLASSIAN_CUSTOM_ISSUE_FIELD_MAPPING_ENABLED"] = atlassian_custom_issue_field_mapping_enabled
|
|
802
|
+
if atlassian_default_offering_issue_type is not UNSET:
|
|
803
|
+
field_dict["ATLASSIAN_DEFAULT_OFFERING_ISSUE_TYPE"] = atlassian_default_offering_issue_type
|
|
804
|
+
if atlassian_excluded_attachment_types is not UNSET:
|
|
805
|
+
field_dict["ATLASSIAN_EXCLUDED_ATTACHMENT_TYPES"] = atlassian_excluded_attachment_types
|
|
806
|
+
if atlassian_pull_priorities is not UNSET:
|
|
807
|
+
field_dict["ATLASSIAN_PULL_PRIORITIES"] = atlassian_pull_priorities
|
|
808
|
+
if atlassian_issue_types is not UNSET:
|
|
809
|
+
field_dict["ATLASSIAN_ISSUE_TYPES"] = atlassian_issue_types
|
|
810
|
+
if atlassian_description_template is not UNSET:
|
|
811
|
+
field_dict["ATLASSIAN_DESCRIPTION_TEMPLATE"] = atlassian_description_template
|
|
812
|
+
if atlassian_summary_template is not UNSET:
|
|
813
|
+
field_dict["ATLASSIAN_SUMMARY_TEMPLATE"] = atlassian_summary_template
|
|
814
|
+
if atlassian_affected_resource_field is not UNSET:
|
|
815
|
+
field_dict["ATLASSIAN_AFFECTED_RESOURCE_FIELD"] = atlassian_affected_resource_field
|
|
816
|
+
if atlassian_impact_field is not UNSET:
|
|
817
|
+
field_dict["ATLASSIAN_IMPACT_FIELD"] = atlassian_impact_field
|
|
818
|
+
if atlassian_organisation_field is not UNSET:
|
|
819
|
+
field_dict["ATLASSIAN_ORGANISATION_FIELD"] = atlassian_organisation_field
|
|
820
|
+
if atlassian_resolution_sla_field is not UNSET:
|
|
821
|
+
field_dict["ATLASSIAN_RESOLUTION_SLA_FIELD"] = atlassian_resolution_sla_field
|
|
822
|
+
if atlassian_project_field is not UNSET:
|
|
823
|
+
field_dict["ATLASSIAN_PROJECT_FIELD"] = atlassian_project_field
|
|
824
|
+
if atlassian_reporter_field is not UNSET:
|
|
825
|
+
field_dict["ATLASSIAN_REPORTER_FIELD"] = atlassian_reporter_field
|
|
826
|
+
if atlassian_caller_field is not UNSET:
|
|
827
|
+
field_dict["ATLASSIAN_CALLER_FIELD"] = atlassian_caller_field
|
|
828
|
+
if atlassian_sla_field is not UNSET:
|
|
829
|
+
field_dict["ATLASSIAN_SLA_FIELD"] = atlassian_sla_field
|
|
830
|
+
if atlassian_linked_issue_type is not UNSET:
|
|
831
|
+
field_dict["ATLASSIAN_LINKED_ISSUE_TYPE"] = atlassian_linked_issue_type
|
|
832
|
+
if atlassian_satisfaction_field is not UNSET:
|
|
833
|
+
field_dict["ATLASSIAN_SATISFACTION_FIELD"] = atlassian_satisfaction_field
|
|
834
|
+
if atlassian_request_feedback_field is not UNSET:
|
|
835
|
+
field_dict["ATLASSIAN_REQUEST_FEEDBACK_FIELD"] = atlassian_request_feedback_field
|
|
836
|
+
if atlassian_template_field is not UNSET:
|
|
837
|
+
field_dict["ATLASSIAN_TEMPLATE_FIELD"] = atlassian_template_field
|
|
838
|
+
if zammad_api_url is not UNSET:
|
|
839
|
+
field_dict["ZAMMAD_API_URL"] = zammad_api_url
|
|
840
|
+
if zammad_token is not UNSET:
|
|
841
|
+
field_dict["ZAMMAD_TOKEN"] = zammad_token
|
|
842
|
+
if zammad_group is not UNSET:
|
|
843
|
+
field_dict["ZAMMAD_GROUP"] = zammad_group
|
|
844
|
+
if zammad_article_type is not UNSET:
|
|
845
|
+
field_dict["ZAMMAD_ARTICLE_TYPE"] = zammad_article_type
|
|
846
|
+
if zammad_comment_marker is not UNSET:
|
|
847
|
+
field_dict["ZAMMAD_COMMENT_MARKER"] = zammad_comment_marker
|
|
848
|
+
if zammad_comment_prefix is not UNSET:
|
|
849
|
+
field_dict["ZAMMAD_COMMENT_PREFIX"] = zammad_comment_prefix
|
|
850
|
+
if zammad_comment_cooldown_duration is not UNSET:
|
|
851
|
+
field_dict["ZAMMAD_COMMENT_COOLDOWN_DURATION"] = zammad_comment_cooldown_duration
|
|
852
|
+
if smax_api_url is not UNSET:
|
|
853
|
+
field_dict["SMAX_API_URL"] = smax_api_url
|
|
854
|
+
if smax_tenant_id is not UNSET:
|
|
855
|
+
field_dict["SMAX_TENANT_ID"] = smax_tenant_id
|
|
856
|
+
if smax_login is not UNSET:
|
|
857
|
+
field_dict["SMAX_LOGIN"] = smax_login
|
|
858
|
+
if smax_password is not UNSET:
|
|
859
|
+
field_dict["SMAX_PASSWORD"] = smax_password
|
|
860
|
+
if smax_organisation_field is not UNSET:
|
|
861
|
+
field_dict["SMAX_ORGANISATION_FIELD"] = smax_organisation_field
|
|
862
|
+
if smax_project_field is not UNSET:
|
|
863
|
+
field_dict["SMAX_PROJECT_FIELD"] = smax_project_field
|
|
864
|
+
if smax_affected_resource_field is not UNSET:
|
|
865
|
+
field_dict["SMAX_AFFECTED_RESOURCE_FIELD"] = smax_affected_resource_field
|
|
866
|
+
if smax_times_to_pull is not UNSET:
|
|
867
|
+
field_dict["SMAX_TIMES_TO_PULL"] = smax_times_to_pull
|
|
868
|
+
if smax_seconds_to_wait is not UNSET:
|
|
869
|
+
field_dict["SMAX_SECONDS_TO_WAIT"] = smax_seconds_to_wait
|
|
870
|
+
if smax_creation_source_name is not UNSET:
|
|
871
|
+
field_dict["SMAX_CREATION_SOURCE_NAME"] = smax_creation_source_name
|
|
872
|
+
if smax_requests_offering is not UNSET:
|
|
873
|
+
field_dict["SMAX_REQUESTS_OFFERING"] = smax_requests_offering
|
|
874
|
+
if smax_verify_ssl is not UNSET:
|
|
875
|
+
field_dict["SMAX_VERIFY_SSL"] = smax_verify_ssl
|
|
876
|
+
if enable_mock_service_account_backend is not UNSET:
|
|
877
|
+
field_dict["ENABLE_MOCK_SERVICE_ACCOUNT_BACKEND"] = enable_mock_service_account_backend
|
|
878
|
+
if enable_mock_course_account_backend is not UNSET:
|
|
879
|
+
field_dict["ENABLE_MOCK_COURSE_ACCOUNT_BACKEND"] = enable_mock_course_account_backend
|
|
880
|
+
if proposal_review_duration is not UNSET:
|
|
881
|
+
field_dict["PROPOSAL_REVIEW_DURATION"] = proposal_review_duration
|
|
882
|
+
if user_table_columns is not UNSET:
|
|
883
|
+
field_dict["USER_TABLE_COLUMNS"] = user_table_columns
|
|
884
|
+
if auto_approve_user_tos is not UNSET:
|
|
885
|
+
field_dict["AUTO_APPROVE_USER_TOS"] = auto_approve_user_tos
|
|
886
|
+
if freeipa_enabled is not UNSET:
|
|
887
|
+
field_dict["FREEIPA_ENABLED"] = freeipa_enabled
|
|
888
|
+
if freeipa_hostname is not UNSET:
|
|
889
|
+
field_dict["FREEIPA_HOSTNAME"] = freeipa_hostname
|
|
890
|
+
if freeipa_username is not UNSET:
|
|
891
|
+
field_dict["FREEIPA_USERNAME"] = freeipa_username
|
|
892
|
+
if freeipa_password is not UNSET:
|
|
893
|
+
field_dict["FREEIPA_PASSWORD"] = freeipa_password
|
|
894
|
+
if freeipa_verify_ssl is not UNSET:
|
|
895
|
+
field_dict["FREEIPA_VERIFY_SSL"] = freeipa_verify_ssl
|
|
896
|
+
if freeipa_username_prefix is not UNSET:
|
|
897
|
+
field_dict["FREEIPA_USERNAME_PREFIX"] = freeipa_username_prefix
|
|
898
|
+
if freeipa_groupname_prefix is not UNSET:
|
|
899
|
+
field_dict["FREEIPA_GROUPNAME_PREFIX"] = freeipa_groupname_prefix
|
|
900
|
+
if freeipa_blacklisted_usernames is not UNSET:
|
|
901
|
+
field_dict["FREEIPA_BLACKLISTED_USERNAMES"] = freeipa_blacklisted_usernames
|
|
902
|
+
if freeipa_group_synchronization_enabled is not UNSET:
|
|
903
|
+
field_dict["FREEIPA_GROUP_SYNCHRONIZATION_ENABLED"] = freeipa_group_synchronization_enabled
|
|
904
|
+
if keycloak_icon is not UNSET:
|
|
905
|
+
field_dict["KEYCLOAK_ICON"] = keycloak_icon
|
|
906
|
+
if countries is not UNSET:
|
|
907
|
+
field_dict["COUNTRIES"] = countries
|
|
908
|
+
if oidc_auth_url is not UNSET:
|
|
909
|
+
field_dict["OIDC_AUTH_URL"] = oidc_auth_url
|
|
910
|
+
if oidc_introspection_url is not UNSET:
|
|
911
|
+
field_dict["OIDC_INTROSPECTION_URL"] = oidc_introspection_url
|
|
912
|
+
if oidc_client_id is not UNSET:
|
|
913
|
+
field_dict["OIDC_CLIENT_ID"] = oidc_client_id
|
|
914
|
+
if oidc_client_secret is not UNSET:
|
|
915
|
+
field_dict["OIDC_CLIENT_SECRET"] = oidc_client_secret
|
|
916
|
+
if oidc_user_field is not UNSET:
|
|
917
|
+
field_dict["OIDC_USER_FIELD"] = oidc_user_field
|
|
918
|
+
if oidc_cache_timeout is not UNSET:
|
|
919
|
+
field_dict["OIDC_CACHE_TIMEOUT"] = oidc_cache_timeout
|
|
920
|
+
if oidc_block_creation_of_uninvited_users is not UNSET:
|
|
921
|
+
field_dict["OIDC_BLOCK_CREATION_OF_UNINVITED_USERS"] = oidc_block_creation_of_uninvited_users
|
|
922
|
+
if deactivate_user_if_no_roles is not UNSET:
|
|
923
|
+
field_dict["DEACTIVATE_USER_IF_NO_ROLES"] = deactivate_user_if_no_roles
|
|
924
|
+
if maintenance_announcement_notify_before_minutes is not UNSET:
|
|
925
|
+
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES"] = (
|
|
926
|
+
maintenance_announcement_notify_before_minutes
|
|
927
|
+
)
|
|
928
|
+
if maintenance_announcement_notify_system is not UNSET:
|
|
929
|
+
field_dict["MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM"] = maintenance_announcement_notify_system
|
|
930
|
+
if enforce_user_consent_for_offerings is not UNSET:
|
|
931
|
+
field_dict["ENFORCE_USER_CONSENT_FOR_OFFERINGS"] = enforce_user_consent_for_offerings
|
|
932
|
+
|
|
933
|
+
return field_dict
|
|
934
|
+
|
|
935
|
+
@classmethod
|
|
936
|
+
def from_dict(cls: type[T], src_dict: Mapping[str, Any]) -> T:
|
|
937
|
+
d = dict(src_dict)
|
|
938
|
+
site_name = d.pop("SITE_NAME", UNSET)
|
|
939
|
+
|
|
940
|
+
site_description = d.pop("SITE_DESCRIPTION", UNSET)
|
|
941
|
+
|
|
942
|
+
homeport_url = d.pop("HOMEPORT_URL", UNSET)
|
|
943
|
+
|
|
944
|
+
rancher_username_input_label = d.pop("RANCHER_USERNAME_INPUT_LABEL", UNSET)
|
|
945
|
+
|
|
946
|
+
site_address = d.pop("SITE_ADDRESS", UNSET)
|
|
947
|
+
|
|
948
|
+
site_email = d.pop("SITE_EMAIL", UNSET)
|
|
949
|
+
|
|
950
|
+
site_phone = d.pop("SITE_PHONE", UNSET)
|
|
951
|
+
|
|
952
|
+
currency_name = d.pop("CURRENCY_NAME", UNSET)
|
|
953
|
+
|
|
954
|
+
thumbnail_size = d.pop("THUMBNAIL_SIZE", UNSET)
|
|
955
|
+
|
|
956
|
+
anonymous_user_can_view_offerings = d.pop("ANONYMOUS_USER_CAN_VIEW_OFFERINGS", UNSET)
|
|
957
|
+
|
|
958
|
+
anonymous_user_can_view_plans = d.pop("ANONYMOUS_USER_CAN_VIEW_PLANS", UNSET)
|
|
959
|
+
|
|
960
|
+
notify_staff_about_approvals = d.pop("NOTIFY_STAFF_ABOUT_APPROVALS", UNSET)
|
|
961
|
+
|
|
962
|
+
notify_about_resource_change = d.pop("NOTIFY_ABOUT_RESOURCE_CHANGE", UNSET)
|
|
963
|
+
|
|
964
|
+
disable_sending_notifications_about_resource_update = d.pop(
|
|
965
|
+
"DISABLE_SENDING_NOTIFICATIONS_ABOUT_RESOURCE_UPDATE", UNSET
|
|
966
|
+
)
|
|
967
|
+
|
|
968
|
+
marketplace_landing_page = d.pop("MARKETPLACE_LANDING_PAGE", UNSET)
|
|
969
|
+
|
|
970
|
+
enable_stale_resource_notifications = d.pop("ENABLE_STALE_RESOURCE_NOTIFICATIONS", UNSET)
|
|
971
|
+
|
|
972
|
+
telemetry_url = d.pop("TELEMETRY_URL", UNSET)
|
|
973
|
+
|
|
974
|
+
telemetry_version = d.pop("TELEMETRY_VERSION", UNSET)
|
|
975
|
+
|
|
976
|
+
script_run_mode = d.pop("SCRIPT_RUN_MODE", UNSET)
|
|
977
|
+
|
|
978
|
+
docker_client = d.pop("DOCKER_CLIENT", UNSET)
|
|
979
|
+
|
|
980
|
+
docker_run_options = d.pop("DOCKER_RUN_OPTIONS", UNSET)
|
|
981
|
+
|
|
982
|
+
docker_script_dir = d.pop("DOCKER_SCRIPT_DIR", UNSET)
|
|
983
|
+
|
|
984
|
+
docker_remove_container = d.pop("DOCKER_REMOVE_CONTAINER", UNSET)
|
|
985
|
+
|
|
986
|
+
docker_images = d.pop("DOCKER_IMAGES", UNSET)
|
|
987
|
+
|
|
988
|
+
docker_volume_name = d.pop("DOCKER_VOLUME_NAME", UNSET)
|
|
989
|
+
|
|
990
|
+
k8s_namespace = d.pop("K8S_NAMESPACE", UNSET)
|
|
991
|
+
|
|
992
|
+
k8s_config_path = d.pop("K8S_CONFIG_PATH", UNSET)
|
|
993
|
+
|
|
994
|
+
k8s_job_timeout = d.pop("K8S_JOB_TIMEOUT", UNSET)
|
|
995
|
+
|
|
996
|
+
enable_strict_check_accepting_invitation = d.pop("ENABLE_STRICT_CHECK_ACCEPTING_INVITATION", UNSET)
|
|
997
|
+
|
|
998
|
+
invitation_disable_multiple_roles = d.pop("INVITATION_DISABLE_MULTIPLE_ROLES", UNSET)
|
|
999
|
+
|
|
1000
|
+
default_idp = d.pop("DEFAULT_IDP", UNSET)
|
|
1001
|
+
|
|
1002
|
+
docs_url = d.pop("DOCS_URL", UNSET)
|
|
1003
|
+
|
|
1004
|
+
short_page_title = d.pop("SHORT_PAGE_TITLE", UNSET)
|
|
1005
|
+
|
|
1006
|
+
full_page_title = d.pop("FULL_PAGE_TITLE", UNSET)
|
|
1007
|
+
|
|
1008
|
+
brand_color = d.pop("BRAND_COLOR", UNSET)
|
|
1009
|
+
|
|
1010
|
+
hero_link_label = d.pop("HERO_LINK_LABEL", UNSET)
|
|
1011
|
+
|
|
1012
|
+
hero_link_url = d.pop("HERO_LINK_URL", UNSET)
|
|
1013
|
+
|
|
1014
|
+
support_portal_url = d.pop("SUPPORT_PORTAL_URL", UNSET)
|
|
1015
|
+
|
|
1016
|
+
common_footer_text = d.pop("COMMON_FOOTER_TEXT", UNSET)
|
|
1017
|
+
|
|
1018
|
+
common_footer_html = d.pop("COMMON_FOOTER_HTML", UNSET)
|
|
1019
|
+
|
|
1020
|
+
language_choices = d.pop("LANGUAGE_CHOICES", UNSET)
|
|
1021
|
+
|
|
1022
|
+
disable_dark_theme = d.pop("DISABLE_DARK_THEME", UNSET)
|
|
1023
|
+
|
|
1024
|
+
def _parse_powered_by_logo(data: object) -> Union[File, None, Unset]:
|
|
1025
|
+
if data is None:
|
|
1026
|
+
return data
|
|
1027
|
+
if isinstance(data, Unset):
|
|
1028
|
+
return data
|
|
1029
|
+
try:
|
|
1030
|
+
if not isinstance(data, bytes):
|
|
1031
|
+
raise TypeError()
|
|
1032
|
+
powered_by_logo_type_0 = File(payload=BytesIO(data))
|
|
1033
|
+
|
|
1034
|
+
return powered_by_logo_type_0
|
|
1035
|
+
except: # noqa: E722
|
|
1036
|
+
pass
|
|
1037
|
+
return cast(Union[File, None, Unset], data)
|
|
1038
|
+
|
|
1039
|
+
powered_by_logo = _parse_powered_by_logo(d.pop("POWERED_BY_LOGO", UNSET))
|
|
1040
|
+
|
|
1041
|
+
def _parse_hero_image(data: object) -> Union[File, None, Unset]:
|
|
1042
|
+
if data is None:
|
|
1043
|
+
return data
|
|
1044
|
+
if isinstance(data, Unset):
|
|
1045
|
+
return data
|
|
1046
|
+
try:
|
|
1047
|
+
if not isinstance(data, bytes):
|
|
1048
|
+
raise TypeError()
|
|
1049
|
+
hero_image_type_0 = File(payload=BytesIO(data))
|
|
1050
|
+
|
|
1051
|
+
return hero_image_type_0
|
|
1052
|
+
except: # noqa: E722
|
|
1053
|
+
pass
|
|
1054
|
+
return cast(Union[File, None, Unset], data)
|
|
1055
|
+
|
|
1056
|
+
hero_image = _parse_hero_image(d.pop("HERO_IMAGE", UNSET))
|
|
1057
|
+
|
|
1058
|
+
def _parse_marketplace_hero_image(data: object) -> Union[File, None, Unset]:
|
|
1059
|
+
if data is None:
|
|
1060
|
+
return data
|
|
1061
|
+
if isinstance(data, Unset):
|
|
1062
|
+
return data
|
|
1063
|
+
try:
|
|
1064
|
+
if not isinstance(data, bytes):
|
|
1065
|
+
raise TypeError()
|
|
1066
|
+
marketplace_hero_image_type_0 = File(payload=BytesIO(data))
|
|
1067
|
+
|
|
1068
|
+
return marketplace_hero_image_type_0
|
|
1069
|
+
except: # noqa: E722
|
|
1070
|
+
pass
|
|
1071
|
+
return cast(Union[File, None, Unset], data)
|
|
1072
|
+
|
|
1073
|
+
marketplace_hero_image = _parse_marketplace_hero_image(d.pop("MARKETPLACE_HERO_IMAGE", UNSET))
|
|
1074
|
+
|
|
1075
|
+
def _parse_call_management_hero_image(data: object) -> Union[File, None, Unset]:
|
|
1076
|
+
if data is None:
|
|
1077
|
+
return data
|
|
1078
|
+
if isinstance(data, Unset):
|
|
1079
|
+
return data
|
|
1080
|
+
try:
|
|
1081
|
+
if not isinstance(data, bytes):
|
|
1082
|
+
raise TypeError()
|
|
1083
|
+
call_management_hero_image_type_0 = File(payload=BytesIO(data))
|
|
1084
|
+
|
|
1085
|
+
return call_management_hero_image_type_0
|
|
1086
|
+
except: # noqa: E722
|
|
1087
|
+
pass
|
|
1088
|
+
return cast(Union[File, None, Unset], data)
|
|
1089
|
+
|
|
1090
|
+
call_management_hero_image = _parse_call_management_hero_image(d.pop("CALL_MANAGEMENT_HERO_IMAGE", UNSET))
|
|
1091
|
+
|
|
1092
|
+
def _parse_sidebar_logo(data: object) -> Union[File, None, Unset]:
|
|
1093
|
+
if data is None:
|
|
1094
|
+
return data
|
|
1095
|
+
if isinstance(data, Unset):
|
|
1096
|
+
return data
|
|
1097
|
+
try:
|
|
1098
|
+
if not isinstance(data, bytes):
|
|
1099
|
+
raise TypeError()
|
|
1100
|
+
sidebar_logo_type_0 = File(payload=BytesIO(data))
|
|
1101
|
+
|
|
1102
|
+
return sidebar_logo_type_0
|
|
1103
|
+
except: # noqa: E722
|
|
1104
|
+
pass
|
|
1105
|
+
return cast(Union[File, None, Unset], data)
|
|
1106
|
+
|
|
1107
|
+
sidebar_logo = _parse_sidebar_logo(d.pop("SIDEBAR_LOGO", UNSET))
|
|
1108
|
+
|
|
1109
|
+
def _parse_sidebar_logo_dark(data: object) -> Union[File, None, Unset]:
|
|
1110
|
+
if data is None:
|
|
1111
|
+
return data
|
|
1112
|
+
if isinstance(data, Unset):
|
|
1113
|
+
return data
|
|
1114
|
+
try:
|
|
1115
|
+
if not isinstance(data, bytes):
|
|
1116
|
+
raise TypeError()
|
|
1117
|
+
sidebar_logo_dark_type_0 = File(payload=BytesIO(data))
|
|
1118
|
+
|
|
1119
|
+
return sidebar_logo_dark_type_0
|
|
1120
|
+
except: # noqa: E722
|
|
1121
|
+
pass
|
|
1122
|
+
return cast(Union[File, None, Unset], data)
|
|
1123
|
+
|
|
1124
|
+
sidebar_logo_dark = _parse_sidebar_logo_dark(d.pop("SIDEBAR_LOGO_DARK", UNSET))
|
|
1125
|
+
|
|
1126
|
+
def _parse_sidebar_logo_mobile(data: object) -> Union[File, None, Unset]:
|
|
1127
|
+
if data is None:
|
|
1128
|
+
return data
|
|
1129
|
+
if isinstance(data, Unset):
|
|
1130
|
+
return data
|
|
1131
|
+
try:
|
|
1132
|
+
if not isinstance(data, bytes):
|
|
1133
|
+
raise TypeError()
|
|
1134
|
+
sidebar_logo_mobile_type_0 = File(payload=BytesIO(data))
|
|
1135
|
+
|
|
1136
|
+
return sidebar_logo_mobile_type_0
|
|
1137
|
+
except: # noqa: E722
|
|
1138
|
+
pass
|
|
1139
|
+
return cast(Union[File, None, Unset], data)
|
|
1140
|
+
|
|
1141
|
+
sidebar_logo_mobile = _parse_sidebar_logo_mobile(d.pop("SIDEBAR_LOGO_MOBILE", UNSET))
|
|
1142
|
+
|
|
1143
|
+
sidebar_style = d.pop("SIDEBAR_STYLE", UNSET)
|
|
1144
|
+
|
|
1145
|
+
def _parse_site_logo(data: object) -> Union[File, None, Unset]:
|
|
1146
|
+
if data is None:
|
|
1147
|
+
return data
|
|
1148
|
+
if isinstance(data, Unset):
|
|
1149
|
+
return data
|
|
1150
|
+
try:
|
|
1151
|
+
if not isinstance(data, bytes):
|
|
1152
|
+
raise TypeError()
|
|
1153
|
+
site_logo_type_0 = File(payload=BytesIO(data))
|
|
1154
|
+
|
|
1155
|
+
return site_logo_type_0
|
|
1156
|
+
except: # noqa: E722
|
|
1157
|
+
pass
|
|
1158
|
+
return cast(Union[File, None, Unset], data)
|
|
1159
|
+
|
|
1160
|
+
site_logo = _parse_site_logo(d.pop("SITE_LOGO", UNSET))
|
|
1161
|
+
|
|
1162
|
+
def _parse_login_logo(data: object) -> Union[File, None, Unset]:
|
|
1163
|
+
if data is None:
|
|
1164
|
+
return data
|
|
1165
|
+
if isinstance(data, Unset):
|
|
1166
|
+
return data
|
|
1167
|
+
try:
|
|
1168
|
+
if not isinstance(data, bytes):
|
|
1169
|
+
raise TypeError()
|
|
1170
|
+
login_logo_type_0 = File(payload=BytesIO(data))
|
|
1171
|
+
|
|
1172
|
+
return login_logo_type_0
|
|
1173
|
+
except: # noqa: E722
|
|
1174
|
+
pass
|
|
1175
|
+
return cast(Union[File, None, Unset], data)
|
|
1176
|
+
|
|
1177
|
+
login_logo = _parse_login_logo(d.pop("LOGIN_LOGO", UNSET))
|
|
1178
|
+
|
|
1179
|
+
def _parse_favicon(data: object) -> Union[File, None, Unset]:
|
|
1180
|
+
if data is None:
|
|
1181
|
+
return data
|
|
1182
|
+
if isinstance(data, Unset):
|
|
1183
|
+
return data
|
|
1184
|
+
try:
|
|
1185
|
+
if not isinstance(data, bytes):
|
|
1186
|
+
raise TypeError()
|
|
1187
|
+
favicon_type_0 = File(payload=BytesIO(data))
|
|
1188
|
+
|
|
1189
|
+
return favicon_type_0
|
|
1190
|
+
except: # noqa: E722
|
|
1191
|
+
pass
|
|
1192
|
+
return cast(Union[File, None, Unset], data)
|
|
1193
|
+
|
|
1194
|
+
favicon = _parse_favicon(d.pop("FAVICON", UNSET))
|
|
1195
|
+
|
|
1196
|
+
def _parse_offering_logo_placeholder(data: object) -> Union[File, None, Unset]:
|
|
1197
|
+
if data is None:
|
|
1198
|
+
return data
|
|
1199
|
+
if isinstance(data, Unset):
|
|
1200
|
+
return data
|
|
1201
|
+
try:
|
|
1202
|
+
if not isinstance(data, bytes):
|
|
1203
|
+
raise TypeError()
|
|
1204
|
+
offering_logo_placeholder_type_0 = File(payload=BytesIO(data))
|
|
1205
|
+
|
|
1206
|
+
return offering_logo_placeholder_type_0
|
|
1207
|
+
except: # noqa: E722
|
|
1208
|
+
pass
|
|
1209
|
+
return cast(Union[File, None, Unset], data)
|
|
1210
|
+
|
|
1211
|
+
offering_logo_placeholder = _parse_offering_logo_placeholder(d.pop("OFFERING_LOGO_PLACEHOLDER", UNSET))
|
|
1212
|
+
|
|
1213
|
+
waldur_support_enabled = d.pop("WALDUR_SUPPORT_ENABLED", UNSET)
|
|
1214
|
+
|
|
1215
|
+
waldur_support_active_backend_type = d.pop("WALDUR_SUPPORT_ACTIVE_BACKEND_TYPE", UNSET)
|
|
1216
|
+
|
|
1217
|
+
waldur_support_display_request_type = d.pop("WALDUR_SUPPORT_DISPLAY_REQUEST_TYPE", UNSET)
|
|
1218
|
+
|
|
1219
|
+
atlassian_use_old_api = d.pop("ATLASSIAN_USE_OLD_API", UNSET)
|
|
1220
|
+
|
|
1221
|
+
atlassian_use_teenage_api = d.pop("ATLASSIAN_USE_TEENAGE_API", UNSET)
|
|
1222
|
+
|
|
1223
|
+
atlassian_use_automatic_request_mapping = d.pop("ATLASSIAN_USE_AUTOMATIC_REQUEST_MAPPING", UNSET)
|
|
1224
|
+
|
|
1225
|
+
atlassian_map_waldur_users_to_servicedesk_agents = d.pop(
|
|
1226
|
+
"ATLASSIAN_MAP_WALDUR_USERS_TO_SERVICEDESK_AGENTS", UNSET
|
|
1227
|
+
)
|
|
1228
|
+
|
|
1229
|
+
atlassian_strange_setting = d.pop("ATLASSIAN_STRANGE_SETTING", UNSET)
|
|
1230
|
+
|
|
1231
|
+
atlassian_api_url = d.pop("ATLASSIAN_API_URL", UNSET)
|
|
1232
|
+
|
|
1233
|
+
atlassian_username = d.pop("ATLASSIAN_USERNAME", UNSET)
|
|
1234
|
+
|
|
1235
|
+
atlassian_password = d.pop("ATLASSIAN_PASSWORD", UNSET)
|
|
1236
|
+
|
|
1237
|
+
atlassian_email = d.pop("ATLASSIAN_EMAIL", UNSET)
|
|
1238
|
+
|
|
1239
|
+
atlassian_token = d.pop("ATLASSIAN_TOKEN", UNSET)
|
|
1240
|
+
|
|
1241
|
+
atlassian_verify_ssl = d.pop("ATLASSIAN_VERIFY_SSL", UNSET)
|
|
1242
|
+
|
|
1243
|
+
atlassian_project_id = d.pop("ATLASSIAN_PROJECT_ID", UNSET)
|
|
1244
|
+
|
|
1245
|
+
atlassian_shared_username = d.pop("ATLASSIAN_SHARED_USERNAME", UNSET)
|
|
1246
|
+
|
|
1247
|
+
atlassian_custom_issue_field_mapping_enabled = d.pop("ATLASSIAN_CUSTOM_ISSUE_FIELD_MAPPING_ENABLED", UNSET)
|
|
1248
|
+
|
|
1249
|
+
atlassian_default_offering_issue_type = d.pop("ATLASSIAN_DEFAULT_OFFERING_ISSUE_TYPE", UNSET)
|
|
1250
|
+
|
|
1251
|
+
atlassian_excluded_attachment_types = d.pop("ATLASSIAN_EXCLUDED_ATTACHMENT_TYPES", UNSET)
|
|
1252
|
+
|
|
1253
|
+
atlassian_pull_priorities = d.pop("ATLASSIAN_PULL_PRIORITIES", UNSET)
|
|
1254
|
+
|
|
1255
|
+
atlassian_issue_types = d.pop("ATLASSIAN_ISSUE_TYPES", UNSET)
|
|
1256
|
+
|
|
1257
|
+
atlassian_description_template = d.pop("ATLASSIAN_DESCRIPTION_TEMPLATE", UNSET)
|
|
1258
|
+
|
|
1259
|
+
atlassian_summary_template = d.pop("ATLASSIAN_SUMMARY_TEMPLATE", UNSET)
|
|
1260
|
+
|
|
1261
|
+
atlassian_affected_resource_field = d.pop("ATLASSIAN_AFFECTED_RESOURCE_FIELD", UNSET)
|
|
1262
|
+
|
|
1263
|
+
atlassian_impact_field = d.pop("ATLASSIAN_IMPACT_FIELD", UNSET)
|
|
1264
|
+
|
|
1265
|
+
atlassian_organisation_field = d.pop("ATLASSIAN_ORGANISATION_FIELD", UNSET)
|
|
1266
|
+
|
|
1267
|
+
atlassian_resolution_sla_field = d.pop("ATLASSIAN_RESOLUTION_SLA_FIELD", UNSET)
|
|
1268
|
+
|
|
1269
|
+
atlassian_project_field = d.pop("ATLASSIAN_PROJECT_FIELD", UNSET)
|
|
1270
|
+
|
|
1271
|
+
atlassian_reporter_field = d.pop("ATLASSIAN_REPORTER_FIELD", UNSET)
|
|
1272
|
+
|
|
1273
|
+
atlassian_caller_field = d.pop("ATLASSIAN_CALLER_FIELD", UNSET)
|
|
1274
|
+
|
|
1275
|
+
atlassian_sla_field = d.pop("ATLASSIAN_SLA_FIELD", UNSET)
|
|
1276
|
+
|
|
1277
|
+
atlassian_linked_issue_type = d.pop("ATLASSIAN_LINKED_ISSUE_TYPE", UNSET)
|
|
1278
|
+
|
|
1279
|
+
atlassian_satisfaction_field = d.pop("ATLASSIAN_SATISFACTION_FIELD", UNSET)
|
|
1280
|
+
|
|
1281
|
+
atlassian_request_feedback_field = d.pop("ATLASSIAN_REQUEST_FEEDBACK_FIELD", UNSET)
|
|
1282
|
+
|
|
1283
|
+
atlassian_template_field = d.pop("ATLASSIAN_TEMPLATE_FIELD", UNSET)
|
|
1284
|
+
|
|
1285
|
+
zammad_api_url = d.pop("ZAMMAD_API_URL", UNSET)
|
|
1286
|
+
|
|
1287
|
+
zammad_token = d.pop("ZAMMAD_TOKEN", UNSET)
|
|
1288
|
+
|
|
1289
|
+
zammad_group = d.pop("ZAMMAD_GROUP", UNSET)
|
|
1290
|
+
|
|
1291
|
+
zammad_article_type = d.pop("ZAMMAD_ARTICLE_TYPE", UNSET)
|
|
1292
|
+
|
|
1293
|
+
zammad_comment_marker = d.pop("ZAMMAD_COMMENT_MARKER", UNSET)
|
|
1294
|
+
|
|
1295
|
+
zammad_comment_prefix = d.pop("ZAMMAD_COMMENT_PREFIX", UNSET)
|
|
1296
|
+
|
|
1297
|
+
zammad_comment_cooldown_duration = d.pop("ZAMMAD_COMMENT_COOLDOWN_DURATION", UNSET)
|
|
1298
|
+
|
|
1299
|
+
smax_api_url = d.pop("SMAX_API_URL", UNSET)
|
|
1300
|
+
|
|
1301
|
+
smax_tenant_id = d.pop("SMAX_TENANT_ID", UNSET)
|
|
1302
|
+
|
|
1303
|
+
smax_login = d.pop("SMAX_LOGIN", UNSET)
|
|
1304
|
+
|
|
1305
|
+
smax_password = d.pop("SMAX_PASSWORD", UNSET)
|
|
1306
|
+
|
|
1307
|
+
smax_organisation_field = d.pop("SMAX_ORGANISATION_FIELD", UNSET)
|
|
1308
|
+
|
|
1309
|
+
smax_project_field = d.pop("SMAX_PROJECT_FIELD", UNSET)
|
|
1310
|
+
|
|
1311
|
+
smax_affected_resource_field = d.pop("SMAX_AFFECTED_RESOURCE_FIELD", UNSET)
|
|
1312
|
+
|
|
1313
|
+
smax_times_to_pull = d.pop("SMAX_TIMES_TO_PULL", UNSET)
|
|
1314
|
+
|
|
1315
|
+
smax_seconds_to_wait = d.pop("SMAX_SECONDS_TO_WAIT", UNSET)
|
|
1316
|
+
|
|
1317
|
+
smax_creation_source_name = d.pop("SMAX_CREATION_SOURCE_NAME", UNSET)
|
|
1318
|
+
|
|
1319
|
+
smax_requests_offering = d.pop("SMAX_REQUESTS_OFFERING", UNSET)
|
|
1320
|
+
|
|
1321
|
+
smax_verify_ssl = d.pop("SMAX_VERIFY_SSL", UNSET)
|
|
1322
|
+
|
|
1323
|
+
enable_mock_service_account_backend = d.pop("ENABLE_MOCK_SERVICE_ACCOUNT_BACKEND", UNSET)
|
|
1324
|
+
|
|
1325
|
+
enable_mock_course_account_backend = d.pop("ENABLE_MOCK_COURSE_ACCOUNT_BACKEND", UNSET)
|
|
1326
|
+
|
|
1327
|
+
proposal_review_duration = d.pop("PROPOSAL_REVIEW_DURATION", UNSET)
|
|
1328
|
+
|
|
1329
|
+
user_table_columns = d.pop("USER_TABLE_COLUMNS", UNSET)
|
|
1330
|
+
|
|
1331
|
+
auto_approve_user_tos = d.pop("AUTO_APPROVE_USER_TOS", UNSET)
|
|
1332
|
+
|
|
1333
|
+
freeipa_enabled = d.pop("FREEIPA_ENABLED", UNSET)
|
|
1334
|
+
|
|
1335
|
+
freeipa_hostname = d.pop("FREEIPA_HOSTNAME", UNSET)
|
|
1336
|
+
|
|
1337
|
+
freeipa_username = d.pop("FREEIPA_USERNAME", UNSET)
|
|
1338
|
+
|
|
1339
|
+
freeipa_password = d.pop("FREEIPA_PASSWORD", UNSET)
|
|
1340
|
+
|
|
1341
|
+
freeipa_verify_ssl = d.pop("FREEIPA_VERIFY_SSL", UNSET)
|
|
1342
|
+
|
|
1343
|
+
freeipa_username_prefix = d.pop("FREEIPA_USERNAME_PREFIX", UNSET)
|
|
1344
|
+
|
|
1345
|
+
freeipa_groupname_prefix = d.pop("FREEIPA_GROUPNAME_PREFIX", UNSET)
|
|
1346
|
+
|
|
1347
|
+
freeipa_blacklisted_usernames = cast(list[str], d.pop("FREEIPA_BLACKLISTED_USERNAMES", UNSET))
|
|
1348
|
+
|
|
1349
|
+
freeipa_group_synchronization_enabled = d.pop("FREEIPA_GROUP_SYNCHRONIZATION_ENABLED", UNSET)
|
|
1350
|
+
|
|
1351
|
+
def _parse_keycloak_icon(data: object) -> Union[File, None, Unset]:
|
|
1352
|
+
if data is None:
|
|
1353
|
+
return data
|
|
1354
|
+
if isinstance(data, Unset):
|
|
1355
|
+
return data
|
|
1356
|
+
try:
|
|
1357
|
+
if not isinstance(data, bytes):
|
|
1358
|
+
raise TypeError()
|
|
1359
|
+
keycloak_icon_type_0 = File(payload=BytesIO(data))
|
|
1360
|
+
|
|
1361
|
+
return keycloak_icon_type_0
|
|
1362
|
+
except: # noqa: E722
|
|
1363
|
+
pass
|
|
1364
|
+
return cast(Union[File, None, Unset], data)
|
|
1365
|
+
|
|
1366
|
+
keycloak_icon = _parse_keycloak_icon(d.pop("KEYCLOAK_ICON", UNSET))
|
|
1367
|
+
|
|
1368
|
+
countries = cast(list[str], d.pop("COUNTRIES", UNSET))
|
|
1369
|
+
|
|
1370
|
+
oidc_auth_url = d.pop("OIDC_AUTH_URL", UNSET)
|
|
1371
|
+
|
|
1372
|
+
oidc_introspection_url = d.pop("OIDC_INTROSPECTION_URL", UNSET)
|
|
1373
|
+
|
|
1374
|
+
oidc_client_id = d.pop("OIDC_CLIENT_ID", UNSET)
|
|
1375
|
+
|
|
1376
|
+
oidc_client_secret = d.pop("OIDC_CLIENT_SECRET", UNSET)
|
|
1377
|
+
|
|
1378
|
+
oidc_user_field = d.pop("OIDC_USER_FIELD", UNSET)
|
|
1379
|
+
|
|
1380
|
+
oidc_cache_timeout = d.pop("OIDC_CACHE_TIMEOUT", UNSET)
|
|
1381
|
+
|
|
1382
|
+
oidc_block_creation_of_uninvited_users = d.pop("OIDC_BLOCK_CREATION_OF_UNINVITED_USERS", UNSET)
|
|
1383
|
+
|
|
1384
|
+
deactivate_user_if_no_roles = d.pop("DEACTIVATE_USER_IF_NO_ROLES", UNSET)
|
|
1385
|
+
|
|
1386
|
+
maintenance_announcement_notify_before_minutes = d.pop("MAINTENANCE_ANNOUNCEMENT_NOTIFY_BEFORE_MINUTES", UNSET)
|
|
1387
|
+
|
|
1388
|
+
maintenance_announcement_notify_system = cast(list[str], d.pop("MAINTENANCE_ANNOUNCEMENT_NOTIFY_SYSTEM", UNSET))
|
|
1389
|
+
|
|
1390
|
+
enforce_user_consent_for_offerings = d.pop("ENFORCE_USER_CONSENT_FOR_OFFERINGS", UNSET)
|
|
1391
|
+
|
|
1392
|
+
constance_settings_request_form = cls(
|
|
1393
|
+
site_name=site_name,
|
|
1394
|
+
site_description=site_description,
|
|
1395
|
+
homeport_url=homeport_url,
|
|
1396
|
+
rancher_username_input_label=rancher_username_input_label,
|
|
1397
|
+
site_address=site_address,
|
|
1398
|
+
site_email=site_email,
|
|
1399
|
+
site_phone=site_phone,
|
|
1400
|
+
currency_name=currency_name,
|
|
1401
|
+
thumbnail_size=thumbnail_size,
|
|
1402
|
+
anonymous_user_can_view_offerings=anonymous_user_can_view_offerings,
|
|
1403
|
+
anonymous_user_can_view_plans=anonymous_user_can_view_plans,
|
|
1404
|
+
notify_staff_about_approvals=notify_staff_about_approvals,
|
|
1405
|
+
notify_about_resource_change=notify_about_resource_change,
|
|
1406
|
+
disable_sending_notifications_about_resource_update=disable_sending_notifications_about_resource_update,
|
|
1407
|
+
marketplace_landing_page=marketplace_landing_page,
|
|
1408
|
+
enable_stale_resource_notifications=enable_stale_resource_notifications,
|
|
1409
|
+
telemetry_url=telemetry_url,
|
|
1410
|
+
telemetry_version=telemetry_version,
|
|
1411
|
+
script_run_mode=script_run_mode,
|
|
1412
|
+
docker_client=docker_client,
|
|
1413
|
+
docker_run_options=docker_run_options,
|
|
1414
|
+
docker_script_dir=docker_script_dir,
|
|
1415
|
+
docker_remove_container=docker_remove_container,
|
|
1416
|
+
docker_images=docker_images,
|
|
1417
|
+
docker_volume_name=docker_volume_name,
|
|
1418
|
+
k8s_namespace=k8s_namespace,
|
|
1419
|
+
k8s_config_path=k8s_config_path,
|
|
1420
|
+
k8s_job_timeout=k8s_job_timeout,
|
|
1421
|
+
enable_strict_check_accepting_invitation=enable_strict_check_accepting_invitation,
|
|
1422
|
+
invitation_disable_multiple_roles=invitation_disable_multiple_roles,
|
|
1423
|
+
default_idp=default_idp,
|
|
1424
|
+
docs_url=docs_url,
|
|
1425
|
+
short_page_title=short_page_title,
|
|
1426
|
+
full_page_title=full_page_title,
|
|
1427
|
+
brand_color=brand_color,
|
|
1428
|
+
hero_link_label=hero_link_label,
|
|
1429
|
+
hero_link_url=hero_link_url,
|
|
1430
|
+
support_portal_url=support_portal_url,
|
|
1431
|
+
common_footer_text=common_footer_text,
|
|
1432
|
+
common_footer_html=common_footer_html,
|
|
1433
|
+
language_choices=language_choices,
|
|
1434
|
+
disable_dark_theme=disable_dark_theme,
|
|
1435
|
+
powered_by_logo=powered_by_logo,
|
|
1436
|
+
hero_image=hero_image,
|
|
1437
|
+
marketplace_hero_image=marketplace_hero_image,
|
|
1438
|
+
call_management_hero_image=call_management_hero_image,
|
|
1439
|
+
sidebar_logo=sidebar_logo,
|
|
1440
|
+
sidebar_logo_dark=sidebar_logo_dark,
|
|
1441
|
+
sidebar_logo_mobile=sidebar_logo_mobile,
|
|
1442
|
+
sidebar_style=sidebar_style,
|
|
1443
|
+
site_logo=site_logo,
|
|
1444
|
+
login_logo=login_logo,
|
|
1445
|
+
favicon=favicon,
|
|
1446
|
+
offering_logo_placeholder=offering_logo_placeholder,
|
|
1447
|
+
waldur_support_enabled=waldur_support_enabled,
|
|
1448
|
+
waldur_support_active_backend_type=waldur_support_active_backend_type,
|
|
1449
|
+
waldur_support_display_request_type=waldur_support_display_request_type,
|
|
1450
|
+
atlassian_use_old_api=atlassian_use_old_api,
|
|
1451
|
+
atlassian_use_teenage_api=atlassian_use_teenage_api,
|
|
1452
|
+
atlassian_use_automatic_request_mapping=atlassian_use_automatic_request_mapping,
|
|
1453
|
+
atlassian_map_waldur_users_to_servicedesk_agents=atlassian_map_waldur_users_to_servicedesk_agents,
|
|
1454
|
+
atlassian_strange_setting=atlassian_strange_setting,
|
|
1455
|
+
atlassian_api_url=atlassian_api_url,
|
|
1456
|
+
atlassian_username=atlassian_username,
|
|
1457
|
+
atlassian_password=atlassian_password,
|
|
1458
|
+
atlassian_email=atlassian_email,
|
|
1459
|
+
atlassian_token=atlassian_token,
|
|
1460
|
+
atlassian_verify_ssl=atlassian_verify_ssl,
|
|
1461
|
+
atlassian_project_id=atlassian_project_id,
|
|
1462
|
+
atlassian_shared_username=atlassian_shared_username,
|
|
1463
|
+
atlassian_custom_issue_field_mapping_enabled=atlassian_custom_issue_field_mapping_enabled,
|
|
1464
|
+
atlassian_default_offering_issue_type=atlassian_default_offering_issue_type,
|
|
1465
|
+
atlassian_excluded_attachment_types=atlassian_excluded_attachment_types,
|
|
1466
|
+
atlassian_pull_priorities=atlassian_pull_priorities,
|
|
1467
|
+
atlassian_issue_types=atlassian_issue_types,
|
|
1468
|
+
atlassian_description_template=atlassian_description_template,
|
|
1469
|
+
atlassian_summary_template=atlassian_summary_template,
|
|
1470
|
+
atlassian_affected_resource_field=atlassian_affected_resource_field,
|
|
1471
|
+
atlassian_impact_field=atlassian_impact_field,
|
|
1472
|
+
atlassian_organisation_field=atlassian_organisation_field,
|
|
1473
|
+
atlassian_resolution_sla_field=atlassian_resolution_sla_field,
|
|
1474
|
+
atlassian_project_field=atlassian_project_field,
|
|
1475
|
+
atlassian_reporter_field=atlassian_reporter_field,
|
|
1476
|
+
atlassian_caller_field=atlassian_caller_field,
|
|
1477
|
+
atlassian_sla_field=atlassian_sla_field,
|
|
1478
|
+
atlassian_linked_issue_type=atlassian_linked_issue_type,
|
|
1479
|
+
atlassian_satisfaction_field=atlassian_satisfaction_field,
|
|
1480
|
+
atlassian_request_feedback_field=atlassian_request_feedback_field,
|
|
1481
|
+
atlassian_template_field=atlassian_template_field,
|
|
1482
|
+
zammad_api_url=zammad_api_url,
|
|
1483
|
+
zammad_token=zammad_token,
|
|
1484
|
+
zammad_group=zammad_group,
|
|
1485
|
+
zammad_article_type=zammad_article_type,
|
|
1486
|
+
zammad_comment_marker=zammad_comment_marker,
|
|
1487
|
+
zammad_comment_prefix=zammad_comment_prefix,
|
|
1488
|
+
zammad_comment_cooldown_duration=zammad_comment_cooldown_duration,
|
|
1489
|
+
smax_api_url=smax_api_url,
|
|
1490
|
+
smax_tenant_id=smax_tenant_id,
|
|
1491
|
+
smax_login=smax_login,
|
|
1492
|
+
smax_password=smax_password,
|
|
1493
|
+
smax_organisation_field=smax_organisation_field,
|
|
1494
|
+
smax_project_field=smax_project_field,
|
|
1495
|
+
smax_affected_resource_field=smax_affected_resource_field,
|
|
1496
|
+
smax_times_to_pull=smax_times_to_pull,
|
|
1497
|
+
smax_seconds_to_wait=smax_seconds_to_wait,
|
|
1498
|
+
smax_creation_source_name=smax_creation_source_name,
|
|
1499
|
+
smax_requests_offering=smax_requests_offering,
|
|
1500
|
+
smax_verify_ssl=smax_verify_ssl,
|
|
1501
|
+
enable_mock_service_account_backend=enable_mock_service_account_backend,
|
|
1502
|
+
enable_mock_course_account_backend=enable_mock_course_account_backend,
|
|
1503
|
+
proposal_review_duration=proposal_review_duration,
|
|
1504
|
+
user_table_columns=user_table_columns,
|
|
1505
|
+
auto_approve_user_tos=auto_approve_user_tos,
|
|
1506
|
+
freeipa_enabled=freeipa_enabled,
|
|
1507
|
+
freeipa_hostname=freeipa_hostname,
|
|
1508
|
+
freeipa_username=freeipa_username,
|
|
1509
|
+
freeipa_password=freeipa_password,
|
|
1510
|
+
freeipa_verify_ssl=freeipa_verify_ssl,
|
|
1511
|
+
freeipa_username_prefix=freeipa_username_prefix,
|
|
1512
|
+
freeipa_groupname_prefix=freeipa_groupname_prefix,
|
|
1513
|
+
freeipa_blacklisted_usernames=freeipa_blacklisted_usernames,
|
|
1514
|
+
freeipa_group_synchronization_enabled=freeipa_group_synchronization_enabled,
|
|
1515
|
+
keycloak_icon=keycloak_icon,
|
|
1516
|
+
countries=countries,
|
|
1517
|
+
oidc_auth_url=oidc_auth_url,
|
|
1518
|
+
oidc_introspection_url=oidc_introspection_url,
|
|
1519
|
+
oidc_client_id=oidc_client_id,
|
|
1520
|
+
oidc_client_secret=oidc_client_secret,
|
|
1521
|
+
oidc_user_field=oidc_user_field,
|
|
1522
|
+
oidc_cache_timeout=oidc_cache_timeout,
|
|
1523
|
+
oidc_block_creation_of_uninvited_users=oidc_block_creation_of_uninvited_users,
|
|
1524
|
+
deactivate_user_if_no_roles=deactivate_user_if_no_roles,
|
|
1525
|
+
maintenance_announcement_notify_before_minutes=maintenance_announcement_notify_before_minutes,
|
|
1526
|
+
maintenance_announcement_notify_system=maintenance_announcement_notify_system,
|
|
1527
|
+
enforce_user_consent_for_offerings=enforce_user_consent_for_offerings,
|
|
1528
|
+
)
|
|
1529
|
+
|
|
1530
|
+
constance_settings_request_form.additional_properties = d
|
|
1531
|
+
return constance_settings_request_form
|
|
1532
|
+
|
|
1533
|
+
@property
|
|
1534
|
+
def additional_keys(self) -> list[str]:
|
|
1535
|
+
return list(self.additional_properties.keys())
|
|
1536
|
+
|
|
1537
|
+
def __getitem__(self, key: str) -> Any:
|
|
1538
|
+
return self.additional_properties[key]
|
|
1539
|
+
|
|
1540
|
+
def __setitem__(self, key: str, value: Any) -> None:
|
|
1541
|
+
self.additional_properties[key] = value
|
|
1542
|
+
|
|
1543
|
+
def __delitem__(self, key: str) -> None:
|
|
1544
|
+
del self.additional_properties[key]
|
|
1545
|
+
|
|
1546
|
+
def __contains__(self, key: str) -> bool:
|
|
1547
|
+
return key in self.additional_properties
|