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,77 @@
|
|
|
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 ApiV1PkiCaCaIdSignCertificatePost200Response(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV1PkiCaCaIdSignCertificatePost200Response
|
|
27
|
+
"""
|
|
28
|
+
certificate: StrictStr = Field(default=..., description="The issued certificate")
|
|
29
|
+
issuing_ca_certificate: StrictStr = Field(default=..., alias="issuingCaCertificate", description="The certificate of the issuing CA")
|
|
30
|
+
certificate_chain: StrictStr = Field(default=..., alias="certificateChain", description="The certificate chain of the issued certificate")
|
|
31
|
+
serial_number: StrictStr = Field(default=..., alias="serialNumber", description="The serial number of the issued certificate")
|
|
32
|
+
__properties = ["certificate", "issuingCaCertificate", "certificateChain", "serialNumber"]
|
|
33
|
+
|
|
34
|
+
class Config:
|
|
35
|
+
"""Pydantic configuration"""
|
|
36
|
+
allow_population_by_field_name = True
|
|
37
|
+
validate_assignment = True
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
return json.dumps(self.to_dict())
|
|
46
|
+
|
|
47
|
+
@classmethod
|
|
48
|
+
def from_json(cls, json_str: str) -> ApiV1PkiCaCaIdSignCertificatePost200Response:
|
|
49
|
+
"""Create an instance of ApiV1PkiCaCaIdSignCertificatePost200Response from a JSON string"""
|
|
50
|
+
return cls.from_dict(json.loads(json_str))
|
|
51
|
+
|
|
52
|
+
def to_dict(self):
|
|
53
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
54
|
+
_dict = self.dict(by_alias=True,
|
|
55
|
+
exclude={
|
|
56
|
+
},
|
|
57
|
+
exclude_none=True)
|
|
58
|
+
return _dict
|
|
59
|
+
|
|
60
|
+
@classmethod
|
|
61
|
+
def from_dict(cls, obj: dict) -> ApiV1PkiCaCaIdSignCertificatePost200Response:
|
|
62
|
+
"""Create an instance of ApiV1PkiCaCaIdSignCertificatePost200Response from a dict"""
|
|
63
|
+
if obj is None:
|
|
64
|
+
return None
|
|
65
|
+
|
|
66
|
+
if not isinstance(obj, dict):
|
|
67
|
+
return ApiV1PkiCaCaIdSignCertificatePost200Response.parse_obj(obj)
|
|
68
|
+
|
|
69
|
+
_obj = ApiV1PkiCaCaIdSignCertificatePost200Response.parse_obj({
|
|
70
|
+
"certificate": obj.get("certificate"),
|
|
71
|
+
"issuing_ca_certificate": obj.get("issuingCaCertificate"),
|
|
72
|
+
"certificate_chain": obj.get("certificateChain"),
|
|
73
|
+
"serial_number": obj.get("serialNumber")
|
|
74
|
+
})
|
|
75
|
+
return _obj
|
|
76
|
+
|
|
77
|
+
|
|
@@ -0,0 +1,83 @@
|
|
|
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, StrictStr, constr
|
|
23
|
+
|
|
24
|
+
class ApiV1PkiCaCaIdSignCertificatePostRequest(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV1PkiCaCaIdSignCertificatePostRequest
|
|
27
|
+
"""
|
|
28
|
+
csr: constr(strict=True, min_length=1) = Field(default=..., description="The pem-encoded CSR to sign with the CA to be used for certificate issuance")
|
|
29
|
+
friendly_name: Optional[StrictStr] = Field(default=None, alias="friendlyName", description="A friendly name for the certificate")
|
|
30
|
+
common_name: Optional[constr(strict=True, min_length=1)] = Field(default=None, alias="commonName", description="The common name (CN) for the certificate")
|
|
31
|
+
alt_names: Optional[StrictStr] = Field(default='', alias="altNames", description="A comma-delimited list of Subject Alternative Names (SANs) for the certificate; these can be host names or email addresses.")
|
|
32
|
+
ttl: StrictStr = Field(default=..., description="The time to live for the certificate such as 1m, 1h, 1d, 1y, ...")
|
|
33
|
+
not_before: Optional[StrictStr] = Field(default=None, alias="notBefore", description="The date and time when the certificate becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format")
|
|
34
|
+
not_after: Optional[StrictStr] = Field(default=None, alias="notAfter", description="The date and time when the certificate expires in YYYY-MM-DDTHH:mm:ss.sssZ format")
|
|
35
|
+
__properties = ["csr", "friendlyName", "commonName", "altNames", "ttl", "notBefore", "notAfter"]
|
|
36
|
+
|
|
37
|
+
class Config:
|
|
38
|
+
"""Pydantic configuration"""
|
|
39
|
+
allow_population_by_field_name = True
|
|
40
|
+
validate_assignment = True
|
|
41
|
+
|
|
42
|
+
def to_str(self) -> str:
|
|
43
|
+
"""Returns the string representation of the model using alias"""
|
|
44
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
45
|
+
|
|
46
|
+
def to_json(self) -> str:
|
|
47
|
+
"""Returns the JSON representation of the model using alias"""
|
|
48
|
+
return json.dumps(self.to_dict())
|
|
49
|
+
|
|
50
|
+
@classmethod
|
|
51
|
+
def from_json(cls, json_str: str) -> ApiV1PkiCaCaIdSignCertificatePostRequest:
|
|
52
|
+
"""Create an instance of ApiV1PkiCaCaIdSignCertificatePostRequest from a JSON string"""
|
|
53
|
+
return cls.from_dict(json.loads(json_str))
|
|
54
|
+
|
|
55
|
+
def to_dict(self):
|
|
56
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
57
|
+
_dict = self.dict(by_alias=True,
|
|
58
|
+
exclude={
|
|
59
|
+
},
|
|
60
|
+
exclude_none=True)
|
|
61
|
+
return _dict
|
|
62
|
+
|
|
63
|
+
@classmethod
|
|
64
|
+
def from_dict(cls, obj: dict) -> ApiV1PkiCaCaIdSignCertificatePostRequest:
|
|
65
|
+
"""Create an instance of ApiV1PkiCaCaIdSignCertificatePostRequest from a dict"""
|
|
66
|
+
if obj is None:
|
|
67
|
+
return None
|
|
68
|
+
|
|
69
|
+
if not isinstance(obj, dict):
|
|
70
|
+
return ApiV1PkiCaCaIdSignCertificatePostRequest.parse_obj(obj)
|
|
71
|
+
|
|
72
|
+
_obj = ApiV1PkiCaCaIdSignCertificatePostRequest.parse_obj({
|
|
73
|
+
"csr": obj.get("csr"),
|
|
74
|
+
"friendly_name": obj.get("friendlyName"),
|
|
75
|
+
"common_name": obj.get("commonName"),
|
|
76
|
+
"alt_names": obj.get("altNames") if obj.get("altNames") is not None else '',
|
|
77
|
+
"ttl": obj.get("ttl"),
|
|
78
|
+
"not_before": obj.get("notBefore"),
|
|
79
|
+
"not_after": obj.get("notAfter")
|
|
80
|
+
})
|
|
81
|
+
return _obj
|
|
82
|
+
|
|
83
|
+
|
|
@@ -0,0 +1,77 @@
|
|
|
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 ApiV1PkiCaCaIdSignIntermediatePost200Response(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV1PkiCaCaIdSignIntermediatePost200Response
|
|
27
|
+
"""
|
|
28
|
+
certificate: StrictStr = Field(default=..., description="The signed intermediate certificate")
|
|
29
|
+
certificate_chain: StrictStr = Field(default=..., alias="certificateChain", description="The certificate chain of the intermediate certificate")
|
|
30
|
+
issuing_ca_certificate: StrictStr = Field(default=..., alias="issuingCaCertificate", description="The certificate of the issuing CA")
|
|
31
|
+
serial_number: StrictStr = Field(default=..., alias="serialNumber", description="The serial number of the intermediate certificate")
|
|
32
|
+
__properties = ["certificate", "certificateChain", "issuingCaCertificate", "serialNumber"]
|
|
33
|
+
|
|
34
|
+
class Config:
|
|
35
|
+
"""Pydantic configuration"""
|
|
36
|
+
allow_population_by_field_name = True
|
|
37
|
+
validate_assignment = True
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
return json.dumps(self.to_dict())
|
|
46
|
+
|
|
47
|
+
@classmethod
|
|
48
|
+
def from_json(cls, json_str: str) -> ApiV1PkiCaCaIdSignIntermediatePost200Response:
|
|
49
|
+
"""Create an instance of ApiV1PkiCaCaIdSignIntermediatePost200Response from a JSON string"""
|
|
50
|
+
return cls.from_dict(json.loads(json_str))
|
|
51
|
+
|
|
52
|
+
def to_dict(self):
|
|
53
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
54
|
+
_dict = self.dict(by_alias=True,
|
|
55
|
+
exclude={
|
|
56
|
+
},
|
|
57
|
+
exclude_none=True)
|
|
58
|
+
return _dict
|
|
59
|
+
|
|
60
|
+
@classmethod
|
|
61
|
+
def from_dict(cls, obj: dict) -> ApiV1PkiCaCaIdSignIntermediatePost200Response:
|
|
62
|
+
"""Create an instance of ApiV1PkiCaCaIdSignIntermediatePost200Response from a dict"""
|
|
63
|
+
if obj is None:
|
|
64
|
+
return None
|
|
65
|
+
|
|
66
|
+
if not isinstance(obj, dict):
|
|
67
|
+
return ApiV1PkiCaCaIdSignIntermediatePost200Response.parse_obj(obj)
|
|
68
|
+
|
|
69
|
+
_obj = ApiV1PkiCaCaIdSignIntermediatePost200Response.parse_obj({
|
|
70
|
+
"certificate": obj.get("certificate"),
|
|
71
|
+
"certificate_chain": obj.get("certificateChain"),
|
|
72
|
+
"issuing_ca_certificate": obj.get("issuingCaCertificate"),
|
|
73
|
+
"serial_number": obj.get("serialNumber")
|
|
74
|
+
})
|
|
75
|
+
return _obj
|
|
76
|
+
|
|
77
|
+
|
|
@@ -0,0 +1,77 @@
|
|
|
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, Union
|
|
22
|
+
from pydantic import BaseModel, Field, StrictStr, confloat, conint, constr
|
|
23
|
+
|
|
24
|
+
class ApiV1PkiCaCaIdSignIntermediatePostRequest(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV1PkiCaCaIdSignIntermediatePostRequest
|
|
27
|
+
"""
|
|
28
|
+
csr: constr(strict=True, min_length=1) = Field(default=..., description="The pem-encoded CSR to sign with the CA")
|
|
29
|
+
not_before: Optional[StrictStr] = Field(default=None, alias="notBefore", description="The date and time when the intermediate CA becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format")
|
|
30
|
+
not_after: StrictStr = Field(default=..., alias="notAfter", description="The date and time when the intermediate CA expires in YYYY-MM-DDTHH:mm:ss.sssZ format")
|
|
31
|
+
max_path_length: Optional[Union[confloat(ge=-1, strict=True), conint(ge=-1, strict=True)]] = Field(default=-1, alias="maxPathLength", description="The maximum number of intermediate CAs that may follow this CA in the certificate / CA chain. A maxPathLength of -1 implies no path limit on the chain.")
|
|
32
|
+
__properties = ["csr", "notBefore", "notAfter", "maxPathLength"]
|
|
33
|
+
|
|
34
|
+
class Config:
|
|
35
|
+
"""Pydantic configuration"""
|
|
36
|
+
allow_population_by_field_name = True
|
|
37
|
+
validate_assignment = True
|
|
38
|
+
|
|
39
|
+
def to_str(self) -> str:
|
|
40
|
+
"""Returns the string representation of the model using alias"""
|
|
41
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
42
|
+
|
|
43
|
+
def to_json(self) -> str:
|
|
44
|
+
"""Returns the JSON representation of the model using alias"""
|
|
45
|
+
return json.dumps(self.to_dict())
|
|
46
|
+
|
|
47
|
+
@classmethod
|
|
48
|
+
def from_json(cls, json_str: str) -> ApiV1PkiCaCaIdSignIntermediatePostRequest:
|
|
49
|
+
"""Create an instance of ApiV1PkiCaCaIdSignIntermediatePostRequest from a JSON string"""
|
|
50
|
+
return cls.from_dict(json.loads(json_str))
|
|
51
|
+
|
|
52
|
+
def to_dict(self):
|
|
53
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
54
|
+
_dict = self.dict(by_alias=True,
|
|
55
|
+
exclude={
|
|
56
|
+
},
|
|
57
|
+
exclude_none=True)
|
|
58
|
+
return _dict
|
|
59
|
+
|
|
60
|
+
@classmethod
|
|
61
|
+
def from_dict(cls, obj: dict) -> ApiV1PkiCaCaIdSignIntermediatePostRequest:
|
|
62
|
+
"""Create an instance of ApiV1PkiCaCaIdSignIntermediatePostRequest from a dict"""
|
|
63
|
+
if obj is None:
|
|
64
|
+
return None
|
|
65
|
+
|
|
66
|
+
if not isinstance(obj, dict):
|
|
67
|
+
return ApiV1PkiCaCaIdSignIntermediatePostRequest.parse_obj(obj)
|
|
68
|
+
|
|
69
|
+
_obj = ApiV1PkiCaCaIdSignIntermediatePostRequest.parse_obj({
|
|
70
|
+
"csr": obj.get("csr"),
|
|
71
|
+
"not_before": obj.get("notBefore"),
|
|
72
|
+
"not_after": obj.get("notAfter"),
|
|
73
|
+
"max_path_length": obj.get("maxPathLength") if obj.get("maxPathLength") is not None else -1
|
|
74
|
+
})
|
|
75
|
+
return _obj
|
|
76
|
+
|
|
77
|
+
|
|
@@ -0,0 +1,75 @@
|
|
|
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
|
|
23
|
+
from infisicalapi_client.models.api_v1_pki_ca_post200_response_ca import ApiV1PkiCaPost200ResponseCa
|
|
24
|
+
|
|
25
|
+
class ApiV1PkiCaPost200Response(BaseModel):
|
|
26
|
+
"""
|
|
27
|
+
ApiV1PkiCaPost200Response
|
|
28
|
+
"""
|
|
29
|
+
ca: ApiV1PkiCaPost200ResponseCa = Field(...)
|
|
30
|
+
__properties = ["ca"]
|
|
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) -> ApiV1PkiCaPost200Response:
|
|
47
|
+
"""Create an instance of ApiV1PkiCaPost200Response 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 ca
|
|
57
|
+
if self.ca:
|
|
58
|
+
_dict['ca'] = self.ca.to_dict()
|
|
59
|
+
return _dict
|
|
60
|
+
|
|
61
|
+
@classmethod
|
|
62
|
+
def from_dict(cls, obj: dict) -> ApiV1PkiCaPost200Response:
|
|
63
|
+
"""Create an instance of ApiV1PkiCaPost200Response from a dict"""
|
|
64
|
+
if obj is None:
|
|
65
|
+
return None
|
|
66
|
+
|
|
67
|
+
if not isinstance(obj, dict):
|
|
68
|
+
return ApiV1PkiCaPost200Response.parse_obj(obj)
|
|
69
|
+
|
|
70
|
+
_obj = ApiV1PkiCaPost200Response.parse_obj({
|
|
71
|
+
"ca": ApiV1PkiCaPost200ResponseCa.from_dict(obj.get("ca")) if obj.get("ca") is not None else None
|
|
72
|
+
})
|
|
73
|
+
return _obj
|
|
74
|
+
|
|
75
|
+
|
|
@@ -0,0 +1,134 @@
|
|
|
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 Optional, Union
|
|
22
|
+
from pydantic import BaseModel, Field, StrictFloat, StrictInt, StrictStr
|
|
23
|
+
|
|
24
|
+
class ApiV1PkiCaPost200ResponseCa(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV1PkiCaPost200ResponseCa
|
|
27
|
+
"""
|
|
28
|
+
id: StrictStr = Field(...)
|
|
29
|
+
created_at: datetime = Field(default=..., alias="createdAt")
|
|
30
|
+
updated_at: datetime = Field(default=..., alias="updatedAt")
|
|
31
|
+
parent_ca_id: Optional[StrictStr] = Field(default=None, alias="parentCaId")
|
|
32
|
+
project_id: StrictStr = Field(default=..., alias="projectId")
|
|
33
|
+
type: StrictStr = Field(...)
|
|
34
|
+
status: StrictStr = Field(...)
|
|
35
|
+
friendly_name: StrictStr = Field(default=..., alias="friendlyName")
|
|
36
|
+
organization: StrictStr = Field(...)
|
|
37
|
+
ou: StrictStr = Field(...)
|
|
38
|
+
country: StrictStr = Field(...)
|
|
39
|
+
province: StrictStr = Field(...)
|
|
40
|
+
locality: StrictStr = Field(...)
|
|
41
|
+
common_name: StrictStr = Field(default=..., alias="commonName")
|
|
42
|
+
dn: StrictStr = Field(...)
|
|
43
|
+
serial_number: Optional[StrictStr] = Field(default=None, alias="serialNumber")
|
|
44
|
+
max_path_length: Optional[Union[StrictFloat, StrictInt]] = Field(default=None, alias="maxPathLength")
|
|
45
|
+
key_algorithm: StrictStr = Field(default=..., alias="keyAlgorithm")
|
|
46
|
+
not_before: Optional[datetime] = Field(default=None, alias="notBefore")
|
|
47
|
+
not_after: Optional[datetime] = Field(default=None, alias="notAfter")
|
|
48
|
+
__properties = ["id", "createdAt", "updatedAt", "parentCaId", "projectId", "type", "status", "friendlyName", "organization", "ou", "country", "province", "locality", "commonName", "dn", "serialNumber", "maxPathLength", "keyAlgorithm", "notBefore", "notAfter"]
|
|
49
|
+
|
|
50
|
+
class Config:
|
|
51
|
+
"""Pydantic configuration"""
|
|
52
|
+
allow_population_by_field_name = True
|
|
53
|
+
validate_assignment = True
|
|
54
|
+
|
|
55
|
+
def to_str(self) -> str:
|
|
56
|
+
"""Returns the string representation of the model using alias"""
|
|
57
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
58
|
+
|
|
59
|
+
def to_json(self) -> str:
|
|
60
|
+
"""Returns the JSON representation of the model using alias"""
|
|
61
|
+
return json.dumps(self.to_dict())
|
|
62
|
+
|
|
63
|
+
@classmethod
|
|
64
|
+
def from_json(cls, json_str: str) -> ApiV1PkiCaPost200ResponseCa:
|
|
65
|
+
"""Create an instance of ApiV1PkiCaPost200ResponseCa from a JSON string"""
|
|
66
|
+
return cls.from_dict(json.loads(json_str))
|
|
67
|
+
|
|
68
|
+
def to_dict(self):
|
|
69
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
70
|
+
_dict = self.dict(by_alias=True,
|
|
71
|
+
exclude={
|
|
72
|
+
},
|
|
73
|
+
exclude_none=True)
|
|
74
|
+
# set to None if parent_ca_id (nullable) is None
|
|
75
|
+
# and __fields_set__ contains the field
|
|
76
|
+
if self.parent_ca_id is None and "parent_ca_id" in self.__fields_set__:
|
|
77
|
+
_dict['parentCaId'] = None
|
|
78
|
+
|
|
79
|
+
# set to None if serial_number (nullable) is None
|
|
80
|
+
# and __fields_set__ contains the field
|
|
81
|
+
if self.serial_number is None and "serial_number" in self.__fields_set__:
|
|
82
|
+
_dict['serialNumber'] = None
|
|
83
|
+
|
|
84
|
+
# set to None if max_path_length (nullable) is None
|
|
85
|
+
# and __fields_set__ contains the field
|
|
86
|
+
if self.max_path_length is None and "max_path_length" in self.__fields_set__:
|
|
87
|
+
_dict['maxPathLength'] = None
|
|
88
|
+
|
|
89
|
+
# set to None if not_before (nullable) is None
|
|
90
|
+
# and __fields_set__ contains the field
|
|
91
|
+
if self.not_before is None and "not_before" in self.__fields_set__:
|
|
92
|
+
_dict['notBefore'] = None
|
|
93
|
+
|
|
94
|
+
# set to None if not_after (nullable) is None
|
|
95
|
+
# and __fields_set__ contains the field
|
|
96
|
+
if self.not_after is None and "not_after" in self.__fields_set__:
|
|
97
|
+
_dict['notAfter'] = None
|
|
98
|
+
|
|
99
|
+
return _dict
|
|
100
|
+
|
|
101
|
+
@classmethod
|
|
102
|
+
def from_dict(cls, obj: dict) -> ApiV1PkiCaPost200ResponseCa:
|
|
103
|
+
"""Create an instance of ApiV1PkiCaPost200ResponseCa from a dict"""
|
|
104
|
+
if obj is None:
|
|
105
|
+
return None
|
|
106
|
+
|
|
107
|
+
if not isinstance(obj, dict):
|
|
108
|
+
return ApiV1PkiCaPost200ResponseCa.parse_obj(obj)
|
|
109
|
+
|
|
110
|
+
_obj = ApiV1PkiCaPost200ResponseCa.parse_obj({
|
|
111
|
+
"id": obj.get("id"),
|
|
112
|
+
"created_at": obj.get("createdAt"),
|
|
113
|
+
"updated_at": obj.get("updatedAt"),
|
|
114
|
+
"parent_ca_id": obj.get("parentCaId"),
|
|
115
|
+
"project_id": obj.get("projectId"),
|
|
116
|
+
"type": obj.get("type"),
|
|
117
|
+
"status": obj.get("status"),
|
|
118
|
+
"friendly_name": obj.get("friendlyName"),
|
|
119
|
+
"organization": obj.get("organization"),
|
|
120
|
+
"ou": obj.get("ou"),
|
|
121
|
+
"country": obj.get("country"),
|
|
122
|
+
"province": obj.get("province"),
|
|
123
|
+
"locality": obj.get("locality"),
|
|
124
|
+
"common_name": obj.get("commonName"),
|
|
125
|
+
"dn": obj.get("dn"),
|
|
126
|
+
"serial_number": obj.get("serialNumber"),
|
|
127
|
+
"max_path_length": obj.get("maxPathLength"),
|
|
128
|
+
"key_algorithm": obj.get("keyAlgorithm"),
|
|
129
|
+
"not_before": obj.get("notBefore"),
|
|
130
|
+
"not_after": obj.get("notAfter")
|
|
131
|
+
})
|
|
132
|
+
return _obj
|
|
133
|
+
|
|
134
|
+
|
|
@@ -0,0 +1,112 @@
|
|
|
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, Union
|
|
22
|
+
from pydantic import BaseModel, Field, StrictStr, confloat, conint, validator
|
|
23
|
+
|
|
24
|
+
class ApiV1PkiCaPostRequest(BaseModel):
|
|
25
|
+
"""
|
|
26
|
+
ApiV1PkiCaPostRequest
|
|
27
|
+
"""
|
|
28
|
+
project_slug: StrictStr = Field(default=..., alias="projectSlug", description="Slug of the project to create the CA in.")
|
|
29
|
+
type: StrictStr = Field(default=..., description="The type of CA to create")
|
|
30
|
+
friendly_name: Optional[StrictStr] = Field(default=None, alias="friendlyName", description="A friendly name for the CA")
|
|
31
|
+
common_name: StrictStr = Field(default=..., alias="commonName", description="The common name (CN) for the CA")
|
|
32
|
+
organization: StrictStr = Field(default=..., description="The organization (O) for the CA")
|
|
33
|
+
ou: StrictStr = Field(default=..., description="The organization unit (OU) for the CA")
|
|
34
|
+
country: StrictStr = Field(default=..., description="The country name (C) for the CA")
|
|
35
|
+
province: StrictStr = Field(default=..., description="The state of province name for the CA")
|
|
36
|
+
locality: StrictStr = Field(default=..., description="The locality name for the CA")
|
|
37
|
+
not_before: Optional[StrictStr] = Field(default=None, alias="notBefore", description="The date and time when the CA becomes valid in YYYY-MM-DDTHH:mm:ss.sssZ format")
|
|
38
|
+
not_after: Optional[StrictStr] = Field(default=None, alias="notAfter", description="The date and time when the CA expires in YYYY-MM-DDTHH:mm:ss.sssZ format")
|
|
39
|
+
max_path_length: Optional[Union[confloat(ge=-1, strict=True), conint(ge=-1, strict=True)]] = Field(default=-1, alias="maxPathLength", description="The maximum number of intermediate CAs that may follow this CA in the certificate / CA chain. A maxPathLength of -1 implies no path limit on the chain.")
|
|
40
|
+
key_algorithm: Optional[StrictStr] = Field(default='RSA_2048', alias="keyAlgorithm", description="The type of public key algorithm and size, in bits, of the key pair for the CA; when you create an intermediate CA, you must use a key algorithm supported by the parent CA.")
|
|
41
|
+
__properties = ["projectSlug", "type", "friendlyName", "commonName", "organization", "ou", "country", "province", "locality", "notBefore", "notAfter", "maxPathLength", "keyAlgorithm"]
|
|
42
|
+
|
|
43
|
+
@validator('type')
|
|
44
|
+
def type_validate_enum(cls, value):
|
|
45
|
+
"""Validates the enum"""
|
|
46
|
+
if value not in ('root', 'intermediate'):
|
|
47
|
+
raise ValueError("must be one of enum values ('root', 'intermediate')")
|
|
48
|
+
return value
|
|
49
|
+
|
|
50
|
+
@validator('key_algorithm')
|
|
51
|
+
def key_algorithm_validate_enum(cls, value):
|
|
52
|
+
"""Validates the enum"""
|
|
53
|
+
if value is None:
|
|
54
|
+
return value
|
|
55
|
+
|
|
56
|
+
if value not in ('RSA_2048', 'RSA_4096', 'EC_prime256v1', 'EC_secp384r1'):
|
|
57
|
+
raise ValueError("must be one of enum values ('RSA_2048', 'RSA_4096', 'EC_prime256v1', 'EC_secp384r1')")
|
|
58
|
+
return value
|
|
59
|
+
|
|
60
|
+
class Config:
|
|
61
|
+
"""Pydantic configuration"""
|
|
62
|
+
allow_population_by_field_name = True
|
|
63
|
+
validate_assignment = True
|
|
64
|
+
|
|
65
|
+
def to_str(self) -> str:
|
|
66
|
+
"""Returns the string representation of the model using alias"""
|
|
67
|
+
return pprint.pformat(self.dict(by_alias=True))
|
|
68
|
+
|
|
69
|
+
def to_json(self) -> str:
|
|
70
|
+
"""Returns the JSON representation of the model using alias"""
|
|
71
|
+
return json.dumps(self.to_dict())
|
|
72
|
+
|
|
73
|
+
@classmethod
|
|
74
|
+
def from_json(cls, json_str: str) -> ApiV1PkiCaPostRequest:
|
|
75
|
+
"""Create an instance of ApiV1PkiCaPostRequest from a JSON string"""
|
|
76
|
+
return cls.from_dict(json.loads(json_str))
|
|
77
|
+
|
|
78
|
+
def to_dict(self):
|
|
79
|
+
"""Returns the dictionary representation of the model using alias"""
|
|
80
|
+
_dict = self.dict(by_alias=True,
|
|
81
|
+
exclude={
|
|
82
|
+
},
|
|
83
|
+
exclude_none=True)
|
|
84
|
+
return _dict
|
|
85
|
+
|
|
86
|
+
@classmethod
|
|
87
|
+
def from_dict(cls, obj: dict) -> ApiV1PkiCaPostRequest:
|
|
88
|
+
"""Create an instance of ApiV1PkiCaPostRequest from a dict"""
|
|
89
|
+
if obj is None:
|
|
90
|
+
return None
|
|
91
|
+
|
|
92
|
+
if not isinstance(obj, dict):
|
|
93
|
+
return ApiV1PkiCaPostRequest.parse_obj(obj)
|
|
94
|
+
|
|
95
|
+
_obj = ApiV1PkiCaPostRequest.parse_obj({
|
|
96
|
+
"project_slug": obj.get("projectSlug"),
|
|
97
|
+
"type": obj.get("type"),
|
|
98
|
+
"friendly_name": obj.get("friendlyName"),
|
|
99
|
+
"common_name": obj.get("commonName"),
|
|
100
|
+
"organization": obj.get("organization"),
|
|
101
|
+
"ou": obj.get("ou"),
|
|
102
|
+
"country": obj.get("country"),
|
|
103
|
+
"province": obj.get("province"),
|
|
104
|
+
"locality": obj.get("locality"),
|
|
105
|
+
"not_before": obj.get("notBefore"),
|
|
106
|
+
"not_after": obj.get("notAfter"),
|
|
107
|
+
"max_path_length": obj.get("maxPathLength") if obj.get("maxPathLength") is not None else -1,
|
|
108
|
+
"key_algorithm": obj.get("keyAlgorithm") if obj.get("keyAlgorithm") is not None else 'RSA_2048'
|
|
109
|
+
})
|
|
110
|
+
return _obj
|
|
111
|
+
|
|
112
|
+
|