infisicalsdk 0.1.3__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 infisicalsdk might be problematic. Click here for more details.
- infisical_sdk/__init__.py +1 -0
- infisical_sdk/aws_auth.py +121 -0
- infisical_sdk/client.py +251 -0
- infisical_sdk/universal_auth.py +0 -0
- infisicalapi_client/__init__.py +681 -0
- infisicalapi_client/api/__init__.py +5 -0
- infisicalapi_client/api/default_api.py +61732 -0
- infisicalapi_client/api_client.py +759 -0
- infisicalapi_client/api_response.py +25 -0
- infisicalapi_client/configuration.py +447 -0
- infisicalapi_client/exceptions.py +166 -0
- infisicalapi_client/models/__init__.py +664 -0
- infisicalapi_client/models/api_status_get200_response.py +90 -0
- infisicalapi_client/models/api_v1_access_approvals_policies_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_access_approvals_policies_get200_response_approvals_inner.py +95 -0
- infisicalapi_client/models/api_v1_access_approvals_policies_policy_id_patch_request.py +89 -0
- infisicalapi_client/models/api_v1_access_approvals_policies_post_request.py +93 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_count_get200_response.py +73 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_get200_response_requests_inner.py +133 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_get200_response_requests_inner_policy.py +88 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_get200_response_requests_inner_privilege.py +108 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_get200_response_requests_inner_reviewers_inner.py +73 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_post200_response_approval.py +102 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_post_request.py +75 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_request_id_review_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_access_approvals_requests_request_id_review_post200_response_review.py +81 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_delete_request.py +75 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_patch_request.py +81 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_patch_request_privilege_details.py +105 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_permanent_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_permanent_post200_response_privilege.py +119 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_permanent_post_request.py +91 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_permanent_post_request_privilege_permission.py +94 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_permanent_post_request_privilege_permission_conditions.py +77 -0
- infisicalapi_client/models/api_v1_additional_privilege_identity_temporary_post_request.py +104 -0
- infisicalapi_client/models/api_v1_additional_privilege_users_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_additional_privilege_users_permanent_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_additional_privilege_users_permanent_post200_response_privilege.py +116 -0
- infisicalapi_client/models/api_v1_additional_privilege_users_permanent_post_request.py +75 -0
- infisicalapi_client/models/api_v1_additional_privilege_users_privilege_id_patch_request.py +91 -0
- infisicalapi_client/models/api_v1_additional_privilege_users_temporary_post_request.py +88 -0
- infisicalapi_client/models/api_v1_admin_config_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_admin_config_get200_response_config.py +140 -0
- infisicalapi_client/models/api_v1_admin_config_patch200_response.py +75 -0
- infisicalapi_client/models/api_v1_admin_config_patch200_response_config.py +140 -0
- infisicalapi_client/models/api_v1_admin_config_patch_request.py +104 -0
- infisicalapi_client/models/api_v1_admin_signup_post200_response.py +87 -0
- infisicalapi_client/models/api_v1_admin_signup_post_request.py +95 -0
- infisicalapi_client/models/api_v1_admin_user_management_users_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_admin_user_management_users_get200_response_users_inner.py +94 -0
- infisicalapi_client/models/api_v1_admin_user_management_users_user_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v1_audit_log_streams_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_audit_log_streams_get200_response_audit_log_streams_inner.py +77 -0
- infisicalapi_client/models/api_v1_audit_log_streams_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_audit_log_streams_id_get200_response_audit_log_stream.py +87 -0
- infisicalapi_client/models/api_v1_audit_log_streams_id_get200_response_audit_log_stream_headers_inner.py +73 -0
- infisicalapi_client/models/api_v1_audit_log_streams_id_patch_request.py +81 -0
- infisicalapi_client/models/api_v1_audit_log_streams_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_audit_log_streams_post_request.py +81 -0
- infisicalapi_client/models/api_v1_audit_log_streams_post_request_headers_inner.py +73 -0
- infisicalapi_client/models/api_v1_auth_aws_auth_identities_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_aws_auth_identities_identity_id_get200_response_identity_aws_auth.py +98 -0
- infisicalapi_client/models/api_v1_auth_aws_auth_identities_identity_id_patch_request.py +91 -0
- infisicalapi_client/models/api_v1_auth_aws_auth_identities_identity_id_post_request.py +91 -0
- infisicalapi_client/models/api_v1_auth_aws_auth_login_post_request.py +77 -0
- infisicalapi_client/models/api_v1_auth_azure_auth_identities_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_azure_auth_identities_identity_id_get200_response_identity_azure_auth.py +96 -0
- infisicalapi_client/models/api_v1_auth_azure_auth_identities_identity_id_patch_request.py +91 -0
- infisicalapi_client/models/api_v1_auth_azure_auth_identities_identity_id_post_request.py +91 -0
- infisicalapi_client/models/api_v1_auth_check_auth_post200_response.py +78 -0
- infisicalapi_client/models/api_v1_auth_gcp_auth_identities_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_gcp_auth_identities_identity_id_get200_response_identity_gcp_auth.py +98 -0
- infisicalapi_client/models/api_v1_auth_gcp_auth_identities_identity_id_patch_request.py +103 -0
- infisicalapi_client/models/api_v1_auth_gcp_auth_identities_identity_id_post_request.py +100 -0
- infisicalapi_client/models/api_v1_auth_kubernetes_auth_identities_identity_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_kubernetes_auth_identities_identity_id_delete200_response_identity_kubernetes_auth.py +98 -0
- infisicalapi_client/models/api_v1_auth_kubernetes_auth_identities_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_kubernetes_auth_identities_identity_id_get200_response_identity_kubernetes_auth.py +102 -0
- infisicalapi_client/models/api_v1_auth_kubernetes_auth_identities_identity_id_patch_request.py +97 -0
- infisicalapi_client/models/api_v1_auth_kubernetes_auth_identities_identity_id_post_request.py +97 -0
- infisicalapi_client/models/api_v1_auth_kubernetes_auth_login_post_request.py +73 -0
- infisicalapi_client/models/api_v1_auth_oidc_auth_identities_identity_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_oidc_auth_identities_identity_id_delete200_response_identity_oidc_auth.py +110 -0
- infisicalapi_client/models/api_v1_auth_oidc_auth_identities_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_oidc_auth_identities_identity_id_get200_response_identity_oidc_auth.py +112 -0
- infisicalapi_client/models/api_v1_auth_oidc_auth_identities_identity_id_patch_request.py +97 -0
- infisicalapi_client/models/api_v1_auth_oidc_auth_identities_identity_id_post_request.py +97 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_get200_response_identity_token_auth.py +90 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_patch_request.py +85 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_post_request.py +85 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_post_request_access_token_trusted_ips_inner.py +71 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_tokens_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_tokens_get200_response_tokens_inner.py +115 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_tokens_post200_response.py +84 -0
- infisicalapi_client/models/api_v1_auth_token_auth_identities_identity_id_tokens_post_request.py +71 -0
- infisicalapi_client/models/api_v1_auth_token_auth_tokens_token_id_patch200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_token_auth_tokens_token_id_patch_request.py +71 -0
- infisicalapi_client/models/api_v1_auth_token_post200_response.py +71 -0
- infisicalapi_client/models/api_v1_auth_token_renew_post_request.py +71 -0
- infisicalapi_client/models/api_v1_auth_token_revoke_post_request.py +71 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_client_secrets_client_secret_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_client_secrets_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_client_secrets_get200_response_client_secret_data_inner.py +89 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_client_secrets_post200_response.py +77 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_client_secrets_post_request.py +75 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_get200_response_identity_universal_auth.py +99 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_patch_request.py +94 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_identities_identity_id_post_request.py +94 -0
- infisicalapi_client/models/api_v1_auth_universal_auth_login_post_request.py +73 -0
- infisicalapi_client/models/api_v1_bot_bot_id_active_patch_request.py +77 -0
- infisicalapi_client/models/api_v1_bot_bot_id_active_patch_request_bot_key.py +73 -0
- infisicalapi_client/models/api_v1_bot_project_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_bot_project_id_get200_response_bot.py +104 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_get200_response_dynamic_secrets_inner.py +106 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_leases_lease_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_leases_lease_id_delete_request.py +77 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_leases_lease_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_leases_lease_id_get200_response_lease.py +103 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_leases_lease_id_renew_post_request.py +77 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_leases_post200_response.py +88 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_leases_post_request.py +79 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_name_delete_request.py +77 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_name_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_name_get200_response_dynamic_secret.py +113 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_name_leases_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_name_leases_get200_response_leases_inner.py +97 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_name_patch_request.py +81 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_name_patch_request_data.py +87 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post_request.py +92 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post_request_provider.py +149 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post_request_provider_any_of.py +84 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post_request_provider_any_of1.py +84 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post_request_provider_any_of1_inputs.py +89 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post_request_provider_any_of2.py +84 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post_request_provider_any_of2_inputs.py +85 -0
- infisicalapi_client/models/api_v1_dynamic_secrets_post_request_provider_any_of_inputs.py +96 -0
- infisicalapi_client/models/api_v1_external_kms_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_external_kms_get200_response_external_kms_list_inner.py +97 -0
- infisicalapi_client/models/api_v1_external_kms_get200_response_external_kms_list_inner_external_kms.py +85 -0
- infisicalapi_client/models/api_v1_external_kms_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_external_kms_id_get200_response_external_kms.py +106 -0
- infisicalapi_client/models/api_v1_external_kms_id_get200_response_external_kms_external.py +93 -0
- infisicalapi_client/models/api_v1_external_kms_id_patch_request.py +79 -0
- infisicalapi_client/models/api_v1_external_kms_id_patch_request_provider.py +84 -0
- infisicalapi_client/models/api_v1_external_kms_id_patch_request_provider_inputs.py +79 -0
- infisicalapi_client/models/api_v1_external_kms_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_external_kms_post200_response_external_kms.py +106 -0
- infisicalapi_client/models/api_v1_external_kms_post200_response_external_kms_external.py +87 -0
- infisicalapi_client/models/api_v1_external_kms_post_request.py +79 -0
- infisicalapi_client/models/api_v1_external_kms_post_request_provider.py +84 -0
- infisicalapi_client/models/api_v1_external_kms_post_request_provider_inputs.py +79 -0
- infisicalapi_client/models/api_v1_external_kms_post_request_provider_inputs_credential.py +134 -0
- infisicalapi_client/models/api_v1_external_kms_post_request_provider_inputs_credential_any_of.py +84 -0
- infisicalapi_client/models/api_v1_external_kms_post_request_provider_inputs_credential_any_of1.py +84 -0
- infisicalapi_client/models/api_v1_external_kms_post_request_provider_inputs_credential_any_of1_data.py +73 -0
- infisicalapi_client/models/api_v1_external_kms_post_request_provider_inputs_credential_any_of_data.py +73 -0
- infisicalapi_client/models/api_v1_folders_batch_patch_request.py +81 -0
- infisicalapi_client/models/api_v1_folders_batch_patch_request_folders_inner.py +77 -0
- infisicalapi_client/models/api_v1_folders_folder_id_or_name_delete_request.py +77 -0
- infisicalapi_client/models/api_v1_folders_folder_id_patch_request.py +79 -0
- infisicalapi_client/models/api_v1_folders_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_folders_get200_response_folders_inner.py +100 -0
- infisicalapi_client/models/api_v1_folders_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_folders_post_request.py +79 -0
- infisicalapi_client/models/api_v1_groups_current_slug_patch_request.py +75 -0
- infisicalapi_client/models/api_v1_groups_post200_response.py +90 -0
- infisicalapi_client/models/api_v1_groups_post_request.py +75 -0
- infisicalapi_client/models/api_v1_groups_slug_users_get200_response.py +81 -0
- infisicalapi_client/models/api_v1_groups_slug_users_get200_response_users_inner.py +96 -0
- infisicalapi_client/models/api_v1_groups_slug_users_username_post200_response.py +94 -0
- infisicalapi_client/models/api_v1_identities_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_identities_get200_response_identities_inner.py +100 -0
- infisicalapi_client/models/api_v1_identities_get200_response_identities_inner_identity.py +80 -0
- infisicalapi_client/models/api_v1_identities_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_identities_identity_id_identity_memberships_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_identities_identity_id_identity_memberships_get200_response_identity_memberships_inner.py +99 -0
- infisicalapi_client/models/api_v1_identities_identity_id_patch_request.py +73 -0
- infisicalapi_client/models/api_v1_identities_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_identities_post200_response_identity.py +84 -0
- infisicalapi_client/models/api_v1_identities_post_request.py +75 -0
- infisicalapi_client/models/api_v1_integration_auth_access_token_post_request.py +85 -0
- infisicalapi_client/models/api_v1_integration_auth_delete200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_apps_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_apps_get200_response_apps_inner.py +75 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_aws_secrets_manager_kms_keys_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_aws_secrets_manager_kms_keys_get200_response_kms_keys_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_bitbucket_workspaces_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_bitbucket_workspaces_get200_response_workspaces_inner.py +83 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_checkly_groups_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_checkly_groups_get200_response_groups_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_github_envs_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_github_envs_get200_response_envs_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_github_orgs_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_github_orgs_get200_response_orgs_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_heroku_pipelines_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_heroku_pipelines_get200_response_pipelines_inner.py +83 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_heroku_pipelines_get200_response_pipelines_inner_app.py +71 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_heroku_pipelines_get200_response_pipelines_inner_pipeline.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_northflank_secret_groups_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_northflank_secret_groups_get200_response_secret_groups_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_qovery_apps_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_qovery_apps_get200_response_apps_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_qovery_containers_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_qovery_environments_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_qovery_environments_get200_response_environments_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_qovery_jobs_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_qovery_projects_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_qovery_projects_get200_response_projects_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_railway_services_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_railway_services_get200_response_services_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_teamcity_build_configs_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_teamcity_build_configs_get200_response_build_configs_inner.py +73 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_teams_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_auth_id_vercel_branches_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_options_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_integration_auth_integration_options_get200_response_integration_options_inner.py +85 -0
- infisicalapi_client/models/api_v1_integration_auth_oauth_token_post_request.py +77 -0
- infisicalapi_client/models/api_v1_integration_integration_id_patch_request.py +89 -0
- infisicalapi_client/models/api_v1_integration_integration_id_patch_request_metadata.py +115 -0
- infisicalapi_client/models/api_v1_integration_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_integration_post200_response_integration.py +197 -0
- infisicalapi_client/models/api_v1_integration_post_request.py +105 -0
- infisicalapi_client/models/api_v1_integration_post_request_metadata.py +115 -0
- infisicalapi_client/models/api_v1_integration_post_request_metadata_secret_gcp_label.py +73 -0
- infisicalapi_client/models/api_v1_invite_org_signup_post200_response.py +73 -0
- infisicalapi_client/models/api_v1_invite_org_signup_post_request.py +73 -0
- infisicalapi_client/models/api_v1_invite_org_verify_post200_response.py +79 -0
- infisicalapi_client/models/api_v1_invite_org_verify_post_request.py +75 -0
- infisicalapi_client/models/api_v1_ldap_config_config_id_group_maps_get200_response_inner.py +81 -0
- infisicalapi_client/models/api_v1_ldap_config_config_id_group_maps_post200_response.py +77 -0
- infisicalapi_client/models/api_v1_ldap_config_config_id_group_maps_post_request.py +73 -0
- infisicalapi_client/models/api_v1_ldap_config_get200_response.py +93 -0
- infisicalapi_client/models/api_v1_ldap_config_patch_request.py +91 -0
- infisicalapi_client/models/api_v1_ldap_config_post200_response.py +109 -0
- infisicalapi_client/models/api_v1_ldap_config_post_request.py +91 -0
- infisicalapi_client/models/api_v1_ldap_login_post_request.py +71 -0
- infisicalapi_client/models/api_v1_organization_admin_projects_get200_response.py +81 -0
- infisicalapi_client/models/api_v1_organization_admin_projects_get200_response_projects_inner.py +113 -0
- infisicalapi_client/models/api_v1_organization_admin_projects_project_id_grant_admin_access_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_organization_admin_projects_project_id_grant_admin_access_post200_response_membership.py +79 -0
- infisicalapi_client/models/api_v1_organization_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_organization_get200_response_organizations_inner.py +114 -0
- infisicalapi_client/models/api_v1_organization_organization_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_organization_organization_id_groups_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_organization_organization_id_groups_get200_response_groups_inner.py +96 -0
- infisicalapi_client/models/api_v1_organization_organization_id_groups_get200_response_groups_inner_custom_role.py +89 -0
- infisicalapi_client/models/api_v1_organization_organization_id_incident_contact_org_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_organization_organization_id_incident_contact_org_get200_response_incident_contacts_org_inner.py +79 -0
- infisicalapi_client/models/api_v1_organization_organization_id_incident_contact_org_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_organization_organization_id_patch200_response.py +77 -0
- infisicalapi_client/models/api_v1_organization_organization_id_patch_request.py +87 -0
- infisicalapi_client/models/api_v1_organization_organization_id_permissions_get200_response.py +77 -0
- infisicalapi_client/models/api_v1_organization_organization_id_permissions_get200_response_membership.py +111 -0
- infisicalapi_client/models/api_v1_organization_organization_id_roles_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_organization_organization_id_roles_get200_response_data.py +79 -0
- infisicalapi_client/models/api_v1_organization_organization_id_roles_get200_response_data_roles_inner.py +95 -0
- infisicalapi_client/models/api_v1_organization_organization_id_roles_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_organization_organization_id_roles_post200_response_role.py +95 -0
- infisicalapi_client/models/api_v1_organization_organization_id_roles_post_request.py +77 -0
- infisicalapi_client/models/api_v1_organization_organization_id_roles_role_id_patch_request.py +77 -0
- infisicalapi_client/models/api_v1_organization_organization_id_users_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_organization_organization_id_users_get200_response_users_inner.py +113 -0
- infisicalapi_client/models/api_v1_organization_organization_id_users_get200_response_users_inner_user.py +101 -0
- infisicalapi_client/models/api_v1_organizations_organization_id_billing_details_patch_request.py +73 -0
- infisicalapi_client/models/api_v1_organizations_organization_id_billing_details_payment_methods_post_request.py +73 -0
- infisicalapi_client/models/api_v1_organizations_organization_id_billing_details_tax_ids_post_request.py +73 -0
- infisicalapi_client/models/api_v1_organizations_organization_id_plan_get200_response.py +76 -0
- infisicalapi_client/models/api_v1_organizations_organization_id_session_trial_post_request.py +71 -0
- infisicalapi_client/models/api_v1_password_backup_private_key_get200_response.py +77 -0
- infisicalapi_client/models/api_v1_password_backup_private_key_get200_response_backup_private_key.py +89 -0
- infisicalapi_client/models/api_v1_password_backup_private_key_post_request.py +81 -0
- infisicalapi_client/models/api_v1_password_change_password_post_request.py +89 -0
- infisicalapi_client/models/api_v1_password_email_password_reset_post_request.py +71 -0
- infisicalapi_client/models/api_v1_password_email_password_reset_verify_post200_response.py +79 -0
- infisicalapi_client/models/api_v1_password_email_password_reset_verify_post200_response_user.py +177 -0
- infisicalapi_client/models/api_v1_password_email_password_reset_verify_post_request.py +73 -0
- infisicalapi_client/models/api_v1_password_password_reset_post_request.py +85 -0
- infisicalapi_client/models/api_v1_password_srp1_post200_response.py +73 -0
- infisicalapi_client/models/api_v1_password_srp1_post_request.py +71 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_certificate_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_crl_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_csr_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_import_certificate_post200_response.py +73 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_import_certificate_post_request.py +73 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_issue_certificate_post200_response.py +79 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_issue_certificate_post_request.py +81 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_patch_request.py +81 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_sign_certificate_post200_response.py +77 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_sign_certificate_post_request.py +83 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_sign_intermediate_post200_response.py +77 -0
- infisicalapi_client/models/api_v1_pki_ca_ca_id_sign_intermediate_post_request.py +77 -0
- infisicalapi_client/models/api_v1_pki_ca_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_pki_ca_post200_response_ca.py +134 -0
- infisicalapi_client/models/api_v1_pki_ca_post_request.py +112 -0
- infisicalapi_client/models/api_v1_pki_certificates_serial_number_certificate_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_pki_certificates_serial_number_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_pki_certificates_serial_number_get200_response_certificate.py +110 -0
- infisicalapi_client/models/api_v1_pki_certificates_serial_number_revoke_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_pki_certificates_serial_number_revoke_post_request.py +78 -0
- infisicalapi_client/models/api_v1_rate_limit_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_rate_limit_get200_response_rate_limit.py +89 -0
- infisicalapi_client/models/api_v1_rate_limit_put_request.py +83 -0
- infisicalapi_client/models/api_v1_scim_groups_get200_response.py +87 -0
- infisicalapi_client/models/api_v1_scim_groups_get200_response_resources_inner.py +91 -0
- infisicalapi_client/models/api_v1_scim_groups_get200_response_resources_inner_meta.py +71 -0
- infisicalapi_client/models/api_v1_scim_groups_group_id_patch_request.py +81 -0
- infisicalapi_client/models/api_v1_scim_groups_group_id_patch_request_operations_inner.py +149 -0
- infisicalapi_client/models/api_v1_scim_groups_group_id_patch_request_operations_inner_any_of.py +84 -0
- infisicalapi_client/models/api_v1_scim_groups_group_id_patch_request_operations_inner_any_of1.py +80 -0
- infisicalapi_client/models/api_v1_scim_groups_group_id_patch_request_operations_inner_any_of2.py +90 -0
- infisicalapi_client/models/api_v1_scim_groups_group_id_patch_request_operations_inner_any_of2_value_inner.py +73 -0
- infisicalapi_client/models/api_v1_scim_groups_group_id_patch_request_operations_inner_any_of_value.py +73 -0
- infisicalapi_client/models/api_v1_scim_groups_group_id_put_request.py +85 -0
- infisicalapi_client/models/api_v1_scim_groups_post200_response.py +91 -0
- infisicalapi_client/models/api_v1_scim_groups_post_request.py +83 -0
- infisicalapi_client/models/api_v1_scim_scim_tokens_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_scim_scim_tokens_get200_response_scim_tokens_inner.py +81 -0
- infisicalapi_client/models/api_v1_scim_scim_tokens_post200_response.py +71 -0
- infisicalapi_client/models/api_v1_scim_scim_tokens_post_request.py +75 -0
- infisicalapi_client/models/api_v1_scim_scim_tokens_scim_token_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v1_scim_users_get200_response.py +87 -0
- infisicalapi_client/models/api_v1_scim_users_get200_response_resources_inner.py +93 -0
- infisicalapi_client/models/api_v1_scim_users_get200_response_resources_inner_emails_inner.py +75 -0
- infisicalapi_client/models/api_v1_scim_users_get200_response_resources_inner_name.py +73 -0
- infisicalapi_client/models/api_v1_scim_users_org_membership_id_get201_response.py +105 -0
- infisicalapi_client/models/api_v1_scim_users_org_membership_id_get201_response_groups_inner.py +73 -0
- infisicalapi_client/models/api_v1_scim_users_org_membership_id_put200_response.py +105 -0
- infisicalapi_client/models/api_v1_scim_users_org_membership_id_put_request.py +85 -0
- infisicalapi_client/models/api_v1_scim_users_post200_response.py +95 -0
- infisicalapi_client/models/api_v1_scim_users_post_request.py +91 -0
- infisicalapi_client/models/api_v1_scim_users_post_request_emails_inner.py +75 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_count_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_count_get200_response_approvals.py +73 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_get200_response_approvals_inner.py +151 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_get200_response_approvals_inner_commits_inner.py +78 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_get200_response_approvals_inner_committer_user.py +94 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_get200_response_approvals_inner_policy.py +86 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_get200_response_approvals_inner_reviewers_inner.py +73 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_get200_response_approval.py +156 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_get200_response_approval_commits_inner.py +138 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_get200_response_approval_commits_inner_secret.py +79 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_get200_response_approval_commits_inner_secret_version.py +89 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_get200_response_approval_policy.py +94 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_get200_response_approval_reviewers_inner.py +96 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_merge_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_merge_post200_response_approval.py +115 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_merge_post_request.py +71 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_review_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_review_post200_response_review.py +81 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_review_post_request.py +78 -0
- infisicalapi_client/models/api_v1_secret_approval_requests_id_status_post_request.py +78 -0
- infisicalapi_client/models/api_v1_secret_approvals_board_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_approvals_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_secret_approvals_get200_response_approvals_inner.py +108 -0
- infisicalapi_client/models/api_v1_secret_approvals_get200_response_approvals_inner_environment.py +75 -0
- infisicalapi_client/models/api_v1_secret_approvals_get200_response_approvals_inner_user_approvers_inner.py +71 -0
- infisicalapi_client/models/api_v1_secret_approvals_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_approvals_post200_response_approval.py +98 -0
- infisicalapi_client/models/api_v1_secret_approvals_post_request.py +98 -0
- infisicalapi_client/models/api_v1_secret_approvals_sap_id_patch_request.py +94 -0
- infisicalapi_client/models/api_v1_secret_imports_get200_response.py +81 -0
- infisicalapi_client/models/api_v1_secret_imports_get200_response_secret_imports_inner.py +129 -0
- infisicalapi_client/models/api_v1_secret_imports_get200_response_secret_imports_inner_import_env.py +75 -0
- infisicalapi_client/models/api_v1_secret_imports_post200_response.py +77 -0
- infisicalapi_client/models/api_v1_secret_imports_post_request.py +83 -0
- infisicalapi_client/models/api_v1_secret_imports_post_request_import.py +73 -0
- infisicalapi_client/models/api_v1_secret_imports_secret_import_id_delete_request.py +75 -0
- infisicalapi_client/models/api_v1_secret_imports_secret_import_id_patch_request.py +81 -0
- infisicalapi_client/models/api_v1_secret_imports_secret_import_id_patch_request_import.py +75 -0
- infisicalapi_client/models/api_v1_secret_imports_secret_import_id_replication_resync_post_request.py +75 -0
- infisicalapi_client/models/api_v1_secret_imports_secrets_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_secret_imports_secrets_get200_response_secrets_inner.py +91 -0
- infisicalapi_client/models/api_v1_secret_imports_secrets_get200_response_secrets_inner_secrets_inner.py +153 -0
- infisicalapi_client/models/api_v1_secret_imports_secrets_raw_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_secret_imports_secrets_raw_get200_response_secrets_inner.py +91 -0
- infisicalapi_client/models/api_v1_secret_rotation_providers_workspace_id_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_secret_rotation_providers_workspace_id_get200_response_providers_inner.py +84 -0
- infisicalapi_client/models/api_v1_secret_rotations_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_secret_rotations_get200_response_secret_rotations_inner.py +155 -0
- infisicalapi_client/models/api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner.py +77 -0
- infisicalapi_client/models/api_v1_secret_rotations_get200_response_secret_rotations_inner_outputs_inner_secret.py +75 -0
- infisicalapi_client/models/api_v1_secret_rotations_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_rotations_post200_response_secret_rotation.py +155 -0
- infisicalapi_client/models/api_v1_secret_rotations_post200_response_secret_rotation_outputs_inner.py +77 -0
- infisicalapi_client/models/api_v1_secret_rotations_post_request.py +85 -0
- infisicalapi_client/models/api_v1_secret_rotations_restart_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_rotations_restart_post200_response_secret_rotation.py +145 -0
- infisicalapi_client/models/api_v1_secret_rotations_restart_post_request.py +71 -0
- infisicalapi_client/models/api_v1_secret_scanning_create_installation_session_organization_post200_response.py +71 -0
- infisicalapi_client/models/api_v1_secret_scanning_create_installation_session_organization_post_request.py +71 -0
- infisicalapi_client/models/api_v1_secret_scanning_installation_status_organization_organization_id_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_secret_scanning_link_installation_post200_response.py +81 -0
- infisicalapi_client/models/api_v1_secret_scanning_link_installation_post_request.py +73 -0
- infisicalapi_client/models/api_v1_secret_scanning_organization_organization_id_risks_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_secret_scanning_organization_organization_id_risks_get200_response_risks_inner.py +261 -0
- infisicalapi_client/models/api_v1_secret_scanning_organization_organization_id_risks_risk_id_status_post_request.py +78 -0
- infisicalapi_client/models/api_v1_secret_secret_id_secret_versions_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_secret_secret_id_secret_versions_get200_response_secret_versions_inner.py +119 -0
- infisicalapi_client/models/api_v1_secret_sharing_get200_response.py +81 -0
- infisicalapi_client/models/api_v1_secret_sharing_get200_response_secrets_inner.py +122 -0
- infisicalapi_client/models/api_v1_secret_sharing_post200_response.py +71 -0
- infisicalapi_client/models/api_v1_secret_sharing_post_request.py +95 -0
- infisicalapi_client/models/api_v1_secret_sharing_public_id_get200_response.py +88 -0
- infisicalapi_client/models/api_v1_secret_sharing_public_post_request.py +81 -0
- infisicalapi_client/models/api_v1_secret_snapshot_secret_snapshot_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_secret_snapshot_secret_snapshot_id_get200_response_secret_snapshot.py +103 -0
- infisicalapi_client/models/api_v1_secret_snapshot_secret_snapshot_id_get200_response_secret_snapshot_environment.py +75 -0
- infisicalapi_client/models/api_v1_secret_snapshot_secret_snapshot_id_get200_response_secret_snapshot_folder_version_inner.py +73 -0
- infisicalapi_client/models/api_v1_secret_snapshot_secret_snapshot_id_get200_response_secret_snapshot_secret_versions_inner.py +123 -0
- infisicalapi_client/models/api_v1_secret_snapshot_secret_snapshot_id_get200_response_secret_snapshot_secret_versions_inner_tags_inner.py +80 -0
- infisicalapi_client/models/api_v1_secret_snapshot_secret_snapshot_id_rollback_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_sso_config_get200_response.py +92 -0
- infisicalapi_client/models/api_v1_sso_config_patch_request.py +91 -0
- infisicalapi_client/models/api_v1_sso_config_post200_response.py +151 -0
- infisicalapi_client/models/api_v1_sso_config_post_request.py +88 -0
- infisicalapi_client/models/api_v1_sso_oidc_config_get200_response.py +130 -0
- infisicalapi_client/models/api_v1_sso_oidc_config_patch200_response.py +126 -0
- infisicalapi_client/models/api_v1_sso_oidc_config_patch_request.py +103 -0
- infisicalapi_client/models/api_v1_sso_oidc_config_post200_response.py +126 -0
- infisicalapi_client/models/api_v1_sso_oidc_config_post_request.py +100 -0
- infisicalapi_client/models/api_v1_sso_token_exchange_post_request.py +73 -0
- infisicalapi_client/models/api_v1_user_action_get200_response.py +80 -0
- infisicalapi_client/models/api_v1_user_action_get200_response_user_action.py +79 -0
- infisicalapi_client/models/api_v1_user_action_post200_response.py +77 -0
- infisicalapi_client/models/api_v1_user_action_post200_response_user_action.py +79 -0
- infisicalapi_client/models/api_v1_user_action_post_request.py +71 -0
- infisicalapi_client/models/api_v1_user_engagement_me_wish_post_request.py +71 -0
- infisicalapi_client/models/api_v1_user_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_user_get200_response_user.py +233 -0
- infisicalapi_client/models/api_v1_user_me_project_favorites_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_user_me_project_favorites_put_request.py +73 -0
- infisicalapi_client/models/api_v1_user_private_key_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_webhooks_get200_response.py +81 -0
- infisicalapi_client/models/api_v1_webhooks_get200_response_webhooks_inner.py +112 -0
- infisicalapi_client/models/api_v1_webhooks_post200_response.py +77 -0
- infisicalapi_client/models/api_v1_webhooks_post200_response_webhook.py +110 -0
- infisicalapi_client/models/api_v1_webhooks_post_request.py +91 -0
- infisicalapi_client/models/api_v1_webhooks_webhook_id_patch_request.py +71 -0
- infisicalapi_client/models/api_v1_workspace_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_get200_response_workspaces_inner.py +125 -0
- infisicalapi_client/models/api_v1_workspace_project_id_permissions_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_project_id_permissions_get200_response_data.py +77 -0
- infisicalapi_client/models/api_v1_workspace_project_id_permissions_get200_response_data_membership.py +89 -0
- infisicalapi_client/models/api_v1_workspace_project_id_permissions_get200_response_data_membership_roles_inner.py +71 -0
- infisicalapi_client/models/api_v1_workspace_project_id_tags_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_project_id_tags_get200_response_workspace_tags_inner.py +95 -0
- infisicalapi_client/models/api_v1_workspace_project_id_tags_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_project_id_tags_post_request.py +73 -0
- infisicalapi_client/models/api_v1_workspace_project_id_tags_tag_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_project_id_tags_tag_id_get200_response_workspace_tag.py +97 -0
- infisicalapi_client/models/api_v1_workspace_project_id_tags_tag_id_patch_request.py +73 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_get200_response_roles_inner.py +88 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post200_response_role.py +98 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post200_response_role_permissions_inner.py +86 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post200_response_role_permissions_inner_conditions.py +77 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post200_response_role_permissions_inner_conditions_secret_path.py +71 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post200_response_role_permissions_inner_subject.py +138 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post_request.py +85 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post_request_permissions_inner.py +93 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post_request_permissions_inner_conditions.py +77 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_post_request_permissions_inner_conditions_secret_path.py +71 -0
- infisicalapi_client/models/api_v1_workspace_project_slug_roles_role_id_patch_request.py +83 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_audit_logs_filters_actors_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_audit_logs_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_audit_logs_get200_response_audit_logs_inner.py +128 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_audit_logs_get200_response_audit_logs_inner_event.py +78 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_authorizations_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_authorizations_get200_response_authorizations_inner.py +114 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_auto_capitalization_post_request.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_environments_env_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_environments_env_id_get200_response_environment.py +83 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_environments_id_patch_request.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_environments_post200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_environments_post_request.py +73 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_integrations_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_integrations_get200_response_integrations_inner.py +203 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_key_post_request.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_key_post_request_key.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_keys_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_keys_get200_response_public_keys_inner.py +73 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_kms_backup_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_kms_backup_post_request.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_kms_get200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_kms_get200_response_secret_manager_kms_key.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_kms_patch_request.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_kms_patch_request_kms.py +134 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_kms_patch_request_kms_any_of.py +78 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_kms_patch_request_kms_any_of1.py +80 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_details_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_details_post_request.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_get200_response_memberships_inner.py +91 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_get200_response_memberships_inner_user.py +94 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_membership_id_patch200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_membership_id_patch200_response_roles_inner.py +116 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_membership_id_patch_request.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_membership_id_patch_request_roles_inner.py +134 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_membership_id_patch_request_roles_inner_any_of.py +73 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_membership_id_patch_request_roles_inner_any_of1.py +86 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_post200_response.py +81 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_post_request.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_memberships_post_request_members_inner.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_migrate_v3_post200_response.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_name_post200_response.py +77 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_name_post_request.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_patch200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_patch_request.py +73 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_secret_snapshots_count_get200_response.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_secret_snapshots_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_secret_snapshots_get200_response_secret_snapshots_inner.py +86 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_service_token_data_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_service_token_data_get200_response_service_token_data_inner.py +104 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_trusted_ips_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_trusted_ips_get200_response_trusted_ips_inner.py +102 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_trusted_ips_post200_response.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_trusted_ips_post_request.py +75 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_trusted_ips_trusted_ip_id_patch_request.py +73 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_users_get200_response.py +79 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_users_get200_response_users_inner.py +97 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_users_get200_response_users_inner_project.py +73 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_users_get200_response_users_inner_roles_inner.py +124 -0
- infisicalapi_client/models/api_v1_workspace_workspace_id_users_get200_response_users_inner_user.py +96 -0
- infisicalapi_client/models/api_v1_workspace_workspace_slug_audit_logs_retention_put_request.py +71 -0
- infisicalapi_client/models/api_v1_workspace_workspace_slug_version_limit_put_request.py +71 -0
- infisicalapi_client/models/api_v2_auth_mfa_verify_post200_response.py +107 -0
- infisicalapi_client/models/api_v2_auth_mfa_verify_post_request.py +71 -0
- infisicalapi_client/models/api_v2_organizations_org_id_identity_memberships_get200_response.py +79 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_get200_response.py +79 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_get200_response_users_inner.py +113 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_get200_response_users_inner_user.py +103 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_membership_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_membership_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_membership_id_get200_response_membership.py +113 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_membership_id_get200_response_membership_user.py +108 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_membership_id_patch_request.py +73 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_memberships_membership_id_project_memberships_get200_response.py +79 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_workspaces_get200_response.py +79 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_workspaces_get200_response_workspaces_inner.py +87 -0
- infisicalapi_client/models/api_v2_organizations_organization_id_workspaces_get200_response_workspaces_inner_environments_inner.py +73 -0
- infisicalapi_client/models/api_v2_service_token_get200_response.py +139 -0
- infisicalapi_client/models/api_v2_service_token_get200_response_user.py +121 -0
- infisicalapi_client/models/api_v2_service_token_post200_response.py +77 -0
- infisicalapi_client/models/api_v2_service_token_post_request.py +106 -0
- infisicalapi_client/models/api_v2_service_token_post_request_scopes_inner.py +73 -0
- infisicalapi_client/models/api_v2_service_token_service_token_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v2_users_me_api_keys_api_key_data_id_delete200_response.py +75 -0
- infisicalapi_client/models/api_v2_users_me_api_keys_get200_response_inner.py +93 -0
- infisicalapi_client/models/api_v2_users_me_api_keys_post200_response.py +77 -0
- infisicalapi_client/models/api_v2_users_me_api_keys_post_request.py +73 -0
- infisicalapi_client/models/api_v2_users_me_auth_methods_put_request.py +79 -0
- infisicalapi_client/models/api_v2_users_me_emails_code_post_request.py +71 -0
- infisicalapi_client/models/api_v2_users_me_emails_verify_post_request.py +73 -0
- infisicalapi_client/models/api_v2_users_me_mfa_patch200_response.py +75 -0
- infisicalapi_client/models/api_v2_users_me_mfa_patch_request.py +71 -0
- infisicalapi_client/models/api_v2_users_me_name_patch_request.py +73 -0
- infisicalapi_client/models/api_v2_users_me_sessions_get200_response_inner.py +92 -0
- infisicalapi_client/models/api_v2_workspace_post200_response.py +75 -0
- infisicalapi_client/models/api_v2_workspace_post_request.py +75 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_get200_response.py +75 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_patch_request.py +79 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_patch_request_roles_inner.py +134 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_patch_request_roles_inner_any_of.py +73 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_patch_request_roles_inner_any_of1.py +86 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_post200_response.py +75 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_post200_response_identity_membership.py +79 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_post_request.py +81 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner.py +134 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner_any_of.py +73 -0
- infisicalapi_client/models/api_v2_workspace_project_id_identity_memberships_identity_id_post_request_roles_inner_any_of1.py +86 -0
- infisicalapi_client/models/api_v2_workspace_project_id_memberships_delete_request.py +73 -0
- infisicalapi_client/models/api_v2_workspace_project_id_memberships_post200_response.py +79 -0
- infisicalapi_client/models/api_v2_workspace_project_id_memberships_post_request.py +73 -0
- infisicalapi_client/models/api_v2_workspace_project_id_upgrade_post_request.py +71 -0
- infisicalapi_client/models/api_v2_workspace_project_id_upgrade_status_get200_response.py +76 -0
- infisicalapi_client/models/api_v2_workspace_project_slug_groups_get200_response.py +79 -0
- infisicalapi_client/models/api_v2_workspace_project_slug_groups_get200_response_group_memberships_inner.py +93 -0
- infisicalapi_client/models/api_v2_workspace_project_slug_groups_get200_response_group_memberships_inner_group.py +75 -0
- infisicalapi_client/models/api_v2_workspace_project_slug_groups_group_slug_patch_request.py +79 -0
- infisicalapi_client/models/api_v2_workspace_project_slug_groups_group_slug_post200_response.py +75 -0
- infisicalapi_client/models/api_v2_workspace_project_slug_groups_group_slug_post200_response_group_membership.py +79 -0
- infisicalapi_client/models/api_v2_workspace_project_slug_groups_group_slug_post_request.py +71 -0
- infisicalapi_client/models/api_v2_workspace_slug_cas_get200_response.py +79 -0
- infisicalapi_client/models/api_v2_workspace_slug_certificates_get200_response.py +81 -0
- infisicalapi_client/models/api_v2_workspace_slug_patch_request.py +73 -0
- infisicalapi_client/models/api_v2_workspace_workspace_id_encrypted_key_get200_response.py +96 -0
- infisicalapi_client/models/api_v2_workspace_workspace_id_encrypted_key_get200_response_sender.py +71 -0
- infisicalapi_client/models/api_v3_auth_login1_post_request.py +75 -0
- infisicalapi_client/models/api_v3_auth_login2_post200_response.py +134 -0
- infisicalapi_client/models/api_v3_auth_login2_post200_response_any_of.py +73 -0
- infisicalapi_client/models/api_v3_auth_login2_post200_response_any_of1.py +109 -0
- infisicalapi_client/models/api_v3_auth_login2_post_request.py +79 -0
- infisicalapi_client/models/api_v3_secrets_backfill_secret_references_post_request.py +71 -0
- infisicalapi_client/models/api_v3_secrets_batch_delete_request.py +85 -0
- infisicalapi_client/models/api_v3_secrets_batch_delete_request_secrets_inner.py +83 -0
- infisicalapi_client/models/api_v3_secrets_batch_patch_request.py +85 -0
- infisicalapi_client/models/api_v3_secrets_batch_patch_request_secrets_inner.py +105 -0
- infisicalapi_client/models/api_v3_secrets_batch_post200_response.py +134 -0
- infisicalapi_client/models/api_v3_secrets_batch_post200_response_any_of.py +79 -0
- infisicalapi_client/models/api_v3_secrets_batch_post_request.py +85 -0
- infisicalapi_client/models/api_v3_secrets_batch_post_request_secrets_inner.py +93 -0
- infisicalapi_client/models/api_v3_secrets_batch_raw_delete_request.py +87 -0
- infisicalapi_client/models/api_v3_secrets_batch_raw_delete_request_secrets_inner.py +83 -0
- infisicalapi_client/models/api_v3_secrets_batch_raw_patch_request.py +87 -0
- infisicalapi_client/models/api_v3_secrets_batch_raw_patch_request_secrets_inner.py +95 -0
- infisicalapi_client/models/api_v3_secrets_batch_raw_post200_response.py +134 -0
- infisicalapi_client/models/api_v3_secrets_batch_raw_post200_response_any_of.py +79 -0
- infisicalapi_client/models/api_v3_secrets_batch_raw_post_request.py +87 -0
- infisicalapi_client/models/api_v3_secrets_batch_raw_post_request_secrets_inner.py +81 -0
- infisicalapi_client/models/api_v3_secrets_get200_response.py +89 -0
- infisicalapi_client/models/api_v3_secrets_get200_response_imports_inner.py +85 -0
- infisicalapi_client/models/api_v3_secrets_get200_response_imports_inner_secrets_inner.py +159 -0
- infisicalapi_client/models/api_v3_secrets_get200_response_secrets_inner.py +171 -0
- infisicalapi_client/models/api_v3_secrets_move_post200_response.py +73 -0
- infisicalapi_client/models/api_v3_secrets_move_post_request.py +83 -0
- infisicalapi_client/models/api_v3_secrets_raw_get200_response.py +89 -0
- infisicalapi_client/models/api_v3_secrets_raw_get200_response_imports_inner.py +85 -0
- infisicalapi_client/models/api_v3_secrets_raw_get200_response_imports_inner_secrets_inner.py +115 -0
- infisicalapi_client/models/api_v3_secrets_raw_get200_response_secrets_inner.py +131 -0
- infisicalapi_client/models/api_v3_secrets_raw_secret_name_delete_request.py +87 -0
- infisicalapi_client/models/api_v3_secrets_raw_secret_name_get200_response.py +75 -0
- infisicalapi_client/models/api_v3_secrets_raw_secret_name_get200_response_secret.py +129 -0
- infisicalapi_client/models/api_v3_secrets_raw_secret_name_patch_request.py +113 -0
- infisicalapi_client/models/api_v3_secrets_raw_secret_name_post200_response.py +134 -0
- infisicalapi_client/models/api_v3_secrets_raw_secret_name_post200_response_any_of.py +75 -0
- infisicalapi_client/models/api_v3_secrets_raw_secret_name_post200_response_any_of1.py +75 -0
- infisicalapi_client/models/api_v3_secrets_raw_secret_name_post_request.py +109 -0
- infisicalapi_client/models/api_v3_secrets_secret_name_delete_request.py +89 -0
- infisicalapi_client/models/api_v3_secrets_secret_name_get200_response.py +75 -0
- infisicalapi_client/models/api_v3_secrets_secret_name_get200_response_secret.py +157 -0
- infisicalapi_client/models/api_v3_secrets_secret_name_patch_request.py +129 -0
- infisicalapi_client/models/api_v3_secrets_secret_name_post200_response.py +134 -0
- infisicalapi_client/models/api_v3_secrets_secret_name_post200_response_any_of.py +75 -0
- infisicalapi_client/models/api_v3_secrets_secret_name_post_request.py +109 -0
- infisicalapi_client/models/api_v3_secrets_tags_secret_name_delete_request.py +89 -0
- infisicalapi_client/models/api_v3_secrets_tags_secret_name_post200_response.py +75 -0
- infisicalapi_client/models/api_v3_secrets_tags_secret_name_post200_response_secret.py +163 -0
- infisicalapi_client/models/api_v3_secrets_tags_secret_name_post200_response_secret_tags_inner.py +82 -0
- infisicalapi_client/models/api_v3_secrets_tags_secret_name_post_request.py +89 -0
- infisicalapi_client/models/api_v3_signup_complete_account_signup_post200_response.py +86 -0
- infisicalapi_client/models/api_v3_signup_complete_account_signup_post_request.py +106 -0
- infisicalapi_client/models/api_v3_signup_email_verify_post200_response.py +79 -0
- infisicalapi_client/models/api_v3_users_me_api_keys_get200_response.py +79 -0
- infisicalapi_client/models/api_v3_workspaces_project_id_secrets_get200_response.py +79 -0
- infisicalapi_client/models/api_v3_workspaces_project_id_secrets_get200_response_secrets_inner.py +157 -0
- infisicalapi_client/models/api_v3_workspaces_project_id_secrets_names_post_request.py +79 -0
- infisicalapi_client/models/api_v3_workspaces_project_id_secrets_names_post_request_secrets_to_update_inner.py +73 -0
- infisicalapi_client/py.typed +0 -0
- infisicalapi_client/rest.py +327 -0
- infisicalsdk-0.1.3.dist-info/METADATA +19 -0
- infisicalsdk-0.1.3.dist-info/RECORD +666 -0
- infisicalsdk-0.1.3.dist-info/WHEEL +5 -0
- infisicalsdk-0.1.3.dist-info/top_level.txt +2 -0
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infisical API
|
|
5
|
+
|
|
6
|
+
List of all available APIs that can be consumed
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.0.1
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
from typing import Optional
|
|
22
|
+
from pydantic import BaseModel, Field, StrictBool, StrictStr
|
|
23
|
+
|
|
24
|
+
class ApiV2OrganizationsOrganizationIdMembershipsMembershipIdPatchRequest(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV2OrganizationsOrganizationIdMembershipsMembershipIdPatchRequest
|
|
27
|
+
"""
|
|
28
|
+
role: Optional[StrictStr] = Field(default=None, description="The new role of the membership.")
|
|
29
|
+
is_active: Optional[StrictBool] = Field(default=None, alias="isActive", description="The active status of the membership")
|
|
30
|
+
__properties = ["role", "isActive"]
|
|
31
|
+
|
|
32
|
+
class Config:
|
|
33
|
+
"""Pydantic configuration"""
|
|
34
|
+
allow_population_by_field_name = True
|
|
35
|
+
validate_assignment = True
|
|
36
|
+
|
|
37
|
+
def to_str(self) -> str:
|
|
38
|
+
"""Returns the string representation of the model using alias"""
|
|
39
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
40
|
+
|
|
41
|
+
def to_json(self) -> str:
|
|
42
|
+
"""Returns the JSON representation of the model using alias"""
|
|
43
|
+
return json.dumps(self.to_dict())
|
|
44
|
+
|
|
45
|
+
@classmethod
|
|
46
|
+
def from_json(cls, json_str: str) -> ApiV2OrganizationsOrganizationIdMembershipsMembershipIdPatchRequest:
|
|
47
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdMembershipsMembershipIdPatchRequest from a JSON string"""
|
|
48
|
+
return cls.from_dict(json.loads(json_str))
|
|
49
|
+
|
|
50
|
+
def to_dict(self):
|
|
51
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
52
|
+
_dict = self.dict(by_alias=True,
|
|
53
|
+
exclude={
|
|
54
|
+
},
|
|
55
|
+
exclude_none=True)
|
|
56
|
+
return _dict
|
|
57
|
+
|
|
58
|
+
@classmethod
|
|
59
|
+
def from_dict(cls, obj: dict) -> ApiV2OrganizationsOrganizationIdMembershipsMembershipIdPatchRequest:
|
|
60
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdMembershipsMembershipIdPatchRequest from a dict"""
|
|
61
|
+
if obj is None:
|
|
62
|
+
return None
|
|
63
|
+
|
|
64
|
+
if not isinstance(obj, dict):
|
|
65
|
+
return ApiV2OrganizationsOrganizationIdMembershipsMembershipIdPatchRequest.parse_obj(obj)
|
|
66
|
+
|
|
67
|
+
_obj = ApiV2OrganizationsOrganizationIdMembershipsMembershipIdPatchRequest.parse_obj({
|
|
68
|
+
"role": obj.get("role"),
|
|
69
|
+
"is_active": obj.get("isActive")
|
|
70
|
+
})
|
|
71
|
+
return _obj
|
|
72
|
+
|
|
73
|
+
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infisical API
|
|
5
|
+
|
|
6
|
+
List of all available APIs that can be consumed
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.0.1
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
from typing import List
|
|
22
|
+
from pydantic import BaseModel, Field, conlist
|
|
23
|
+
from infisicalapi_client.models.api_v1_workspace_workspace_id_users_get200_response_users_inner import ApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInner
|
|
24
|
+
|
|
25
|
+
class ApiV2OrganizationsOrganizationIdMembershipsMembershipIdProjectMembershipsGet200Response(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ApiV2OrganizationsOrganizationIdMembershipsMembershipIdProjectMembershipsGet200Response
|
|
28
|
+
"""
|
|
29
|
+
memberships: conlist(ApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInner) = Field(...)
|
|
30
|
+
__properties = ["memberships"]
|
|
31
|
+
|
|
32
|
+
class Config:
|
|
33
|
+
"""Pydantic configuration"""
|
|
34
|
+
allow_population_by_field_name = True
|
|
35
|
+
validate_assignment = True
|
|
36
|
+
|
|
37
|
+
def to_str(self) -> str:
|
|
38
|
+
"""Returns the string representation of the model using alias"""
|
|
39
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
40
|
+
|
|
41
|
+
def to_json(self) -> str:
|
|
42
|
+
"""Returns the JSON representation of the model using alias"""
|
|
43
|
+
return json.dumps(self.to_dict())
|
|
44
|
+
|
|
45
|
+
@classmethod
|
|
46
|
+
def from_json(cls, json_str: str) -> ApiV2OrganizationsOrganizationIdMembershipsMembershipIdProjectMembershipsGet200Response:
|
|
47
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdMembershipsMembershipIdProjectMembershipsGet200Response from a JSON string"""
|
|
48
|
+
return cls.from_dict(json.loads(json_str))
|
|
49
|
+
|
|
50
|
+
def to_dict(self):
|
|
51
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
52
|
+
_dict = self.dict(by_alias=True,
|
|
53
|
+
exclude={
|
|
54
|
+
},
|
|
55
|
+
exclude_none=True)
|
|
56
|
+
# override the default output from pydantic by calling `to_dict()` of each item in memberships (list)
|
|
57
|
+
_items = []
|
|
58
|
+
if self.memberships:
|
|
59
|
+
for _item in self.memberships:
|
|
60
|
+
if _item:
|
|
61
|
+
_items.append(_item.to_dict())
|
|
62
|
+
_dict['memberships'] = _items
|
|
63
|
+
return _dict
|
|
64
|
+
|
|
65
|
+
@classmethod
|
|
66
|
+
def from_dict(cls, obj: dict) -> ApiV2OrganizationsOrganizationIdMembershipsMembershipIdProjectMembershipsGet200Response:
|
|
67
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdMembershipsMembershipIdProjectMembershipsGet200Response from a dict"""
|
|
68
|
+
if obj is None:
|
|
69
|
+
return None
|
|
70
|
+
|
|
71
|
+
if not isinstance(obj, dict):
|
|
72
|
+
return ApiV2OrganizationsOrganizationIdMembershipsMembershipIdProjectMembershipsGet200Response.parse_obj(obj)
|
|
73
|
+
|
|
74
|
+
_obj = ApiV2OrganizationsOrganizationIdMembershipsMembershipIdProjectMembershipsGet200Response.parse_obj({
|
|
75
|
+
"memberships": [ApiV1WorkspaceWorkspaceIdUsersGet200ResponseUsersInner.from_dict(_item) for _item in obj.get("memberships")] if obj.get("memberships") is not None else None
|
|
76
|
+
})
|
|
77
|
+
return _obj
|
|
78
|
+
|
|
79
|
+
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infisical API
|
|
5
|
+
|
|
6
|
+
List of all available APIs that can be consumed
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.0.1
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
from typing import List
|
|
22
|
+
from pydantic import BaseModel, Field, conlist
|
|
23
|
+
from infisicalapi_client.models.api_v2_organizations_organization_id_workspaces_get200_response_workspaces_inner import ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner
|
|
24
|
+
|
|
25
|
+
class ApiV2OrganizationsOrganizationIdWorkspacesGet200Response(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ApiV2OrganizationsOrganizationIdWorkspacesGet200Response
|
|
28
|
+
"""
|
|
29
|
+
workspaces: conlist(ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner) = Field(...)
|
|
30
|
+
__properties = ["workspaces"]
|
|
31
|
+
|
|
32
|
+
class Config:
|
|
33
|
+
"""Pydantic configuration"""
|
|
34
|
+
allow_population_by_field_name = True
|
|
35
|
+
validate_assignment = True
|
|
36
|
+
|
|
37
|
+
def to_str(self) -> str:
|
|
38
|
+
"""Returns the string representation of the model using alias"""
|
|
39
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
40
|
+
|
|
41
|
+
def to_json(self) -> str:
|
|
42
|
+
"""Returns the JSON representation of the model using alias"""
|
|
43
|
+
return json.dumps(self.to_dict())
|
|
44
|
+
|
|
45
|
+
@classmethod
|
|
46
|
+
def from_json(cls, json_str: str) -> ApiV2OrganizationsOrganizationIdWorkspacesGet200Response:
|
|
47
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdWorkspacesGet200Response from a JSON string"""
|
|
48
|
+
return cls.from_dict(json.loads(json_str))
|
|
49
|
+
|
|
50
|
+
def to_dict(self):
|
|
51
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
52
|
+
_dict = self.dict(by_alias=True,
|
|
53
|
+
exclude={
|
|
54
|
+
},
|
|
55
|
+
exclude_none=True)
|
|
56
|
+
# override the default output from pydantic by calling `to_dict()` of each item in workspaces (list)
|
|
57
|
+
_items = []
|
|
58
|
+
if self.workspaces:
|
|
59
|
+
for _item in self.workspaces:
|
|
60
|
+
if _item:
|
|
61
|
+
_items.append(_item.to_dict())
|
|
62
|
+
_dict['workspaces'] = _items
|
|
63
|
+
return _dict
|
|
64
|
+
|
|
65
|
+
@classmethod
|
|
66
|
+
def from_dict(cls, obj: dict) -> ApiV2OrganizationsOrganizationIdWorkspacesGet200Response:
|
|
67
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdWorkspacesGet200Response from a dict"""
|
|
68
|
+
if obj is None:
|
|
69
|
+
return None
|
|
70
|
+
|
|
71
|
+
if not isinstance(obj, dict):
|
|
72
|
+
return ApiV2OrganizationsOrganizationIdWorkspacesGet200Response.parse_obj(obj)
|
|
73
|
+
|
|
74
|
+
_obj = ApiV2OrganizationsOrganizationIdWorkspacesGet200Response.parse_obj({
|
|
75
|
+
"workspaces": [ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner.from_dict(_item) for _item in obj.get("workspaces")] if obj.get("workspaces") is not None else None
|
|
76
|
+
})
|
|
77
|
+
return _obj
|
|
78
|
+
|
|
79
|
+
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infisical API
|
|
5
|
+
|
|
6
|
+
List of all available APIs that can be consumed
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.0.1
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
from typing import List
|
|
22
|
+
from pydantic import BaseModel, Field, StrictStr, conlist
|
|
23
|
+
from infisicalapi_client.models.api_v2_organizations_organization_id_workspaces_get200_response_workspaces_inner_environments_inner import ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner
|
|
24
|
+
|
|
25
|
+
class ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner
|
|
28
|
+
"""
|
|
29
|
+
id: StrictStr = Field(...)
|
|
30
|
+
name: StrictStr = Field(...)
|
|
31
|
+
slug: StrictStr = Field(...)
|
|
32
|
+
organization: StrictStr = Field(...)
|
|
33
|
+
environments: conlist(ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner) = Field(...)
|
|
34
|
+
__properties = ["id", "name", "slug", "organization", "environments"]
|
|
35
|
+
|
|
36
|
+
class Config:
|
|
37
|
+
"""Pydantic configuration"""
|
|
38
|
+
allow_population_by_field_name = True
|
|
39
|
+
validate_assignment = True
|
|
40
|
+
|
|
41
|
+
def to_str(self) -> str:
|
|
42
|
+
"""Returns the string representation of the model using alias"""
|
|
43
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
44
|
+
|
|
45
|
+
def to_json(self) -> str:
|
|
46
|
+
"""Returns the JSON representation of the model using alias"""
|
|
47
|
+
return json.dumps(self.to_dict())
|
|
48
|
+
|
|
49
|
+
@classmethod
|
|
50
|
+
def from_json(cls, json_str: str) -> ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner:
|
|
51
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner from a JSON string"""
|
|
52
|
+
return cls.from_dict(json.loads(json_str))
|
|
53
|
+
|
|
54
|
+
def to_dict(self):
|
|
55
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
56
|
+
_dict = self.dict(by_alias=True,
|
|
57
|
+
exclude={
|
|
58
|
+
},
|
|
59
|
+
exclude_none=True)
|
|
60
|
+
# override the default output from pydantic by calling `to_dict()` of each item in environments (list)
|
|
61
|
+
_items = []
|
|
62
|
+
if self.environments:
|
|
63
|
+
for _item in self.environments:
|
|
64
|
+
if _item:
|
|
65
|
+
_items.append(_item.to_dict())
|
|
66
|
+
_dict['environments'] = _items
|
|
67
|
+
return _dict
|
|
68
|
+
|
|
69
|
+
@classmethod
|
|
70
|
+
def from_dict(cls, obj: dict) -> ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner:
|
|
71
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner from a dict"""
|
|
72
|
+
if obj is None:
|
|
73
|
+
return None
|
|
74
|
+
|
|
75
|
+
if not isinstance(obj, dict):
|
|
76
|
+
return ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner.parse_obj(obj)
|
|
77
|
+
|
|
78
|
+
_obj = ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInner.parse_obj({
|
|
79
|
+
"id": obj.get("id"),
|
|
80
|
+
"name": obj.get("name"),
|
|
81
|
+
"slug": obj.get("slug"),
|
|
82
|
+
"organization": obj.get("organization"),
|
|
83
|
+
"environments": [ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner.from_dict(_item) for _item in obj.get("environments")] if obj.get("environments") is not None else None
|
|
84
|
+
})
|
|
85
|
+
return _obj
|
|
86
|
+
|
|
87
|
+
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infisical API
|
|
5
|
+
|
|
6
|
+
List of all available APIs that can be consumed
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.0.1
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
from pydantic import BaseModel, Field, StrictStr
|
|
23
|
+
|
|
24
|
+
class ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner
|
|
27
|
+
"""
|
|
28
|
+
name: StrictStr = Field(...)
|
|
29
|
+
slug: StrictStr = Field(...)
|
|
30
|
+
__properties = ["name", "slug"]
|
|
31
|
+
|
|
32
|
+
class Config:
|
|
33
|
+
"""Pydantic configuration"""
|
|
34
|
+
allow_population_by_field_name = True
|
|
35
|
+
validate_assignment = True
|
|
36
|
+
|
|
37
|
+
def to_str(self) -> str:
|
|
38
|
+
"""Returns the string representation of the model using alias"""
|
|
39
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
40
|
+
|
|
41
|
+
def to_json(self) -> str:
|
|
42
|
+
"""Returns the JSON representation of the model using alias"""
|
|
43
|
+
return json.dumps(self.to_dict())
|
|
44
|
+
|
|
45
|
+
@classmethod
|
|
46
|
+
def from_json(cls, json_str: str) -> ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner:
|
|
47
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner from a JSON string"""
|
|
48
|
+
return cls.from_dict(json.loads(json_str))
|
|
49
|
+
|
|
50
|
+
def to_dict(self):
|
|
51
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
52
|
+
_dict = self.dict(by_alias=True,
|
|
53
|
+
exclude={
|
|
54
|
+
},
|
|
55
|
+
exclude_none=True)
|
|
56
|
+
return _dict
|
|
57
|
+
|
|
58
|
+
@classmethod
|
|
59
|
+
def from_dict(cls, obj: dict) -> ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner:
|
|
60
|
+
"""Create an instance of ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner from a dict"""
|
|
61
|
+
if obj is None:
|
|
62
|
+
return None
|
|
63
|
+
|
|
64
|
+
if not isinstance(obj, dict):
|
|
65
|
+
return ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner.parse_obj(obj)
|
|
66
|
+
|
|
67
|
+
_obj = ApiV2OrganizationsOrganizationIdWorkspacesGet200ResponseWorkspacesInnerEnvironmentsInner.parse_obj({
|
|
68
|
+
"name": obj.get("name"),
|
|
69
|
+
"slug": obj.get("slug")
|
|
70
|
+
})
|
|
71
|
+
return _obj
|
|
72
|
+
|
|
73
|
+
|
|
@@ -0,0 +1,139 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infisical API
|
|
5
|
+
|
|
6
|
+
List of all available APIs that can be consumed
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.0.1
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from datetime import datetime
|
|
21
|
+
from typing import Any, List, Optional, Union
|
|
22
|
+
from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr, conlist
|
|
23
|
+
from infisicalapi_client.models.api_v2_service_token_get200_response_user import ApiV2ServiceTokenGet200ResponseUser
|
|
24
|
+
|
|
25
|
+
class ApiV2ServiceTokenGet200Response(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ApiV2ServiceTokenGet200Response
|
|
28
|
+
"""
|
|
29
|
+
id: StrictStr = Field(...)
|
|
30
|
+
name: StrictStr = Field(...)
|
|
31
|
+
scopes: Optional[Any] = None
|
|
32
|
+
permissions: conlist(StrictStr) = Field(...)
|
|
33
|
+
last_used: Optional[datetime] = Field(default=None, alias="lastUsed")
|
|
34
|
+
expires_at: Optional[datetime] = Field(default=None, alias="expiresAt")
|
|
35
|
+
secret_hash: StrictStr = Field(default=..., alias="secretHash")
|
|
36
|
+
encrypted_key: Optional[StrictStr] = Field(default=None, alias="encryptedKey")
|
|
37
|
+
iv: Optional[StrictStr] = None
|
|
38
|
+
tag: Optional[StrictStr] = None
|
|
39
|
+
created_at: datetime = Field(default=..., alias="createdAt")
|
|
40
|
+
updated_at: datetime = Field(default=..., alias="updatedAt")
|
|
41
|
+
created_by: StrictStr = Field(default=..., alias="createdBy")
|
|
42
|
+
project_id: StrictStr = Field(default=..., alias="projectId")
|
|
43
|
+
workspace: StrictStr = Field(...)
|
|
44
|
+
user: ApiV2ServiceTokenGet200ResponseUser = Field(...)
|
|
45
|
+
id: StrictStr = Field(default=..., alias="_id")
|
|
46
|
+
v: Optional[Union[StrictFloat, StrictInt]] = Field(default=0, alias="__v")
|
|
47
|
+
__properties = ["id", "name", "scopes", "permissions", "lastUsed", "expiresAt", "secretHash", "encryptedKey", "iv", "tag", "createdAt", "updatedAt", "createdBy", "projectId", "workspace", "user", "_id", "__v"]
|
|
48
|
+
|
|
49
|
+
class Config:
|
|
50
|
+
"""Pydantic configuration"""
|
|
51
|
+
allow_population_by_field_name = True
|
|
52
|
+
validate_assignment = True
|
|
53
|
+
|
|
54
|
+
def to_str(self) -> str:
|
|
55
|
+
"""Returns the string representation of the model using alias"""
|
|
56
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
57
|
+
|
|
58
|
+
def to_json(self) -> str:
|
|
59
|
+
"""Returns the JSON representation of the model using alias"""
|
|
60
|
+
return json.dumps(self.to_dict())
|
|
61
|
+
|
|
62
|
+
@classmethod
|
|
63
|
+
def from_json(cls, json_str: str) -> ApiV2ServiceTokenGet200Response:
|
|
64
|
+
"""Create an instance of ApiV2ServiceTokenGet200Response from a JSON string"""
|
|
65
|
+
return cls.from_dict(json.loads(json_str))
|
|
66
|
+
|
|
67
|
+
def to_dict(self):
|
|
68
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
69
|
+
_dict = self.dict(by_alias=True,
|
|
70
|
+
exclude={
|
|
71
|
+
},
|
|
72
|
+
exclude_none=True)
|
|
73
|
+
# override the default output from pydantic by calling `to_dict()` of user
|
|
74
|
+
if self.user:
|
|
75
|
+
_dict['user'] = self.user.to_dict()
|
|
76
|
+
# set to None if scopes (nullable) is None
|
|
77
|
+
# and __fields_set__ contains the field
|
|
78
|
+
if self.scopes is None and "scopes" in self.__fields_set__:
|
|
79
|
+
_dict['scopes'] = None
|
|
80
|
+
|
|
81
|
+
# set to None if last_used (nullable) is None
|
|
82
|
+
# and __fields_set__ contains the field
|
|
83
|
+
if self.last_used is None and "last_used" in self.__fields_set__:
|
|
84
|
+
_dict['lastUsed'] = None
|
|
85
|
+
|
|
86
|
+
# set to None if expires_at (nullable) is None
|
|
87
|
+
# and __fields_set__ contains the field
|
|
88
|
+
if self.expires_at is None and "expires_at" in self.__fields_set__:
|
|
89
|
+
_dict['expiresAt'] = None
|
|
90
|
+
|
|
91
|
+
# set to None if encrypted_key (nullable) is None
|
|
92
|
+
# and __fields_set__ contains the field
|
|
93
|
+
if self.encrypted_key is None and "encrypted_key" in self.__fields_set__:
|
|
94
|
+
_dict['encryptedKey'] = None
|
|
95
|
+
|
|
96
|
+
# set to None if iv (nullable) is None
|
|
97
|
+
# and __fields_set__ contains the field
|
|
98
|
+
if self.iv is None and "iv" in self.__fields_set__:
|
|
99
|
+
_dict['iv'] = None
|
|
100
|
+
|
|
101
|
+
# set to None if tag (nullable) is None
|
|
102
|
+
# and __fields_set__ contains the field
|
|
103
|
+
if self.tag is None and "tag" in self.__fields_set__:
|
|
104
|
+
_dict['tag'] = None
|
|
105
|
+
|
|
106
|
+
return _dict
|
|
107
|
+
|
|
108
|
+
@classmethod
|
|
109
|
+
def from_dict(cls, obj: dict) -> ApiV2ServiceTokenGet200Response:
|
|
110
|
+
"""Create an instance of ApiV2ServiceTokenGet200Response from a dict"""
|
|
111
|
+
if obj is None:
|
|
112
|
+
return None
|
|
113
|
+
|
|
114
|
+
if not isinstance(obj, dict):
|
|
115
|
+
return ApiV2ServiceTokenGet200Response.parse_obj(obj)
|
|
116
|
+
|
|
117
|
+
_obj = ApiV2ServiceTokenGet200Response.parse_obj({
|
|
118
|
+
"id": obj.get("id"),
|
|
119
|
+
"name": obj.get("name"),
|
|
120
|
+
"scopes": obj.get("scopes"),
|
|
121
|
+
"permissions": obj.get("permissions"),
|
|
122
|
+
"last_used": obj.get("lastUsed"),
|
|
123
|
+
"expires_at": obj.get("expiresAt"),
|
|
124
|
+
"secret_hash": obj.get("secretHash"),
|
|
125
|
+
"encrypted_key": obj.get("encryptedKey"),
|
|
126
|
+
"iv": obj.get("iv"),
|
|
127
|
+
"tag": obj.get("tag"),
|
|
128
|
+
"created_at": obj.get("createdAt"),
|
|
129
|
+
"updated_at": obj.get("updatedAt"),
|
|
130
|
+
"created_by": obj.get("createdBy"),
|
|
131
|
+
"project_id": obj.get("projectId"),
|
|
132
|
+
"workspace": obj.get("workspace"),
|
|
133
|
+
"user": ApiV2ServiceTokenGet200ResponseUser.from_dict(obj.get("user")) if obj.get("user") is not None else None,
|
|
134
|
+
"id": obj.get("_id"),
|
|
135
|
+
"v": obj.get("__v") if obj.get("__v") is not None else 0
|
|
136
|
+
})
|
|
137
|
+
return _obj
|
|
138
|
+
|
|
139
|
+
|
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
# coding: utf-8
|
|
2
|
+
|
|
3
|
+
"""
|
|
4
|
+
Infisical API
|
|
5
|
+
|
|
6
|
+
List of all available APIs that can be consumed
|
|
7
|
+
|
|
8
|
+
The version of the OpenAPI document: 0.0.1
|
|
9
|
+
Generated by OpenAPI Generator (https://openapi-generator.tech)
|
|
10
|
+
|
|
11
|
+
Do not edit the class manually.
|
|
12
|
+
""" # noqa: E501
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
from __future__ import annotations
|
|
16
|
+
import pprint
|
|
17
|
+
import re # noqa: F401
|
|
18
|
+
import json
|
|
19
|
+
|
|
20
|
+
from datetime import datetime
|
|
21
|
+
from typing import Any, List, Optional, Union
|
|
22
|
+
from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr, conlist
|
|
23
|
+
|
|
24
|
+
class ApiV2ServiceTokenGet200ResponseUser(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV2ServiceTokenGet200ResponseUser
|
|
27
|
+
"""
|
|
28
|
+
auth_methods: Optional[conlist(StrictStr)] = Field(default=None, alias="authMethods")
|
|
29
|
+
id: StrictStr = Field(...)
|
|
30
|
+
created_at: datetime = Field(default=..., alias="createdAt")
|
|
31
|
+
updated_at: datetime = Field(default=..., alias="updatedAt")
|
|
32
|
+
devices: Optional[Any] = None
|
|
33
|
+
email: Optional[StrictStr] = None
|
|
34
|
+
first_name: Optional[StrictStr] = Field(default=None, alias="firstName")
|
|
35
|
+
last_name: Optional[StrictStr] = Field(default=None, alias="lastName")
|
|
36
|
+
mfa_methods: Optional[conlist(StrictStr)] = Field(default=None, alias="mfaMethods")
|
|
37
|
+
v: Optional[Union[StrictFloat, StrictInt]] = Field(default=0, alias="__v")
|
|
38
|
+
id: StrictStr = Field(default=..., alias="_id")
|
|
39
|
+
__properties = ["authMethods", "id", "createdAt", "updatedAt", "devices", "email", "firstName", "lastName", "mfaMethods", "__v", "_id"]
|
|
40
|
+
|
|
41
|
+
class Config:
|
|
42
|
+
"""Pydantic configuration"""
|
|
43
|
+
allow_population_by_field_name = True
|
|
44
|
+
validate_assignment = True
|
|
45
|
+
|
|
46
|
+
def to_str(self) -> str:
|
|
47
|
+
"""Returns the string representation of the model using alias"""
|
|
48
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
49
|
+
|
|
50
|
+
def to_json(self) -> str:
|
|
51
|
+
"""Returns the JSON representation of the model using alias"""
|
|
52
|
+
return json.dumps(self.to_dict())
|
|
53
|
+
|
|
54
|
+
@classmethod
|
|
55
|
+
def from_json(cls, json_str: str) -> ApiV2ServiceTokenGet200ResponseUser:
|
|
56
|
+
"""Create an instance of ApiV2ServiceTokenGet200ResponseUser from a JSON string"""
|
|
57
|
+
return cls.from_dict(json.loads(json_str))
|
|
58
|
+
|
|
59
|
+
def to_dict(self):
|
|
60
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
61
|
+
_dict = self.dict(by_alias=True,
|
|
62
|
+
exclude={
|
|
63
|
+
},
|
|
64
|
+
exclude_none=True)
|
|
65
|
+
# set to None if auth_methods (nullable) is None
|
|
66
|
+
# and __fields_set__ contains the field
|
|
67
|
+
if self.auth_methods is None and "auth_methods" in self.__fields_set__:
|
|
68
|
+
_dict['authMethods'] = None
|
|
69
|
+
|
|
70
|
+
# set to None if devices (nullable) is None
|
|
71
|
+
# and __fields_set__ contains the field
|
|
72
|
+
if self.devices is None and "devices" in self.__fields_set__:
|
|
73
|
+
_dict['devices'] = None
|
|
74
|
+
|
|
75
|
+
# set to None if email (nullable) is None
|
|
76
|
+
# and __fields_set__ contains the field
|
|
77
|
+
if self.email is None and "email" in self.__fields_set__:
|
|
78
|
+
_dict['email'] = None
|
|
79
|
+
|
|
80
|
+
# set to None if first_name (nullable) is None
|
|
81
|
+
# and __fields_set__ contains the field
|
|
82
|
+
if self.first_name is None and "first_name" in self.__fields_set__:
|
|
83
|
+
_dict['firstName'] = None
|
|
84
|
+
|
|
85
|
+
# set to None if last_name (nullable) is None
|
|
86
|
+
# and __fields_set__ contains the field
|
|
87
|
+
if self.last_name is None and "last_name" in self.__fields_set__:
|
|
88
|
+
_dict['lastName'] = None
|
|
89
|
+
|
|
90
|
+
# set to None if mfa_methods (nullable) is None
|
|
91
|
+
# and __fields_set__ contains the field
|
|
92
|
+
if self.mfa_methods is None and "mfa_methods" in self.__fields_set__:
|
|
93
|
+
_dict['mfaMethods'] = None
|
|
94
|
+
|
|
95
|
+
return _dict
|
|
96
|
+
|
|
97
|
+
@classmethod
|
|
98
|
+
def from_dict(cls, obj: dict) -> ApiV2ServiceTokenGet200ResponseUser:
|
|
99
|
+
"""Create an instance of ApiV2ServiceTokenGet200ResponseUser from a dict"""
|
|
100
|
+
if obj is None:
|
|
101
|
+
return None
|
|
102
|
+
|
|
103
|
+
if not isinstance(obj, dict):
|
|
104
|
+
return ApiV2ServiceTokenGet200ResponseUser.parse_obj(obj)
|
|
105
|
+
|
|
106
|
+
_obj = ApiV2ServiceTokenGet200ResponseUser.parse_obj({
|
|
107
|
+
"auth_methods": obj.get("authMethods"),
|
|
108
|
+
"id": obj.get("id"),
|
|
109
|
+
"created_at": obj.get("createdAt"),
|
|
110
|
+
"updated_at": obj.get("updatedAt"),
|
|
111
|
+
"devices": obj.get("devices"),
|
|
112
|
+
"email": obj.get("email"),
|
|
113
|
+
"first_name": obj.get("firstName"),
|
|
114
|
+
"last_name": obj.get("lastName"),
|
|
115
|
+
"mfa_methods": obj.get("mfaMethods"),
|
|
116
|
+
"v": obj.get("__v") if obj.get("__v") is not None else 0,
|
|
117
|
+
"id": obj.get("_id")
|
|
118
|
+
})
|
|
119
|
+
return _obj
|
|
120
|
+
|
|
121
|
+
|