pulumi-snowflake 2.8.0a1760684972__tar.gz → 2.8.0a1760758023__tar.gz

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 pulumi-snowflake might be problematic. Click here for more details.

Files changed (167) hide show
  1. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/PKG-INFO +1 -1
  2. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/authentication_policy.py +9 -0
  3. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/config/__init__.pyi +39 -1
  4. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/config/vars.py +53 -1
  5. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/provider.py +198 -5
  6. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/pulumi-plugin.json +1 -1
  7. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake.egg-info/PKG-INFO +1 -1
  8. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pyproject.toml +1 -1
  9. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/README.md +0 -0
  10. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/__init__.py +0 -0
  11. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/_inputs.py +0 -0
  12. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/_utilities.py +0 -0
  13. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/account.py +0 -0
  14. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/account_authentication_policy_attachment.py +0 -0
  15. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/account_parameter.py +0 -0
  16. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/account_password_policy_attachment.py +0 -0
  17. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/account_role.py +0 -0
  18. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/alert.py +0 -0
  19. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +0 -0
  20. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/api_authentication_integration_with_client_credentials.py +0 -0
  21. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +0 -0
  22. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/api_integration.py +0 -0
  23. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/compute_pool.py +0 -0
  24. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/config/__init__.py +0 -0
  25. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/config/outputs.py +0 -0
  26. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/cortex_search_service.py +0 -0
  27. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/current_account.py +0 -0
  28. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/current_organization_account.py +0 -0
  29. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/database.py +0 -0
  30. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/database_role.py +0 -0
  31. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/dynamic_table.py +0 -0
  32. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/email_notification_integration.py +0 -0
  33. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/execute.py +0 -0
  34. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/external_function.py +0 -0
  35. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/external_oauth_integration.py +0 -0
  36. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/external_table.py +0 -0
  37. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/external_volume.py +0 -0
  38. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/failover_group.py +0 -0
  39. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/file_format.py +0 -0
  40. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/function_java.py +0 -0
  41. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/function_javascript.py +0 -0
  42. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/function_python.py +0 -0
  43. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/function_scala.py +0 -0
  44. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/function_sql.py +0 -0
  45. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_account_roles.py +0 -0
  46. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_accounts.py +0 -0
  47. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_alerts.py +0 -0
  48. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_compute_pools.py +0 -0
  49. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_connections.py +0 -0
  50. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_cortex_search_services.py +0 -0
  51. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_current_account.py +0 -0
  52. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_current_role.py +0 -0
  53. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_database.py +0 -0
  54. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_database_role.py +0 -0
  55. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_database_roles.py +0 -0
  56. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_databases.py +0 -0
  57. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_dynamic_tables.py +0 -0
  58. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_external_functions.py +0 -0
  59. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_external_tables.py +0 -0
  60. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_failover_groups.py +0 -0
  61. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_file_formats.py +0 -0
  62. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_functions.py +0 -0
  63. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_git_repositories.py +0 -0
  64. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_grants.py +0 -0
  65. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_image_repositories.py +0 -0
  66. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_masking_policies.py +0 -0
  67. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_materialized_views.py +0 -0
  68. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_network_policies.py +0 -0
  69. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_parameters.py +0 -0
  70. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_pipes.py +0 -0
  71. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_procedures.py +0 -0
  72. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_resource_monitors.py +0 -0
  73. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_row_access_policies.py +0 -0
  74. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_schemas.py +0 -0
  75. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_secrets.py +0 -0
  76. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_security_integrations.py +0 -0
  77. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_sequences.py +0 -0
  78. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_services.py +0 -0
  79. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_shares.py +0 -0
  80. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_stages.py +0 -0
  81. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_storage_integrations.py +0 -0
  82. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_streamlits.py +0 -0
  83. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_streams.py +0 -0
  84. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_system_generate_scim_access_token.py +0 -0
  85. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +0 -0
  86. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_system_get_private_link_config.py +0 -0
  87. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_system_get_snowflake_platform_info.py +0 -0
  88. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_tables.py +0 -0
  89. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_tags.py +0 -0
  90. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_tasks.py +0 -0
  91. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_user_programmatic_access_tokens.py +0 -0
  92. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_users.py +0 -0
  93. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_views.py +0 -0
  94. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/get_warehouses.py +0 -0
  95. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/git_repository.py +0 -0
  96. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/grant_account_role.py +0 -0
  97. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/grant_application_role.py +0 -0
  98. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/grant_database_role.py +0 -0
  99. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/grant_ownership.py +0 -0
  100. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/grant_privileges_to_account_role.py +0 -0
  101. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/grant_privileges_to_database_role.py +0 -0
  102. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/grant_privileges_to_share.py +0 -0
  103. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/image_repository.py +0 -0
  104. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/job_service.py +0 -0
  105. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/legacy_service_user.py +0 -0
  106. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/listing.py +0 -0
  107. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/managed_account.py +0 -0
  108. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/masking_policy.py +0 -0
  109. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/materialized_view.py +0 -0
  110. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/network_policy.py +0 -0
  111. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/network_policy_attachment.py +0 -0
  112. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/network_rule.py +0 -0
  113. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/notification_integration.py +0 -0
  114. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/oauth_integration_for_custom_clients.py +0 -0
  115. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/oauth_integration_for_partner_applications.py +0 -0
  116. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/object_parameter.py +0 -0
  117. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/outputs.py +0 -0
  118. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/password_policy.py +0 -0
  119. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/pipe.py +0 -0
  120. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/primary_connection.py +0 -0
  121. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/procedure_java.py +0 -0
  122. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/procedure_javascript.py +0 -0
  123. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/procedure_python.py +0 -0
  124. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/procedure_scala.py +0 -0
  125. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/procedure_sql.py +0 -0
  126. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/py.typed +0 -0
  127. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/resource_monitor.py +0 -0
  128. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/row_access_policy.py +0 -0
  129. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/saml2_integration.py +0 -0
  130. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/schema.py +0 -0
  131. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/scim_integration.py +0 -0
  132. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/secondary_connection.py +0 -0
  133. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/secondary_database.py +0 -0
  134. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/secret_with_authorization_code_grant.py +0 -0
  135. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/secret_with_basic_authentication.py +0 -0
  136. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/secret_with_client_credentials.py +0 -0
  137. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/secret_with_generic_string.py +0 -0
  138. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/sequence.py +0 -0
  139. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/service.py +0 -0
  140. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/service_user.py +0 -0
  141. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/share.py +0 -0
  142. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/shared_database.py +0 -0
  143. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/stage.py +0 -0
  144. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/storage_integration.py +0 -0
  145. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/stream_on_directory_table.py +0 -0
  146. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/stream_on_external_table.py +0 -0
  147. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/stream_on_table.py +0 -0
  148. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/stream_on_view.py +0 -0
  149. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/streamlit.py +0 -0
  150. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/table.py +0 -0
  151. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/table_column_masking_policy_application.py +0 -0
  152. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/table_constraint.py +0 -0
  153. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/tag.py +0 -0
  154. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/tag_association.py +0 -0
  155. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/task.py +0 -0
  156. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/user.py +0 -0
  157. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/user_authentication_policy_attachment.py +0 -0
  158. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/user_password_policy_attachment.py +0 -0
  159. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/user_programmatic_access_token.py +0 -0
  160. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/user_public_keys.py +0 -0
  161. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/view.py +0 -0
  162. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake/warehouse.py +0 -0
  163. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake.egg-info/SOURCES.txt +0 -0
  164. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake.egg-info/dependency_links.txt +0 -0
  165. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake.egg-info/requires.txt +0 -0
  166. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/pulumi_snowflake.egg-info/top_level.txt +0 -0
  167. {pulumi_snowflake-2.8.0a1760684972 → pulumi_snowflake-2.8.0a1760758023}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_snowflake
3
- Version: 2.8.0a1760684972
3
+ Version: 2.8.0a1760758023
4
4
  Summary: A Pulumi package for creating and managing snowflake cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -50,6 +50,9 @@ class AuthenticationPolicyArgs:
50
50
  pulumi.set(__self__, "client_types", client_types)
51
51
  if comment is not None:
52
52
  pulumi.set(__self__, "comment", comment)
53
+ if mfa_authentication_methods is not None:
54
+ warnings.warn("""This field is deprecated and will be removed in the future. The new field `ENFORCE_MFA_ON_EXTERNAL_AUTHENTICATION` will be added in the next versions of the provider. Read our [BCR Migration Guide](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKE_BCR_MIGRATION_GUIDE.md#changes-in-authentication-policies) for more migration steps and more details.""", DeprecationWarning)
55
+ pulumi.log.warn("""mfa_authentication_methods is deprecated: This field is deprecated and will be removed in the future. The new field `ENFORCE_MFA_ON_EXTERNAL_AUTHENTICATION` will be added in the next versions of the provider. Read our [BCR Migration Guide](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKE_BCR_MIGRATION_GUIDE.md#changes-in-authentication-policies) for more migration steps and more details.""")
53
56
  if mfa_authentication_methods is not None:
54
57
  pulumi.set(__self__, "mfa_authentication_methods", mfa_authentication_methods)
55
58
  if mfa_enrollment is not None:
@@ -121,6 +124,7 @@ class AuthenticationPolicyArgs:
121
124
 
122
125
  @_builtins.property
123
126
  @pulumi.getter(name="mfaAuthenticationMethods")
127
+ @_utilities.deprecated("""This field is deprecated and will be removed in the future. The new field `ENFORCE_MFA_ON_EXTERNAL_AUTHENTICATION` will be added in the next versions of the provider. Read our [BCR Migration Guide](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKE_BCR_MIGRATION_GUIDE.md#changes-in-authentication-policies) for more migration steps and more details.""")
124
128
  def mfa_authentication_methods(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
125
129
  """
126
130
  A list of authentication methods that enforce multi-factor authentication (MFA) during login. Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
@@ -210,6 +214,9 @@ class _AuthenticationPolicyState:
210
214
  pulumi.set(__self__, "describe_outputs", describe_outputs)
211
215
  if fully_qualified_name is not None:
212
216
  pulumi.set(__self__, "fully_qualified_name", fully_qualified_name)
217
+ if mfa_authentication_methods is not None:
218
+ warnings.warn("""This field is deprecated and will be removed in the future. The new field `ENFORCE_MFA_ON_EXTERNAL_AUTHENTICATION` will be added in the next versions of the provider. Read our [BCR Migration Guide](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKE_BCR_MIGRATION_GUIDE.md#changes-in-authentication-policies) for more migration steps and more details.""", DeprecationWarning)
219
+ pulumi.log.warn("""mfa_authentication_methods is deprecated: This field is deprecated and will be removed in the future. The new field `ENFORCE_MFA_ON_EXTERNAL_AUTHENTICATION` will be added in the next versions of the provider. Read our [BCR Migration Guide](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKE_BCR_MIGRATION_GUIDE.md#changes-in-authentication-policies) for more migration steps and more details.""")
213
220
  if mfa_authentication_methods is not None:
214
221
  pulumi.set(__self__, "mfa_authentication_methods", mfa_authentication_methods)
215
222
  if mfa_enrollment is not None:
@@ -297,6 +304,7 @@ class _AuthenticationPolicyState:
297
304
 
298
305
  @_builtins.property
299
306
  @pulumi.getter(name="mfaAuthenticationMethods")
307
+ @_utilities.deprecated("""This field is deprecated and will be removed in the future. The new field `ENFORCE_MFA_ON_EXTERNAL_AUTHENTICATION` will be added in the next versions of the provider. Read our [BCR Migration Guide](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKE_BCR_MIGRATION_GUIDE.md#changes-in-authentication-policies) for more migration steps and more details.""")
300
308
  def mfa_authentication_methods(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
301
309
  """
302
310
  A list of authentication methods that enforce multi-factor authentication (MFA) during login. Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
@@ -575,6 +583,7 @@ class AuthenticationPolicy(pulumi.CustomResource):
575
583
 
576
584
  @_builtins.property
577
585
  @pulumi.getter(name="mfaAuthenticationMethods")
586
+ @_utilities.deprecated("""This field is deprecated and will be removed in the future. The new field `ENFORCE_MFA_ON_EXTERNAL_AUTHENTICATION` will be added in the next versions of the provider. Read our [BCR Migration Guide](https://github.com/snowflakedb/terraform-provider-snowflake/blob/main/SNOWFLAKE_BCR_MIGRATION_GUIDE.md#changes-in-authentication-policies) for more migration steps and more details.""")
578
587
  def mfa_authentication_methods(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
579
588
  """
580
589
  A list of authentication methods that enforce multi-factor authentication (MFA) during login. Authentication methods not listed in this parameter do not prompt for multi-factor authentication. Allowed values are `ALL` | `SAML` | `PASSWORD`.
@@ -22,7 +22,7 @@ Specifies your Snowflake account name assigned by Snowflake. For information abo
22
22
 
23
23
  authenticator: Optional[str]
24
24
  """
25
- Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
25
+ Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN` | `OAUTH_CLIENT_CREDENTIALS` | `OAUTH_AUTHORIZATION_CODE`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
26
26
  """
27
27
 
28
28
  clientIp: Optional[str]
@@ -65,6 +65,11 @@ driverTracing: Optional[str]
65
65
  Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable.
66
66
  """
67
67
 
68
+ enableSingleUseRefreshTokens: Optional[bool]
69
+ """
70
+ Enables single use refresh tokens for Snowflake IdP. Can also be sourced from the `SNOWFLAKE_ENABLE_SINGLE_USE_REFRESH_TOKENS` environment variable.
71
+ """
72
+
68
73
  externalBrowserTimeout: Optional[int]
69
74
  """
70
75
  The timeout in seconds for the external browser to complete the authentication. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable.
@@ -110,6 +115,36 @@ maxRetryCount: Optional[int]
110
115
  Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable.
111
116
  """
112
117
 
118
+ oauthAuthorizationUrl: Optional[str]
119
+ """
120
+ Authorization URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_AUTHORIZATION_URL` environment variable.
121
+ """
122
+
123
+ oauthClientId: Optional[str]
124
+ """
125
+ Client id for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.
126
+ """
127
+
128
+ oauthClientSecret: Optional[str]
129
+ """
130
+ Client secret for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.
131
+ """
132
+
133
+ oauthRedirectUri: Optional[str]
134
+ """
135
+ Redirect URI registered in IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_REDIRECT_URI` environment variable.
136
+ """
137
+
138
+ oauthScope: Optional[str]
139
+ """
140
+ Comma separated list of scopes. If empty it is derived from role. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_SCOPE` environment variable.
141
+ """
142
+
143
+ oauthTokenRequestUrl: Optional[str]
144
+ """
145
+ Token request URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL` environment variable.
146
+ """
147
+
113
148
  ocspFailOpen: Optional[str]
114
149
  """
115
150
  True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable.
@@ -198,6 +233,9 @@ Token to use for OAuth and other forms of token based auth. When this field is s
198
233
  """
199
234
 
200
235
  tokenAccessor: Optional[str]
236
+ """
237
+ If you are using the OAuth authentication flows, use the dedicated `authenticator` and `oauth...` fields instead. See our authentication methods guide for more information.
238
+ """
201
239
 
202
240
  useLegacyTomlFile: Optional[bool]
203
241
  """
@@ -31,7 +31,7 @@ class _ExportableConfig(types.ModuleType):
31
31
  @_builtins.property
32
32
  def authenticator(self) -> Optional[str]:
33
33
  """
34
- Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
34
+ Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN` | `OAUTH_CLIENT_CREDENTIALS` | `OAUTH_AUTHORIZATION_CODE`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
35
35
  """
36
36
  return __config__.get('authenticator')
37
37
 
@@ -91,6 +91,13 @@ class _ExportableConfig(types.ModuleType):
91
91
  """
92
92
  return __config__.get('driverTracing')
93
93
 
94
+ @_builtins.property
95
+ def enable_single_use_refresh_tokens(self) -> Optional[bool]:
96
+ """
97
+ Enables single use refresh tokens for Snowflake IdP. Can also be sourced from the `SNOWFLAKE_ENABLE_SINGLE_USE_REFRESH_TOKENS` environment variable.
98
+ """
99
+ return __config__.get_bool('enableSingleUseRefreshTokens')
100
+
94
101
  @_builtins.property
95
102
  def external_browser_timeout(self) -> Optional[int]:
96
103
  """
@@ -154,6 +161,48 @@ class _ExportableConfig(types.ModuleType):
154
161
  """
155
162
  return __config__.get_int('maxRetryCount')
156
163
 
164
+ @_builtins.property
165
+ def oauth_authorization_url(self) -> Optional[str]:
166
+ """
167
+ Authorization URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_AUTHORIZATION_URL` environment variable.
168
+ """
169
+ return __config__.get('oauthAuthorizationUrl')
170
+
171
+ @_builtins.property
172
+ def oauth_client_id(self) -> Optional[str]:
173
+ """
174
+ Client id for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.
175
+ """
176
+ return __config__.get('oauthClientId')
177
+
178
+ @_builtins.property
179
+ def oauth_client_secret(self) -> Optional[str]:
180
+ """
181
+ Client secret for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.
182
+ """
183
+ return __config__.get('oauthClientSecret')
184
+
185
+ @_builtins.property
186
+ def oauth_redirect_uri(self) -> Optional[str]:
187
+ """
188
+ Redirect URI registered in IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_REDIRECT_URI` environment variable.
189
+ """
190
+ return __config__.get('oauthRedirectUri')
191
+
192
+ @_builtins.property
193
+ def oauth_scope(self) -> Optional[str]:
194
+ """
195
+ Comma separated list of scopes. If empty it is derived from role. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_SCOPE` environment variable.
196
+ """
197
+ return __config__.get('oauthScope')
198
+
199
+ @_builtins.property
200
+ def oauth_token_request_url(self) -> Optional[str]:
201
+ """
202
+ Token request URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL` environment variable.
203
+ """
204
+ return __config__.get('oauthTokenRequestUrl')
205
+
157
206
  @_builtins.property
158
207
  def ocsp_fail_open(self) -> Optional[str]:
159
208
  """
@@ -279,6 +328,9 @@ class _ExportableConfig(types.ModuleType):
279
328
 
280
329
  @_builtins.property
281
330
  def token_accessor(self) -> Optional[str]:
331
+ """
332
+ If you are using the OAuth authentication flows, use the dedicated `authenticator` and `oauth...` fields instead. See our authentication methods guide for more information.
333
+ """
282
334
  return __config__.get('tokenAccessor')
283
335
 
284
336
  @_builtins.property
@@ -30,6 +30,7 @@ class ProviderArgs:
30
30
  disable_query_context_cache: Optional[pulumi.Input[_builtins.bool]] = None,
31
31
  disable_telemetry: Optional[pulumi.Input[_builtins.bool]] = None,
32
32
  driver_tracing: Optional[pulumi.Input[_builtins.str]] = None,
33
+ enable_single_use_refresh_tokens: Optional[pulumi.Input[_builtins.bool]] = None,
33
34
  external_browser_timeout: Optional[pulumi.Input[_builtins.int]] = None,
34
35
  host: Optional[pulumi.Input[_builtins.str]] = None,
35
36
  include_retry_reason: Optional[pulumi.Input[_builtins.str]] = None,
@@ -39,6 +40,12 @@ class ProviderArgs:
39
40
  keep_session_alive: Optional[pulumi.Input[_builtins.bool]] = None,
40
41
  login_timeout: Optional[pulumi.Input[_builtins.int]] = None,
41
42
  max_retry_count: Optional[pulumi.Input[_builtins.int]] = None,
43
+ oauth_authorization_url: Optional[pulumi.Input[_builtins.str]] = None,
44
+ oauth_client_id: Optional[pulumi.Input[_builtins.str]] = None,
45
+ oauth_client_secret: Optional[pulumi.Input[_builtins.str]] = None,
46
+ oauth_redirect_uri: Optional[pulumi.Input[_builtins.str]] = None,
47
+ oauth_scope: Optional[pulumi.Input[_builtins.str]] = None,
48
+ oauth_token_request_url: Optional[pulumi.Input[_builtins.str]] = None,
42
49
  ocsp_fail_open: Optional[pulumi.Input[_builtins.str]] = None,
43
50
  okta_url: Optional[pulumi.Input[_builtins.str]] = None,
44
51
  organization_name: Optional[pulumi.Input[_builtins.str]] = None,
@@ -65,7 +72,7 @@ class ProviderArgs:
65
72
  """
66
73
  The set of arguments for constructing a Provider resource.
67
74
  :param pulumi.Input[_builtins.str] account_name: Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable.
68
- :param pulumi.Input[_builtins.str] authenticator: Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
75
+ :param pulumi.Input[_builtins.str] authenticator: Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN` | `OAUTH_CLIENT_CREDENTIALS` | `OAUTH_AUTHORIZATION_CODE`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
69
76
  :param pulumi.Input[_builtins.str] client_ip: IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable.
70
77
  :param pulumi.Input[_builtins.str] client_request_mfa_token: When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable.
71
78
  :param pulumi.Input[_builtins.str] client_store_temporary_credential: When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable.
@@ -74,6 +81,7 @@ class ProviderArgs:
74
81
  :param pulumi.Input[_builtins.bool] disable_query_context_cache: Disables HTAP query context cache in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable.
75
82
  :param pulumi.Input[_builtins.bool] disable_telemetry: Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable.
76
83
  :param pulumi.Input[_builtins.str] driver_tracing: Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable.
84
+ :param pulumi.Input[_builtins.bool] enable_single_use_refresh_tokens: Enables single use refresh tokens for Snowflake IdP. Can also be sourced from the `SNOWFLAKE_ENABLE_SINGLE_USE_REFRESH_TOKENS` environment variable.
77
85
  :param pulumi.Input[_builtins.int] external_browser_timeout: The timeout in seconds for the external browser to complete the authentication. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable.
78
86
  :param pulumi.Input[_builtins.str] host: Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable.
79
87
  :param pulumi.Input[_builtins.str] include_retry_reason: Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable.
@@ -83,6 +91,12 @@ class ProviderArgs:
83
91
  :param pulumi.Input[_builtins.bool] keep_session_alive: Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable.
84
92
  :param pulumi.Input[_builtins.int] login_timeout: Login retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable.
85
93
  :param pulumi.Input[_builtins.int] max_retry_count: Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable.
94
+ :param pulumi.Input[_builtins.str] oauth_authorization_url: Authorization URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_AUTHORIZATION_URL` environment variable.
95
+ :param pulumi.Input[_builtins.str] oauth_client_id: Client id for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.
96
+ :param pulumi.Input[_builtins.str] oauth_client_secret: Client secret for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.
97
+ :param pulumi.Input[_builtins.str] oauth_redirect_uri: Redirect URI registered in IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_REDIRECT_URI` environment variable.
98
+ :param pulumi.Input[_builtins.str] oauth_scope: Comma separated list of scopes. If empty it is derived from role. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_SCOPE` environment variable.
99
+ :param pulumi.Input[_builtins.str] oauth_token_request_url: Token request URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL` environment variable.
86
100
  :param pulumi.Input[_builtins.str] ocsp_fail_open: True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable.
87
101
  :param pulumi.Input[_builtins.str] okta_url: The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable.
88
102
  :param pulumi.Input[_builtins.str] organization_name: Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable.
@@ -100,6 +114,7 @@ class ProviderArgs:
100
114
  :param pulumi.Input[_builtins.bool] skip_toml_file_permission_verification: False by default. Skips TOML configuration file permission verification. This flag has no effect on Windows systems, as the permissions are not checked on this platform. Instead of skipping the permissions verification, we recommend setting the proper privileges - see the section below. Can also be sourced from the `SNOWFLAKE_SKIP_TOML_FILE_PERMISSION_VERIFICATION` environment variable.
101
115
  :param pulumi.Input[_builtins.str] tmp_directory_path: Sets temporary directory used by the driver for operations like encrypting, compressing etc. Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable.
102
116
  :param pulumi.Input[_builtins.str] token: Token to use for OAuth and other forms of token based auth. When this field is set here, or in the TOML file, the provider sets the `authenticator` to `OAUTH`. Optionally, set the `authenticator` field to the authenticator you want to use. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable.
117
+ :param pulumi.Input['ProviderTokenAccessorArgs'] token_accessor: If you are using the OAuth authentication flows, use the dedicated `authenticator` and `oauth...` fields instead. See our authentication methods guide for more information.
103
118
  :param pulumi.Input[_builtins.bool] use_legacy_toml_file: False by default. When this is set to true, the provider expects the legacy TOML format. Otherwise, it expects the new format. See more in the section below Can also be sourced from the `SNOWFLAKE_USE_LEGACY_TOML_FILE` environment variable.
104
119
  :param pulumi.Input[_builtins.str] user: Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable.
105
120
  :param pulumi.Input[_builtins.str] validate_default_parameters: True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable.
@@ -125,6 +140,8 @@ class ProviderArgs:
125
140
  pulumi.set(__self__, "disable_telemetry", disable_telemetry)
126
141
  if driver_tracing is not None:
127
142
  pulumi.set(__self__, "driver_tracing", driver_tracing)
143
+ if enable_single_use_refresh_tokens is not None:
144
+ pulumi.set(__self__, "enable_single_use_refresh_tokens", enable_single_use_refresh_tokens)
128
145
  if external_browser_timeout is not None:
129
146
  pulumi.set(__self__, "external_browser_timeout", external_browser_timeout)
130
147
  if host is None:
@@ -145,6 +162,18 @@ class ProviderArgs:
145
162
  pulumi.set(__self__, "login_timeout", login_timeout)
146
163
  if max_retry_count is not None:
147
164
  pulumi.set(__self__, "max_retry_count", max_retry_count)
165
+ if oauth_authorization_url is not None:
166
+ pulumi.set(__self__, "oauth_authorization_url", oauth_authorization_url)
167
+ if oauth_client_id is not None:
168
+ pulumi.set(__self__, "oauth_client_id", oauth_client_id)
169
+ if oauth_client_secret is not None:
170
+ pulumi.set(__self__, "oauth_client_secret", oauth_client_secret)
171
+ if oauth_redirect_uri is not None:
172
+ pulumi.set(__self__, "oauth_redirect_uri", oauth_redirect_uri)
173
+ if oauth_scope is not None:
174
+ pulumi.set(__self__, "oauth_scope", oauth_scope)
175
+ if oauth_token_request_url is not None:
176
+ pulumi.set(__self__, "oauth_token_request_url", oauth_token_request_url)
148
177
  if ocsp_fail_open is not None:
149
178
  pulumi.set(__self__, "ocsp_fail_open", ocsp_fail_open)
150
179
  if okta_url is not None:
@@ -220,7 +249,7 @@ class ProviderArgs:
220
249
  @pulumi.getter
221
250
  def authenticator(self) -> Optional[pulumi.Input[_builtins.str]]:
222
251
  """
223
- Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
252
+ Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN` | `OAUTH_CLIENT_CREDENTIALS` | `OAUTH_AUTHORIZATION_CODE`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
224
253
  """
225
254
  return pulumi.get(self, "authenticator")
226
255
 
@@ -324,6 +353,18 @@ class ProviderArgs:
324
353
  def driver_tracing(self, value: Optional[pulumi.Input[_builtins.str]]):
325
354
  pulumi.set(self, "driver_tracing", value)
326
355
 
356
+ @_builtins.property
357
+ @pulumi.getter(name="enableSingleUseRefreshTokens")
358
+ def enable_single_use_refresh_tokens(self) -> Optional[pulumi.Input[_builtins.bool]]:
359
+ """
360
+ Enables single use refresh tokens for Snowflake IdP. Can also be sourced from the `SNOWFLAKE_ENABLE_SINGLE_USE_REFRESH_TOKENS` environment variable.
361
+ """
362
+ return pulumi.get(self, "enable_single_use_refresh_tokens")
363
+
364
+ @enable_single_use_refresh_tokens.setter
365
+ def enable_single_use_refresh_tokens(self, value: Optional[pulumi.Input[_builtins.bool]]):
366
+ pulumi.set(self, "enable_single_use_refresh_tokens", value)
367
+
327
368
  @_builtins.property
328
369
  @pulumi.getter(name="externalBrowserTimeout")
329
370
  def external_browser_timeout(self) -> Optional[pulumi.Input[_builtins.int]]:
@@ -432,6 +473,78 @@ class ProviderArgs:
432
473
  def max_retry_count(self, value: Optional[pulumi.Input[_builtins.int]]):
433
474
  pulumi.set(self, "max_retry_count", value)
434
475
 
476
+ @_builtins.property
477
+ @pulumi.getter(name="oauthAuthorizationUrl")
478
+ def oauth_authorization_url(self) -> Optional[pulumi.Input[_builtins.str]]:
479
+ """
480
+ Authorization URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_AUTHORIZATION_URL` environment variable.
481
+ """
482
+ return pulumi.get(self, "oauth_authorization_url")
483
+
484
+ @oauth_authorization_url.setter
485
+ def oauth_authorization_url(self, value: Optional[pulumi.Input[_builtins.str]]):
486
+ pulumi.set(self, "oauth_authorization_url", value)
487
+
488
+ @_builtins.property
489
+ @pulumi.getter(name="oauthClientId")
490
+ def oauth_client_id(self) -> Optional[pulumi.Input[_builtins.str]]:
491
+ """
492
+ Client id for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.
493
+ """
494
+ return pulumi.get(self, "oauth_client_id")
495
+
496
+ @oauth_client_id.setter
497
+ def oauth_client_id(self, value: Optional[pulumi.Input[_builtins.str]]):
498
+ pulumi.set(self, "oauth_client_id", value)
499
+
500
+ @_builtins.property
501
+ @pulumi.getter(name="oauthClientSecret")
502
+ def oauth_client_secret(self) -> Optional[pulumi.Input[_builtins.str]]:
503
+ """
504
+ Client secret for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.
505
+ """
506
+ return pulumi.get(self, "oauth_client_secret")
507
+
508
+ @oauth_client_secret.setter
509
+ def oauth_client_secret(self, value: Optional[pulumi.Input[_builtins.str]]):
510
+ pulumi.set(self, "oauth_client_secret", value)
511
+
512
+ @_builtins.property
513
+ @pulumi.getter(name="oauthRedirectUri")
514
+ def oauth_redirect_uri(self) -> Optional[pulumi.Input[_builtins.str]]:
515
+ """
516
+ Redirect URI registered in IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_REDIRECT_URI` environment variable.
517
+ """
518
+ return pulumi.get(self, "oauth_redirect_uri")
519
+
520
+ @oauth_redirect_uri.setter
521
+ def oauth_redirect_uri(self, value: Optional[pulumi.Input[_builtins.str]]):
522
+ pulumi.set(self, "oauth_redirect_uri", value)
523
+
524
+ @_builtins.property
525
+ @pulumi.getter(name="oauthScope")
526
+ def oauth_scope(self) -> Optional[pulumi.Input[_builtins.str]]:
527
+ """
528
+ Comma separated list of scopes. If empty it is derived from role. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_SCOPE` environment variable.
529
+ """
530
+ return pulumi.get(self, "oauth_scope")
531
+
532
+ @oauth_scope.setter
533
+ def oauth_scope(self, value: Optional[pulumi.Input[_builtins.str]]):
534
+ pulumi.set(self, "oauth_scope", value)
535
+
536
+ @_builtins.property
537
+ @pulumi.getter(name="oauthTokenRequestUrl")
538
+ def oauth_token_request_url(self) -> Optional[pulumi.Input[_builtins.str]]:
539
+ """
540
+ Token request URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL` environment variable.
541
+ """
542
+ return pulumi.get(self, "oauth_token_request_url")
543
+
544
+ @oauth_token_request_url.setter
545
+ def oauth_token_request_url(self, value: Optional[pulumi.Input[_builtins.str]]):
546
+ pulumi.set(self, "oauth_token_request_url", value)
547
+
435
548
  @_builtins.property
436
549
  @pulumi.getter(name="ocspFailOpen")
437
550
  def ocsp_fail_open(self) -> Optional[pulumi.Input[_builtins.str]]:
@@ -648,6 +761,9 @@ class ProviderArgs:
648
761
  @_builtins.property
649
762
  @pulumi.getter(name="tokenAccessor")
650
763
  def token_accessor(self) -> Optional[pulumi.Input['ProviderTokenAccessorArgs']]:
764
+ """
765
+ If you are using the OAuth authentication flows, use the dedicated `authenticator` and `oauth...` fields instead. See our authentication methods guide for more information.
766
+ """
651
767
  return pulumi.get(self, "token_accessor")
652
768
 
653
769
  @token_accessor.setter
@@ -719,6 +835,7 @@ class Provider(pulumi.ProviderResource):
719
835
  disable_query_context_cache: Optional[pulumi.Input[_builtins.bool]] = None,
720
836
  disable_telemetry: Optional[pulumi.Input[_builtins.bool]] = None,
721
837
  driver_tracing: Optional[pulumi.Input[_builtins.str]] = None,
838
+ enable_single_use_refresh_tokens: Optional[pulumi.Input[_builtins.bool]] = None,
722
839
  external_browser_timeout: Optional[pulumi.Input[_builtins.int]] = None,
723
840
  host: Optional[pulumi.Input[_builtins.str]] = None,
724
841
  include_retry_reason: Optional[pulumi.Input[_builtins.str]] = None,
@@ -728,6 +845,12 @@ class Provider(pulumi.ProviderResource):
728
845
  keep_session_alive: Optional[pulumi.Input[_builtins.bool]] = None,
729
846
  login_timeout: Optional[pulumi.Input[_builtins.int]] = None,
730
847
  max_retry_count: Optional[pulumi.Input[_builtins.int]] = None,
848
+ oauth_authorization_url: Optional[pulumi.Input[_builtins.str]] = None,
849
+ oauth_client_id: Optional[pulumi.Input[_builtins.str]] = None,
850
+ oauth_client_secret: Optional[pulumi.Input[_builtins.str]] = None,
851
+ oauth_redirect_uri: Optional[pulumi.Input[_builtins.str]] = None,
852
+ oauth_scope: Optional[pulumi.Input[_builtins.str]] = None,
853
+ oauth_token_request_url: Optional[pulumi.Input[_builtins.str]] = None,
731
854
  ocsp_fail_open: Optional[pulumi.Input[_builtins.str]] = None,
732
855
  okta_url: Optional[pulumi.Input[_builtins.str]] = None,
733
856
  organization_name: Optional[pulumi.Input[_builtins.str]] = None,
@@ -761,7 +884,7 @@ class Provider(pulumi.ProviderResource):
761
884
  :param str resource_name: The name of the resource.
762
885
  :param pulumi.ResourceOptions opts: Options for the resource.
763
886
  :param pulumi.Input[_builtins.str] account_name: Specifies your Snowflake account name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#account-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ACCOUNT_NAME` environment variable.
764
- :param pulumi.Input[_builtins.str] authenticator: Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
887
+ :param pulumi.Input[_builtins.str] authenticator: Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN` | `OAUTH_CLIENT_CREDENTIALS` | `OAUTH_AUTHORIZATION_CODE`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
765
888
  :param pulumi.Input[_builtins.str] client_ip: IP address for network checks. Can also be sourced from the `SNOWFLAKE_CLIENT_IP` environment variable.
766
889
  :param pulumi.Input[_builtins.str] client_request_mfa_token: When true the MFA token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_REQUEST_MFA_TOKEN` environment variable.
767
890
  :param pulumi.Input[_builtins.str] client_store_temporary_credential: When true the ID token is cached in the credential manager. True by default in Windows/OSX. False for Linux. Can also be sourced from the `SNOWFLAKE_CLIENT_STORE_TEMPORARY_CREDENTIAL` environment variable.
@@ -770,6 +893,7 @@ class Provider(pulumi.ProviderResource):
770
893
  :param pulumi.Input[_builtins.bool] disable_query_context_cache: Disables HTAP query context cache in the driver. Can also be sourced from the `SNOWFLAKE_DISABLE_QUERY_CONTEXT_CACHE` environment variable.
771
894
  :param pulumi.Input[_builtins.bool] disable_telemetry: Disables telemetry in the driver. Can also be sourced from the `DISABLE_TELEMETRY` environment variable.
772
895
  :param pulumi.Input[_builtins.str] driver_tracing: Specifies the logging level to be used by the driver. Valid options are: `trace` | `debug` | `info` | `print` | `warning` | `error` | `fatal` | `panic`. Can also be sourced from the `SNOWFLAKE_DRIVER_TRACING` environment variable.
896
+ :param pulumi.Input[_builtins.bool] enable_single_use_refresh_tokens: Enables single use refresh tokens for Snowflake IdP. Can also be sourced from the `SNOWFLAKE_ENABLE_SINGLE_USE_REFRESH_TOKENS` environment variable.
773
897
  :param pulumi.Input[_builtins.int] external_browser_timeout: The timeout in seconds for the external browser to complete the authentication. Can also be sourced from the `SNOWFLAKE_EXTERNAL_BROWSER_TIMEOUT` environment variable.
774
898
  :param pulumi.Input[_builtins.str] host: Specifies a custom host value used by the driver for privatelink connections. Can also be sourced from the `SNOWFLAKE_HOST` environment variable.
775
899
  :param pulumi.Input[_builtins.str] include_retry_reason: Should retried request contain retry reason. Can also be sourced from the `SNOWFLAKE_INCLUDE_RETRY_REASON` environment variable.
@@ -779,6 +903,12 @@ class Provider(pulumi.ProviderResource):
779
903
  :param pulumi.Input[_builtins.bool] keep_session_alive: Enables the session to persist even after the connection is closed. Can also be sourced from the `SNOWFLAKE_KEEP_SESSION_ALIVE` environment variable.
780
904
  :param pulumi.Input[_builtins.int] login_timeout: Login retry timeout in seconds EXCLUDING network roundtrip and read out http response. Can also be sourced from the `SNOWFLAKE_LOGIN_TIMEOUT` environment variable.
781
905
  :param pulumi.Input[_builtins.int] max_retry_count: Specifies how many times non-periodic HTTP request can be retried by the driver. Can also be sourced from the `SNOWFLAKE_MAX_RETRY_COUNT` environment variable.
906
+ :param pulumi.Input[_builtins.str] oauth_authorization_url: Authorization URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_AUTHORIZATION_URL` environment variable.
907
+ :param pulumi.Input[_builtins.str] oauth_client_id: Client id for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.
908
+ :param pulumi.Input[_builtins.str] oauth_client_secret: Client secret for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.
909
+ :param pulumi.Input[_builtins.str] oauth_redirect_uri: Redirect URI registered in IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_REDIRECT_URI` environment variable.
910
+ :param pulumi.Input[_builtins.str] oauth_scope: Comma separated list of scopes. If empty it is derived from role. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_SCOPE` environment variable.
911
+ :param pulumi.Input[_builtins.str] oauth_token_request_url: Token request URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL` environment variable.
782
912
  :param pulumi.Input[_builtins.str] ocsp_fail_open: True represents OCSP fail open mode. False represents OCSP fail closed mode. Fail open true by default. Can also be sourced from the `SNOWFLAKE_OCSP_FAIL_OPEN` environment variable.
783
913
  :param pulumi.Input[_builtins.str] okta_url: The URL of the Okta server. e.g. https://example.okta.com. Okta URL host needs to to have a suffix `okta.com`. Read more in Snowflake [docs](https://docs.snowflake.com/en/user-guide/oauth-okta). Can also be sourced from the `SNOWFLAKE_OKTA_URL` environment variable.
784
914
  :param pulumi.Input[_builtins.str] organization_name: Specifies your Snowflake organization name assigned by Snowflake. For information about account identifiers, see the [Snowflake documentation](https://docs.snowflake.com/en/user-guide/admin-account-identifier#organization-name). Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_ORGANIZATION_NAME` environment variable.
@@ -796,6 +926,7 @@ class Provider(pulumi.ProviderResource):
796
926
  :param pulumi.Input[_builtins.bool] skip_toml_file_permission_verification: False by default. Skips TOML configuration file permission verification. This flag has no effect on Windows systems, as the permissions are not checked on this platform. Instead of skipping the permissions verification, we recommend setting the proper privileges - see the section below. Can also be sourced from the `SNOWFLAKE_SKIP_TOML_FILE_PERMISSION_VERIFICATION` environment variable.
797
927
  :param pulumi.Input[_builtins.str] tmp_directory_path: Sets temporary directory used by the driver for operations like encrypting, compressing etc. Can also be sourced from the `SNOWFLAKE_TMP_DIRECTORY_PATH` environment variable.
798
928
  :param pulumi.Input[_builtins.str] token: Token to use for OAuth and other forms of token based auth. When this field is set here, or in the TOML file, the provider sets the `authenticator` to `OAUTH`. Optionally, set the `authenticator` field to the authenticator you want to use. Can also be sourced from the `SNOWFLAKE_TOKEN` environment variable.
929
+ :param pulumi.Input[Union['ProviderTokenAccessorArgs', 'ProviderTokenAccessorArgsDict']] token_accessor: If you are using the OAuth authentication flows, use the dedicated `authenticator` and `oauth...` fields instead. See our authentication methods guide for more information.
799
930
  :param pulumi.Input[_builtins.bool] use_legacy_toml_file: False by default. When this is set to true, the provider expects the legacy TOML format. Otherwise, it expects the new format. See more in the section below Can also be sourced from the `SNOWFLAKE_USE_LEGACY_TOML_FILE` environment variable.
800
931
  :param pulumi.Input[_builtins.str] user: Username. Required unless using `profile`. Can also be sourced from the `SNOWFLAKE_USER` environment variable.
801
932
  :param pulumi.Input[_builtins.str] validate_default_parameters: True by default. If false, disables the validation checks for Database, Schema, Warehouse and Role at the time a connection is established. Can also be sourced from the `SNOWFLAKE_VALIDATE_DEFAULT_PARAMETERS` environment variable.
@@ -838,6 +969,7 @@ class Provider(pulumi.ProviderResource):
838
969
  disable_query_context_cache: Optional[pulumi.Input[_builtins.bool]] = None,
839
970
  disable_telemetry: Optional[pulumi.Input[_builtins.bool]] = None,
840
971
  driver_tracing: Optional[pulumi.Input[_builtins.str]] = None,
972
+ enable_single_use_refresh_tokens: Optional[pulumi.Input[_builtins.bool]] = None,
841
973
  external_browser_timeout: Optional[pulumi.Input[_builtins.int]] = None,
842
974
  host: Optional[pulumi.Input[_builtins.str]] = None,
843
975
  include_retry_reason: Optional[pulumi.Input[_builtins.str]] = None,
@@ -847,6 +979,12 @@ class Provider(pulumi.ProviderResource):
847
979
  keep_session_alive: Optional[pulumi.Input[_builtins.bool]] = None,
848
980
  login_timeout: Optional[pulumi.Input[_builtins.int]] = None,
849
981
  max_retry_count: Optional[pulumi.Input[_builtins.int]] = None,
982
+ oauth_authorization_url: Optional[pulumi.Input[_builtins.str]] = None,
983
+ oauth_client_id: Optional[pulumi.Input[_builtins.str]] = None,
984
+ oauth_client_secret: Optional[pulumi.Input[_builtins.str]] = None,
985
+ oauth_redirect_uri: Optional[pulumi.Input[_builtins.str]] = None,
986
+ oauth_scope: Optional[pulumi.Input[_builtins.str]] = None,
987
+ oauth_token_request_url: Optional[pulumi.Input[_builtins.str]] = None,
850
988
  ocsp_fail_open: Optional[pulumi.Input[_builtins.str]] = None,
851
989
  okta_url: Optional[pulumi.Input[_builtins.str]] = None,
852
990
  organization_name: Optional[pulumi.Input[_builtins.str]] = None,
@@ -889,6 +1027,7 @@ class Provider(pulumi.ProviderResource):
889
1027
  __props__.__dict__["disable_query_context_cache"] = pulumi.Output.from_input(disable_query_context_cache).apply(pulumi.runtime.to_json) if disable_query_context_cache is not None else None
890
1028
  __props__.__dict__["disable_telemetry"] = pulumi.Output.from_input(disable_telemetry).apply(pulumi.runtime.to_json) if disable_telemetry is not None else None
891
1029
  __props__.__dict__["driver_tracing"] = driver_tracing
1030
+ __props__.__dict__["enable_single_use_refresh_tokens"] = pulumi.Output.from_input(enable_single_use_refresh_tokens).apply(pulumi.runtime.to_json) if enable_single_use_refresh_tokens is not None else None
892
1031
  __props__.__dict__["external_browser_timeout"] = pulumi.Output.from_input(external_browser_timeout).apply(pulumi.runtime.to_json) if external_browser_timeout is not None else None
893
1032
  if host is None:
894
1033
  host = _utilities.get_env('SNOWFLAKE_HOST')
@@ -900,6 +1039,12 @@ class Provider(pulumi.ProviderResource):
900
1039
  __props__.__dict__["keep_session_alive"] = pulumi.Output.from_input(keep_session_alive).apply(pulumi.runtime.to_json) if keep_session_alive is not None else None
901
1040
  __props__.__dict__["login_timeout"] = pulumi.Output.from_input(login_timeout).apply(pulumi.runtime.to_json) if login_timeout is not None else None
902
1041
  __props__.__dict__["max_retry_count"] = pulumi.Output.from_input(max_retry_count).apply(pulumi.runtime.to_json) if max_retry_count is not None else None
1042
+ __props__.__dict__["oauth_authorization_url"] = None if oauth_authorization_url is None else pulumi.Output.secret(oauth_authorization_url)
1043
+ __props__.__dict__["oauth_client_id"] = None if oauth_client_id is None else pulumi.Output.secret(oauth_client_id)
1044
+ __props__.__dict__["oauth_client_secret"] = None if oauth_client_secret is None else pulumi.Output.secret(oauth_client_secret)
1045
+ __props__.__dict__["oauth_redirect_uri"] = None if oauth_redirect_uri is None else pulumi.Output.secret(oauth_redirect_uri)
1046
+ __props__.__dict__["oauth_scope"] = oauth_scope
1047
+ __props__.__dict__["oauth_token_request_url"] = None if oauth_token_request_url is None else pulumi.Output.secret(oauth_token_request_url)
903
1048
  __props__.__dict__["ocsp_fail_open"] = ocsp_fail_open
904
1049
  __props__.__dict__["okta_url"] = okta_url
905
1050
  __props__.__dict__["organization_name"] = organization_name
@@ -935,7 +1080,7 @@ class Provider(pulumi.ProviderResource):
935
1080
  if warehouse is None:
936
1081
  warehouse = _utilities.get_env('SNOWFLAKE_WAREHOUSE')
937
1082
  __props__.__dict__["warehouse"] = warehouse
938
- secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["passcode", "password", "privateKey", "privateKeyPassphrase", "token"])
1083
+ secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["oauthAuthorizationUrl", "oauthClientId", "oauthClientSecret", "oauthRedirectUri", "oauthTokenRequestUrl", "passcode", "password", "privateKey", "privateKeyPassphrase", "token"])
939
1084
  opts = pulumi.ResourceOptions.merge(opts, secret_opts)
940
1085
  super(Provider, __self__).__init__(
941
1086
  'snowflake',
@@ -955,7 +1100,7 @@ class Provider(pulumi.ProviderResource):
955
1100
  @pulumi.getter
956
1101
  def authenticator(self) -> pulumi.Output[Optional[_builtins.str]]:
957
1102
  """
958
- Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
1103
+ Specifies the [authentication type](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#AuthType) to use when connecting to Snowflake. Valid options are: `SNOWFLAKE` | `OAUTH` | `EXTERNALBROWSER` | `OKTA` | `SNOWFLAKE_JWT` | `TOKENACCESSOR` | `USERNAMEPASSWORDMFA` | `PROGRAMMATIC_ACCESS_TOKEN` | `OAUTH_CLIENT_CREDENTIALS` | `OAUTH_AUTHORIZATION_CODE`. Can also be sourced from the `SNOWFLAKE_AUTHENTICATOR` environment variable.
959
1104
  """
960
1105
  return pulumi.get(self, "authenticator")
961
1106
 
@@ -1015,6 +1160,54 @@ class Provider(pulumi.ProviderResource):
1015
1160
  """
1016
1161
  return pulumi.get(self, "include_retry_reason")
1017
1162
 
1163
+ @_builtins.property
1164
+ @pulumi.getter(name="oauthAuthorizationUrl")
1165
+ def oauth_authorization_url(self) -> pulumi.Output[Optional[_builtins.str]]:
1166
+ """
1167
+ Authorization URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_AUTHORIZATION_URL` environment variable.
1168
+ """
1169
+ return pulumi.get(self, "oauth_authorization_url")
1170
+
1171
+ @_builtins.property
1172
+ @pulumi.getter(name="oauthClientId")
1173
+ def oauth_client_id(self) -> pulumi.Output[Optional[_builtins.str]]:
1174
+ """
1175
+ Client id for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_ID` environment variable.
1176
+ """
1177
+ return pulumi.get(self, "oauth_client_id")
1178
+
1179
+ @_builtins.property
1180
+ @pulumi.getter(name="oauthClientSecret")
1181
+ def oauth_client_secret(self) -> pulumi.Output[Optional[_builtins.str]]:
1182
+ """
1183
+ Client secret for OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_CLIENT_SECRET` environment variable.
1184
+ """
1185
+ return pulumi.get(self, "oauth_client_secret")
1186
+
1187
+ @_builtins.property
1188
+ @pulumi.getter(name="oauthRedirectUri")
1189
+ def oauth_redirect_uri(self) -> pulumi.Output[Optional[_builtins.str]]:
1190
+ """
1191
+ Redirect URI registered in IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_REDIRECT_URI` environment variable.
1192
+ """
1193
+ return pulumi.get(self, "oauth_redirect_uri")
1194
+
1195
+ @_builtins.property
1196
+ @pulumi.getter(name="oauthScope")
1197
+ def oauth_scope(self) -> pulumi.Output[Optional[_builtins.str]]:
1198
+ """
1199
+ Comma separated list of scopes. If empty it is derived from role. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_SCOPE` environment variable.
1200
+ """
1201
+ return pulumi.get(self, "oauth_scope")
1202
+
1203
+ @_builtins.property
1204
+ @pulumi.getter(name="oauthTokenRequestUrl")
1205
+ def oauth_token_request_url(self) -> pulumi.Output[Optional[_builtins.str]]:
1206
+ """
1207
+ Token request URL of OAuth2 external IdP. See [Snowflake OAuth documentation](https://docs.snowflake.com/en/user-guide/oauth). Can also be sourced from the `SNOWFLAKE_OAUTH_TOKEN_REQUEST_URL` environment variable.
1208
+ """
1209
+ return pulumi.get(self, "oauth_token_request_url")
1210
+
1018
1211
  @_builtins.property
1019
1212
  @pulumi.getter(name="ocspFailOpen")
1020
1213
  def ocsp_fail_open(self) -> pulumi.Output[Optional[_builtins.str]]:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "snowflake",
4
- "version": "2.8.0-alpha.1760684972"
4
+ "version": "2.8.0-alpha.1760758023"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_snowflake
3
- Version: 2.8.0a1760684972
3
+ Version: 2.8.0a1760758023
4
4
  Summary: A Pulumi package for creating and managing snowflake cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -5,7 +5,7 @@
5
5
  keywords = ["pulumi", "snowflake"]
6
6
  readme = "README.md"
7
7
  requires-python = ">=3.9"
8
- version = "2.8.0a1760684972"
8
+ version = "2.8.0a1760758023"
9
9
  [project.license]
10
10
  text = "Apache-2.0"
11
11
  [project.urls]