pulumi-snowflake 2.2.0a1751946295__py3-none-any.whl → 2.3.0__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 pulumi-snowflake might be problematic. Click here for more details.

Files changed (160) hide show
  1. pulumi_snowflake/__init__.py +20 -1
  2. pulumi_snowflake/_inputs.py +17236 -16797
  3. pulumi_snowflake/account.py +252 -253
  4. pulumi_snowflake/account_authentication_policy_attachment.py +18 -19
  5. pulumi_snowflake/account_parameter.py +35 -36
  6. pulumi_snowflake/account_password_policy_attachment.py +18 -19
  7. pulumi_snowflake/account_role.py +42 -43
  8. pulumi_snowflake/alert.py +149 -150
  9. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +197 -198
  10. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +180 -181
  11. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +193 -194
  12. pulumi_snowflake/api_integration.py +251 -252
  13. pulumi_snowflake/authentication_policy.py +167 -168
  14. pulumi_snowflake/compute_pool.py +167 -168
  15. pulumi_snowflake/config/__init__.py +1 -1
  16. pulumi_snowflake/config/__init__.pyi +1 -2
  17. pulumi_snowflake/config/outputs.py +21 -22
  18. pulumi_snowflake/config/vars.py +43 -44
  19. pulumi_snowflake/cortex_search_service.py +191 -192
  20. pulumi_snowflake/current_account.py +2096 -2097
  21. pulumi_snowflake/current_organization_account.py +5863 -0
  22. pulumi_snowflake/database.py +353 -354
  23. pulumi_snowflake/database_role.py +63 -64
  24. pulumi_snowflake/dynamic_table.py +274 -275
  25. pulumi_snowflake/email_notification_integration.py +70 -71
  26. pulumi_snowflake/execute.py +61 -62
  27. pulumi_snowflake/external_function.py +280 -281
  28. pulumi_snowflake/external_oauth_integration.py +288 -289
  29. pulumi_snowflake/external_table.py +246 -247
  30. pulumi_snowflake/external_volume.py +68 -69
  31. pulumi_snowflake/failover_group.py +135 -136
  32. pulumi_snowflake/file_format.py +622 -623
  33. pulumi_snowflake/function_java.py +320 -321
  34. pulumi_snowflake/function_javascript.py +243 -244
  35. pulumi_snowflake/function_python.py +334 -335
  36. pulumi_snowflake/function_scala.py +320 -321
  37. pulumi_snowflake/function_sql.py +226 -227
  38. pulumi_snowflake/get_account_roles.py +16 -17
  39. pulumi_snowflake/get_accounts.py +16 -17
  40. pulumi_snowflake/get_alerts.py +22 -23
  41. pulumi_snowflake/get_compute_pools.py +23 -24
  42. pulumi_snowflake/get_connections.py +10 -11
  43. pulumi_snowflake/get_cortex_search_services.py +18 -19
  44. pulumi_snowflake/get_current_account.py +9 -10
  45. pulumi_snowflake/get_current_role.py +5 -6
  46. pulumi_snowflake/get_database.py +25 -26
  47. pulumi_snowflake/get_database_role.py +19 -20
  48. pulumi_snowflake/get_database_roles.py +17 -18
  49. pulumi_snowflake/get_databases.py +29 -30
  50. pulumi_snowflake/get_dynamic_tables.py +13 -14
  51. pulumi_snowflake/get_external_functions.py +16 -17
  52. pulumi_snowflake/get_external_tables.py +16 -17
  53. pulumi_snowflake/get_failover_groups.py +10 -11
  54. pulumi_snowflake/get_file_formats.py +16 -17
  55. pulumi_snowflake/get_functions.py +16 -17
  56. pulumi_snowflake/get_git_repositories.py +18 -19
  57. pulumi_snowflake/get_grants.py +9 -10
  58. pulumi_snowflake/get_image_repositories.py +11 -12
  59. pulumi_snowflake/get_masking_policies.py +18 -19
  60. pulumi_snowflake/get_materialized_views.py +16 -17
  61. pulumi_snowflake/get_network_policies.py +16 -17
  62. pulumi_snowflake/get_parameters.py +34 -35
  63. pulumi_snowflake/get_pipes.py +16 -17
  64. pulumi_snowflake/get_procedures.py +16 -17
  65. pulumi_snowflake/get_resource_monitors.py +10 -11
  66. pulumi_snowflake/get_row_access_policies.py +18 -19
  67. pulumi_snowflake/get_schemas.py +30 -31
  68. pulumi_snowflake/get_secrets.py +17 -18
  69. pulumi_snowflake/get_security_integrations.py +16 -17
  70. pulumi_snowflake/get_sequences.py +16 -17
  71. pulumi_snowflake/get_services.py +30 -31
  72. pulumi_snowflake/get_shares.py +10 -11
  73. pulumi_snowflake/get_stages.py +16 -17
  74. pulumi_snowflake/get_storage_integrations.py +4 -5
  75. pulumi_snowflake/get_streamlits.py +18 -19
  76. pulumi_snowflake/get_streams.py +24 -25
  77. pulumi_snowflake/get_system_generate_scim_access_token.py +11 -12
  78. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +11 -12
  79. pulumi_snowflake/get_system_get_private_link_config.py +21 -22
  80. pulumi_snowflake/get_system_get_snowflake_platform_info.py +7 -8
  81. pulumi_snowflake/get_tables.py +24 -25
  82. pulumi_snowflake/get_tags.py +11 -12
  83. pulumi_snowflake/get_tasks.py +30 -31
  84. pulumi_snowflake/get_user_programmatic_access_tokens.py +113 -0
  85. pulumi_snowflake/get_users.py +29 -30
  86. pulumi_snowflake/get_views.py +24 -25
  87. pulumi_snowflake/get_warehouses.py +22 -23
  88. pulumi_snowflake/git_repository.py +133 -134
  89. pulumi_snowflake/grant_account_role.py +52 -53
  90. pulumi_snowflake/grant_application_role.py +52 -53
  91. pulumi_snowflake/grant_database_role.py +69 -70
  92. pulumi_snowflake/grant_ownership.py +55 -56
  93. pulumi_snowflake/grant_privileges_to_account_role.py +125 -126
  94. pulumi_snowflake/grant_privileges_to_database_role.py +122 -123
  95. pulumi_snowflake/grant_privileges_to_share.py +154 -155
  96. pulumi_snowflake/image_repository.py +80 -81
  97. pulumi_snowflake/job_service.py +148 -149
  98. pulumi_snowflake/legacy_service_user.py +1269 -1270
  99. pulumi_snowflake/managed_account.py +140 -141
  100. pulumi_snowflake/masking_policy.py +136 -137
  101. pulumi_snowflake/materialized_view.py +149 -150
  102. pulumi_snowflake/network_policy.py +116 -117
  103. pulumi_snowflake/network_policy_attachment.py +52 -53
  104. pulumi_snowflake/network_rule.py +129 -130
  105. pulumi_snowflake/notification_integration.py +298 -299
  106. pulumi_snowflake/oauth_integration_for_custom_clients.py +263 -264
  107. pulumi_snowflake/oauth_integration_for_partner_applications.py +169 -170
  108. pulumi_snowflake/object_parameter.py +72 -73
  109. pulumi_snowflake/outputs.py +15957 -15511
  110. pulumi_snowflake/password_policy.py +299 -300
  111. pulumi_snowflake/pipe.py +181 -182
  112. pulumi_snowflake/primary_connection.py +70 -71
  113. pulumi_snowflake/procedure_java.py +341 -342
  114. pulumi_snowflake/procedure_javascript.py +247 -248
  115. pulumi_snowflake/procedure_python.py +338 -339
  116. pulumi_snowflake/procedure_scala.py +341 -342
  117. pulumi_snowflake/procedure_sql.py +247 -248
  118. pulumi_snowflake/provider.py +377 -378
  119. pulumi_snowflake/pulumi-plugin.json +1 -1
  120. pulumi_snowflake/resource_monitor.py +165 -166
  121. pulumi_snowflake/row_access_policy.py +102 -103
  122. pulumi_snowflake/saml2_integration.py +303 -304
  123. pulumi_snowflake/schema.py +390 -391
  124. pulumi_snowflake/scim_integration.py +133 -134
  125. pulumi_snowflake/secondary_connection.py +72 -73
  126. pulumi_snowflake/secondary_database.py +350 -351
  127. pulumi_snowflake/secret_with_authorization_code_grant.py +138 -139
  128. pulumi_snowflake/secret_with_basic_authentication.py +121 -122
  129. pulumi_snowflake/secret_with_client_credentials.py +125 -126
  130. pulumi_snowflake/secret_with_generic_string.py +104 -105
  131. pulumi_snowflake/sequence.py +121 -122
  132. pulumi_snowflake/service.py +233 -234
  133. pulumi_snowflake/service_user.py +1239 -1240
  134. pulumi_snowflake/share.py +61 -62
  135. pulumi_snowflake/shared_database.py +299 -300
  136. pulumi_snowflake/stage.py +234 -235
  137. pulumi_snowflake/storage_integration.py +230 -231
  138. pulumi_snowflake/stream_on_directory_table.py +128 -129
  139. pulumi_snowflake/stream_on_external_table.py +151 -152
  140. pulumi_snowflake/stream_on_table.py +164 -165
  141. pulumi_snowflake/stream_on_view.py +164 -165
  142. pulumi_snowflake/streamlit.py +184 -185
  143. pulumi_snowflake/table.py +147 -148
  144. pulumi_snowflake/table_column_masking_policy_application.py +52 -53
  145. pulumi_snowflake/table_constraint.py +191 -192
  146. pulumi_snowflake/tag.py +114 -115
  147. pulumi_snowflake/tag_association.py +86 -87
  148. pulumi_snowflake/task.py +1224 -1225
  149. pulumi_snowflake/user.py +1346 -1347
  150. pulumi_snowflake/user_authentication_policy_attachment.py +35 -36
  151. pulumi_snowflake/user_password_policy_attachment.py +35 -36
  152. pulumi_snowflake/user_programmatic_access_token.py +598 -0
  153. pulumi_snowflake/user_public_keys.py +52 -53
  154. pulumi_snowflake/view.py +187 -188
  155. pulumi_snowflake/warehouse.py +286 -287
  156. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/METADATA +1 -1
  157. pulumi_snowflake-2.3.0.dist-info/RECORD +161 -0
  158. pulumi_snowflake-2.2.0a1751946295.dist-info/RECORD +0 -158
  159. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/WHEEL +0 -0
  160. {pulumi_snowflake-2.2.0a1751946295.dist-info → pulumi_snowflake-2.3.0.dist-info}/top_level.txt +0 -0
@@ -2,8 +2,7 @@
2
2
  # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import builtins
6
- import copy
5
+ import builtins as _builtins
7
6
  import warnings
8
7
  import sys
9
8
  import pulumi
@@ -22,27 +21,27 @@ __all__ = ['ApiAuthenticationIntegrationWithClientCredentialsArgs', 'ApiAuthenti
22
21
  @pulumi.input_type
23
22
  class ApiAuthenticationIntegrationWithClientCredentialsArgs:
24
23
  def __init__(__self__, *,
25
- enabled: pulumi.Input[builtins.bool],
26
- oauth_client_id: pulumi.Input[builtins.str],
27
- oauth_client_secret: pulumi.Input[builtins.str],
28
- comment: Optional[pulumi.Input[builtins.str]] = None,
29
- name: Optional[pulumi.Input[builtins.str]] = None,
30
- oauth_access_token_validity: Optional[pulumi.Input[builtins.int]] = None,
31
- oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
32
- oauth_client_auth_method: Optional[pulumi.Input[builtins.str]] = None,
33
- oauth_refresh_token_validity: Optional[pulumi.Input[builtins.int]] = None,
34
- oauth_token_endpoint: Optional[pulumi.Input[builtins.str]] = None):
24
+ enabled: pulumi.Input[_builtins.bool],
25
+ oauth_client_id: pulumi.Input[_builtins.str],
26
+ oauth_client_secret: pulumi.Input[_builtins.str],
27
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
28
+ name: Optional[pulumi.Input[_builtins.str]] = None,
29
+ oauth_access_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
30
+ oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
31
+ oauth_client_auth_method: Optional[pulumi.Input[_builtins.str]] = None,
32
+ oauth_refresh_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
33
+ oauth_token_endpoint: Optional[pulumi.Input[_builtins.str]] = None):
35
34
  """
36
35
  The set of arguments for constructing a ApiAuthenticationIntegrationWithClientCredentials resource.
37
- :param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
38
- :param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
39
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
40
- :param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
41
- :param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
42
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
43
- :param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
44
- :param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
45
- :param pulumi.Input[builtins.str] oauth_token_endpoint: Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
36
+ :param pulumi.Input[_builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
37
+ :param pulumi.Input[_builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
38
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the integration.
39
+ :param pulumi.Input[_builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
40
+ :param pulumi.Input[_builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
41
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
42
+ :param pulumi.Input[_builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
43
+ :param pulumi.Input[_builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
44
+ :param pulumi.Input[_builtins.str] oauth_token_endpoint: Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
46
45
  """
47
46
  pulumi.set(__self__, "enabled", enabled)
48
47
  pulumi.set(__self__, "oauth_client_id", oauth_client_id)
@@ -62,153 +61,153 @@ class ApiAuthenticationIntegrationWithClientCredentialsArgs:
62
61
  if oauth_token_endpoint is not None:
63
62
  pulumi.set(__self__, "oauth_token_endpoint", oauth_token_endpoint)
64
63
 
65
- @property
64
+ @_builtins.property
66
65
  @pulumi.getter
67
- def enabled(self) -> pulumi.Input[builtins.bool]:
66
+ def enabled(self) -> pulumi.Input[_builtins.bool]:
68
67
  """
69
68
  Specifies whether this security integration is enabled or disabled.
70
69
  """
71
70
  return pulumi.get(self, "enabled")
72
71
 
73
72
  @enabled.setter
74
- def enabled(self, value: pulumi.Input[builtins.bool]):
73
+ def enabled(self, value: pulumi.Input[_builtins.bool]):
75
74
  pulumi.set(self, "enabled", value)
76
75
 
77
- @property
76
+ @_builtins.property
78
77
  @pulumi.getter(name="oauthClientId")
79
- def oauth_client_id(self) -> pulumi.Input[builtins.str]:
78
+ def oauth_client_id(self) -> pulumi.Input[_builtins.str]:
80
79
  """
81
80
  Specifies the client ID for the OAuth application in the external service.
82
81
  """
83
82
  return pulumi.get(self, "oauth_client_id")
84
83
 
85
84
  @oauth_client_id.setter
86
- def oauth_client_id(self, value: pulumi.Input[builtins.str]):
85
+ def oauth_client_id(self, value: pulumi.Input[_builtins.str]):
87
86
  pulumi.set(self, "oauth_client_id", value)
88
87
 
89
- @property
88
+ @_builtins.property
90
89
  @pulumi.getter(name="oauthClientSecret")
91
- def oauth_client_secret(self) -> pulumi.Input[builtins.str]:
90
+ def oauth_client_secret(self) -> pulumi.Input[_builtins.str]:
92
91
  return pulumi.get(self, "oauth_client_secret")
93
92
 
94
93
  @oauth_client_secret.setter
95
- def oauth_client_secret(self, value: pulumi.Input[builtins.str]):
94
+ def oauth_client_secret(self, value: pulumi.Input[_builtins.str]):
96
95
  pulumi.set(self, "oauth_client_secret", value)
97
96
 
98
- @property
97
+ @_builtins.property
99
98
  @pulumi.getter
100
- def comment(self) -> Optional[pulumi.Input[builtins.str]]:
99
+ def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
101
100
  """
102
101
  Specifies a comment for the integration.
103
102
  """
104
103
  return pulumi.get(self, "comment")
105
104
 
106
105
  @comment.setter
107
- def comment(self, value: Optional[pulumi.Input[builtins.str]]):
106
+ def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
108
107
  pulumi.set(self, "comment", value)
109
108
 
110
- @property
109
+ @_builtins.property
111
110
  @pulumi.getter
112
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
111
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
113
112
  """
114
113
  Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
115
114
  """
116
115
  return pulumi.get(self, "name")
117
116
 
118
117
  @name.setter
119
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
118
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
120
119
  pulumi.set(self, "name", value)
121
120
 
122
- @property
121
+ @_builtins.property
123
122
  @pulumi.getter(name="oauthAccessTokenValidity")
124
- def oauth_access_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
123
+ def oauth_access_token_validity(self) -> Optional[pulumi.Input[_builtins.int]]:
125
124
  """
126
125
  (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
127
126
  """
128
127
  return pulumi.get(self, "oauth_access_token_validity")
129
128
 
130
129
  @oauth_access_token_validity.setter
131
- def oauth_access_token_validity(self, value: Optional[pulumi.Input[builtins.int]]):
130
+ def oauth_access_token_validity(self, value: Optional[pulumi.Input[_builtins.int]]):
132
131
  pulumi.set(self, "oauth_access_token_validity", value)
133
132
 
134
- @property
133
+ @_builtins.property
135
134
  @pulumi.getter(name="oauthAllowedScopes")
136
- def oauth_allowed_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
135
+ def oauth_allowed_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
137
136
  """
138
137
  Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
139
138
  """
140
139
  return pulumi.get(self, "oauth_allowed_scopes")
141
140
 
142
141
  @oauth_allowed_scopes.setter
143
- def oauth_allowed_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
142
+ def oauth_allowed_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
144
143
  pulumi.set(self, "oauth_allowed_scopes", value)
145
144
 
146
- @property
145
+ @_builtins.property
147
146
  @pulumi.getter(name="oauthClientAuthMethod")
148
- def oauth_client_auth_method(self) -> Optional[pulumi.Input[builtins.str]]:
147
+ def oauth_client_auth_method(self) -> Optional[pulumi.Input[_builtins.str]]:
149
148
  """
150
149
  Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
151
150
  """
152
151
  return pulumi.get(self, "oauth_client_auth_method")
153
152
 
154
153
  @oauth_client_auth_method.setter
155
- def oauth_client_auth_method(self, value: Optional[pulumi.Input[builtins.str]]):
154
+ def oauth_client_auth_method(self, value: Optional[pulumi.Input[_builtins.str]]):
156
155
  pulumi.set(self, "oauth_client_auth_method", value)
157
156
 
158
- @property
157
+ @_builtins.property
159
158
  @pulumi.getter(name="oauthRefreshTokenValidity")
160
- def oauth_refresh_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
159
+ def oauth_refresh_token_validity(self) -> Optional[pulumi.Input[_builtins.int]]:
161
160
  """
162
161
  Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
163
162
  """
164
163
  return pulumi.get(self, "oauth_refresh_token_validity")
165
164
 
166
165
  @oauth_refresh_token_validity.setter
167
- def oauth_refresh_token_validity(self, value: Optional[pulumi.Input[builtins.int]]):
166
+ def oauth_refresh_token_validity(self, value: Optional[pulumi.Input[_builtins.int]]):
168
167
  pulumi.set(self, "oauth_refresh_token_validity", value)
169
168
 
170
- @property
169
+ @_builtins.property
171
170
  @pulumi.getter(name="oauthTokenEndpoint")
172
- def oauth_token_endpoint(self) -> Optional[pulumi.Input[builtins.str]]:
171
+ def oauth_token_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
173
172
  """
174
173
  Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
175
174
  """
176
175
  return pulumi.get(self, "oauth_token_endpoint")
177
176
 
178
177
  @oauth_token_endpoint.setter
179
- def oauth_token_endpoint(self, value: Optional[pulumi.Input[builtins.str]]):
178
+ def oauth_token_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
180
179
  pulumi.set(self, "oauth_token_endpoint", value)
181
180
 
182
181
 
183
182
  @pulumi.input_type
184
183
  class _ApiAuthenticationIntegrationWithClientCredentialsState:
185
184
  def __init__(__self__, *,
186
- comment: Optional[pulumi.Input[builtins.str]] = None,
185
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
187
186
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputArgs']]]] = None,
188
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
189
- fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
190
- name: Optional[pulumi.Input[builtins.str]] = None,
191
- oauth_access_token_validity: Optional[pulumi.Input[builtins.int]] = None,
192
- oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
193
- oauth_client_auth_method: Optional[pulumi.Input[builtins.str]] = None,
194
- oauth_client_id: Optional[pulumi.Input[builtins.str]] = None,
195
- oauth_client_secret: Optional[pulumi.Input[builtins.str]] = None,
196
- oauth_refresh_token_validity: Optional[pulumi.Input[builtins.int]] = None,
197
- oauth_token_endpoint: Optional[pulumi.Input[builtins.str]] = None,
187
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
188
+ fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
189
+ name: Optional[pulumi.Input[_builtins.str]] = None,
190
+ oauth_access_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
191
+ oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
192
+ oauth_client_auth_method: Optional[pulumi.Input[_builtins.str]] = None,
193
+ oauth_client_id: Optional[pulumi.Input[_builtins.str]] = None,
194
+ oauth_client_secret: Optional[pulumi.Input[_builtins.str]] = None,
195
+ oauth_refresh_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
196
+ oauth_token_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
198
197
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input['ApiAuthenticationIntegrationWithClientCredentialsShowOutputArgs']]]] = None):
199
198
  """
200
199
  Input properties used for looking up and filtering ApiAuthenticationIntegrationWithClientCredentials resources.
201
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
200
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the integration.
202
201
  :param pulumi.Input[Sequence[pulumi.Input['ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputArgs']]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATIONS` for the given security integration.
203
- :param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
204
- :param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
205
- :param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
206
- :param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
207
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
208
- :param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
209
- :param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
210
- :param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
211
- :param pulumi.Input[builtins.str] oauth_token_endpoint: Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
202
+ :param pulumi.Input[_builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
203
+ :param pulumi.Input[_builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
204
+ :param pulumi.Input[_builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
205
+ :param pulumi.Input[_builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
206
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
207
+ :param pulumi.Input[_builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
208
+ :param pulumi.Input[_builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
209
+ :param pulumi.Input[_builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
210
+ :param pulumi.Input[_builtins.str] oauth_token_endpoint: Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
212
211
  :param pulumi.Input[Sequence[pulumi.Input['ApiAuthenticationIntegrationWithClientCredentialsShowOutputArgs']]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
213
212
  """
214
213
  if comment is not None:
@@ -238,19 +237,19 @@ class _ApiAuthenticationIntegrationWithClientCredentialsState:
238
237
  if show_outputs is not None:
239
238
  pulumi.set(__self__, "show_outputs", show_outputs)
240
239
 
241
- @property
240
+ @_builtins.property
242
241
  @pulumi.getter
243
- def comment(self) -> Optional[pulumi.Input[builtins.str]]:
242
+ def comment(self) -> Optional[pulumi.Input[_builtins.str]]:
244
243
  """
245
244
  Specifies a comment for the integration.
246
245
  """
247
246
  return pulumi.get(self, "comment")
248
247
 
249
248
  @comment.setter
250
- def comment(self, value: Optional[pulumi.Input[builtins.str]]):
249
+ def comment(self, value: Optional[pulumi.Input[_builtins.str]]):
251
250
  pulumi.set(self, "comment", value)
252
251
 
253
- @property
252
+ @_builtins.property
254
253
  @pulumi.getter(name="describeOutputs")
255
254
  def describe_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputArgs']]]]:
256
255
  """
@@ -262,124 +261,124 @@ class _ApiAuthenticationIntegrationWithClientCredentialsState:
262
261
  def describe_outputs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputArgs']]]]):
263
262
  pulumi.set(self, "describe_outputs", value)
264
263
 
265
- @property
264
+ @_builtins.property
266
265
  @pulumi.getter
267
- def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
266
+ def enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
268
267
  """
269
268
  Specifies whether this security integration is enabled or disabled.
270
269
  """
271
270
  return pulumi.get(self, "enabled")
272
271
 
273
272
  @enabled.setter
274
- def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
273
+ def enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
275
274
  pulumi.set(self, "enabled", value)
276
275
 
277
- @property
276
+ @_builtins.property
278
277
  @pulumi.getter(name="fullyQualifiedName")
279
- def fully_qualified_name(self) -> Optional[pulumi.Input[builtins.str]]:
278
+ def fully_qualified_name(self) -> Optional[pulumi.Input[_builtins.str]]:
280
279
  """
281
280
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
282
281
  """
283
282
  return pulumi.get(self, "fully_qualified_name")
284
283
 
285
284
  @fully_qualified_name.setter
286
- def fully_qualified_name(self, value: Optional[pulumi.Input[builtins.str]]):
285
+ def fully_qualified_name(self, value: Optional[pulumi.Input[_builtins.str]]):
287
286
  pulumi.set(self, "fully_qualified_name", value)
288
287
 
289
- @property
288
+ @_builtins.property
290
289
  @pulumi.getter
291
- def name(self) -> Optional[pulumi.Input[builtins.str]]:
290
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
292
291
  """
293
292
  Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
294
293
  """
295
294
  return pulumi.get(self, "name")
296
295
 
297
296
  @name.setter
298
- def name(self, value: Optional[pulumi.Input[builtins.str]]):
297
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
299
298
  pulumi.set(self, "name", value)
300
299
 
301
- @property
300
+ @_builtins.property
302
301
  @pulumi.getter(name="oauthAccessTokenValidity")
303
- def oauth_access_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
302
+ def oauth_access_token_validity(self) -> Optional[pulumi.Input[_builtins.int]]:
304
303
  """
305
304
  (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
306
305
  """
307
306
  return pulumi.get(self, "oauth_access_token_validity")
308
307
 
309
308
  @oauth_access_token_validity.setter
310
- def oauth_access_token_validity(self, value: Optional[pulumi.Input[builtins.int]]):
309
+ def oauth_access_token_validity(self, value: Optional[pulumi.Input[_builtins.int]]):
311
310
  pulumi.set(self, "oauth_access_token_validity", value)
312
311
 
313
- @property
312
+ @_builtins.property
314
313
  @pulumi.getter(name="oauthAllowedScopes")
315
- def oauth_allowed_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
314
+ def oauth_allowed_scopes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
316
315
  """
317
316
  Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
318
317
  """
319
318
  return pulumi.get(self, "oauth_allowed_scopes")
320
319
 
321
320
  @oauth_allowed_scopes.setter
322
- def oauth_allowed_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
321
+ def oauth_allowed_scopes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
323
322
  pulumi.set(self, "oauth_allowed_scopes", value)
324
323
 
325
- @property
324
+ @_builtins.property
326
325
  @pulumi.getter(name="oauthClientAuthMethod")
327
- def oauth_client_auth_method(self) -> Optional[pulumi.Input[builtins.str]]:
326
+ def oauth_client_auth_method(self) -> Optional[pulumi.Input[_builtins.str]]:
328
327
  """
329
328
  Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
330
329
  """
331
330
  return pulumi.get(self, "oauth_client_auth_method")
332
331
 
333
332
  @oauth_client_auth_method.setter
334
- def oauth_client_auth_method(self, value: Optional[pulumi.Input[builtins.str]]):
333
+ def oauth_client_auth_method(self, value: Optional[pulumi.Input[_builtins.str]]):
335
334
  pulumi.set(self, "oauth_client_auth_method", value)
336
335
 
337
- @property
336
+ @_builtins.property
338
337
  @pulumi.getter(name="oauthClientId")
339
- def oauth_client_id(self) -> Optional[pulumi.Input[builtins.str]]:
338
+ def oauth_client_id(self) -> Optional[pulumi.Input[_builtins.str]]:
340
339
  """
341
340
  Specifies the client ID for the OAuth application in the external service.
342
341
  """
343
342
  return pulumi.get(self, "oauth_client_id")
344
343
 
345
344
  @oauth_client_id.setter
346
- def oauth_client_id(self, value: Optional[pulumi.Input[builtins.str]]):
345
+ def oauth_client_id(self, value: Optional[pulumi.Input[_builtins.str]]):
347
346
  pulumi.set(self, "oauth_client_id", value)
348
347
 
349
- @property
348
+ @_builtins.property
350
349
  @pulumi.getter(name="oauthClientSecret")
351
- def oauth_client_secret(self) -> Optional[pulumi.Input[builtins.str]]:
350
+ def oauth_client_secret(self) -> Optional[pulumi.Input[_builtins.str]]:
352
351
  return pulumi.get(self, "oauth_client_secret")
353
352
 
354
353
  @oauth_client_secret.setter
355
- def oauth_client_secret(self, value: Optional[pulumi.Input[builtins.str]]):
354
+ def oauth_client_secret(self, value: Optional[pulumi.Input[_builtins.str]]):
356
355
  pulumi.set(self, "oauth_client_secret", value)
357
356
 
358
- @property
357
+ @_builtins.property
359
358
  @pulumi.getter(name="oauthRefreshTokenValidity")
360
- def oauth_refresh_token_validity(self) -> Optional[pulumi.Input[builtins.int]]:
359
+ def oauth_refresh_token_validity(self) -> Optional[pulumi.Input[_builtins.int]]:
361
360
  """
362
361
  Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
363
362
  """
364
363
  return pulumi.get(self, "oauth_refresh_token_validity")
365
364
 
366
365
  @oauth_refresh_token_validity.setter
367
- def oauth_refresh_token_validity(self, value: Optional[pulumi.Input[builtins.int]]):
366
+ def oauth_refresh_token_validity(self, value: Optional[pulumi.Input[_builtins.int]]):
368
367
  pulumi.set(self, "oauth_refresh_token_validity", value)
369
368
 
370
- @property
369
+ @_builtins.property
371
370
  @pulumi.getter(name="oauthTokenEndpoint")
372
- def oauth_token_endpoint(self) -> Optional[pulumi.Input[builtins.str]]:
371
+ def oauth_token_endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
373
372
  """
374
373
  Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
375
374
  """
376
375
  return pulumi.get(self, "oauth_token_endpoint")
377
376
 
378
377
  @oauth_token_endpoint.setter
379
- def oauth_token_endpoint(self, value: Optional[pulumi.Input[builtins.str]]):
378
+ def oauth_token_endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
380
379
  pulumi.set(self, "oauth_token_endpoint", value)
381
380
 
382
- @property
381
+ @_builtins.property
383
382
  @pulumi.getter(name="showOutputs")
384
383
  def show_outputs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ApiAuthenticationIntegrationWithClientCredentialsShowOutputArgs']]]]:
385
384
  """
@@ -398,16 +397,16 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
398
397
  def __init__(__self__,
399
398
  resource_name: str,
400
399
  opts: Optional[pulumi.ResourceOptions] = None,
401
- comment: Optional[pulumi.Input[builtins.str]] = None,
402
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
403
- name: Optional[pulumi.Input[builtins.str]] = None,
404
- oauth_access_token_validity: Optional[pulumi.Input[builtins.int]] = None,
405
- oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
406
- oauth_client_auth_method: Optional[pulumi.Input[builtins.str]] = None,
407
- oauth_client_id: Optional[pulumi.Input[builtins.str]] = None,
408
- oauth_client_secret: Optional[pulumi.Input[builtins.str]] = None,
409
- oauth_refresh_token_validity: Optional[pulumi.Input[builtins.int]] = None,
410
- oauth_token_endpoint: Optional[pulumi.Input[builtins.str]] = None,
400
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
401
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
402
+ name: Optional[pulumi.Input[_builtins.str]] = None,
403
+ oauth_access_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
404
+ oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
405
+ oauth_client_auth_method: Optional[pulumi.Input[_builtins.str]] = None,
406
+ oauth_client_id: Optional[pulumi.Input[_builtins.str]] = None,
407
+ oauth_client_secret: Optional[pulumi.Input[_builtins.str]] = None,
408
+ oauth_refresh_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
409
+ oauth_token_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
411
410
  __props__=None):
412
411
  """
413
412
  ## Import
@@ -418,15 +417,15 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
418
417
 
419
418
  :param str resource_name: The name of the resource.
420
419
  :param pulumi.ResourceOptions opts: Options for the resource.
421
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
422
- :param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
423
- :param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
424
- :param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
425
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
426
- :param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
427
- :param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
428
- :param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
429
- :param pulumi.Input[builtins.str] oauth_token_endpoint: Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
420
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the integration.
421
+ :param pulumi.Input[_builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
422
+ :param pulumi.Input[_builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
423
+ :param pulumi.Input[_builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
424
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
425
+ :param pulumi.Input[_builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
426
+ :param pulumi.Input[_builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
427
+ :param pulumi.Input[_builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
428
+ :param pulumi.Input[_builtins.str] oauth_token_endpoint: Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
430
429
  """
431
430
  ...
432
431
  @overload
@@ -456,16 +455,16 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
456
455
  def _internal_init(__self__,
457
456
  resource_name: str,
458
457
  opts: Optional[pulumi.ResourceOptions] = None,
459
- comment: Optional[pulumi.Input[builtins.str]] = None,
460
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
461
- name: Optional[pulumi.Input[builtins.str]] = None,
462
- oauth_access_token_validity: Optional[pulumi.Input[builtins.int]] = None,
463
- oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
464
- oauth_client_auth_method: Optional[pulumi.Input[builtins.str]] = None,
465
- oauth_client_id: Optional[pulumi.Input[builtins.str]] = None,
466
- oauth_client_secret: Optional[pulumi.Input[builtins.str]] = None,
467
- oauth_refresh_token_validity: Optional[pulumi.Input[builtins.int]] = None,
468
- oauth_token_endpoint: Optional[pulumi.Input[builtins.str]] = None,
458
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
459
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
460
+ name: Optional[pulumi.Input[_builtins.str]] = None,
461
+ oauth_access_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
462
+ oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
463
+ oauth_client_auth_method: Optional[pulumi.Input[_builtins.str]] = None,
464
+ oauth_client_id: Optional[pulumi.Input[_builtins.str]] = None,
465
+ oauth_client_secret: Optional[pulumi.Input[_builtins.str]] = None,
466
+ oauth_refresh_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
467
+ oauth_token_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
469
468
  __props__=None):
470
469
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
471
470
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -506,18 +505,18 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
506
505
  def get(resource_name: str,
507
506
  id: pulumi.Input[str],
508
507
  opts: Optional[pulumi.ResourceOptions] = None,
509
- comment: Optional[pulumi.Input[builtins.str]] = None,
508
+ comment: Optional[pulumi.Input[_builtins.str]] = None,
510
509
  describe_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputArgs', 'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputArgsDict']]]]] = None,
511
- enabled: Optional[pulumi.Input[builtins.bool]] = None,
512
- fully_qualified_name: Optional[pulumi.Input[builtins.str]] = None,
513
- name: Optional[pulumi.Input[builtins.str]] = None,
514
- oauth_access_token_validity: Optional[pulumi.Input[builtins.int]] = None,
515
- oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
516
- oauth_client_auth_method: Optional[pulumi.Input[builtins.str]] = None,
517
- oauth_client_id: Optional[pulumi.Input[builtins.str]] = None,
518
- oauth_client_secret: Optional[pulumi.Input[builtins.str]] = None,
519
- oauth_refresh_token_validity: Optional[pulumi.Input[builtins.int]] = None,
520
- oauth_token_endpoint: Optional[pulumi.Input[builtins.str]] = None,
510
+ enabled: Optional[pulumi.Input[_builtins.bool]] = None,
511
+ fully_qualified_name: Optional[pulumi.Input[_builtins.str]] = None,
512
+ name: Optional[pulumi.Input[_builtins.str]] = None,
513
+ oauth_access_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
514
+ oauth_allowed_scopes: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
515
+ oauth_client_auth_method: Optional[pulumi.Input[_builtins.str]] = None,
516
+ oauth_client_id: Optional[pulumi.Input[_builtins.str]] = None,
517
+ oauth_client_secret: Optional[pulumi.Input[_builtins.str]] = None,
518
+ oauth_refresh_token_validity: Optional[pulumi.Input[_builtins.int]] = None,
519
+ oauth_token_endpoint: Optional[pulumi.Input[_builtins.str]] = None,
521
520
  show_outputs: Optional[pulumi.Input[Sequence[pulumi.Input[Union['ApiAuthenticationIntegrationWithClientCredentialsShowOutputArgs', 'ApiAuthenticationIntegrationWithClientCredentialsShowOutputArgsDict']]]]] = None) -> 'ApiAuthenticationIntegrationWithClientCredentials':
522
521
  """
523
522
  Get an existing ApiAuthenticationIntegrationWithClientCredentials resource's state with the given name, id, and optional extra
@@ -526,17 +525,17 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
526
525
  :param str resource_name: The unique name of the resulting resource.
527
526
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
528
527
  :param pulumi.ResourceOptions opts: Options for the resource.
529
- :param pulumi.Input[builtins.str] comment: Specifies a comment for the integration.
528
+ :param pulumi.Input[_builtins.str] comment: Specifies a comment for the integration.
530
529
  :param pulumi.Input[Sequence[pulumi.Input[Union['ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputArgs', 'ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputArgsDict']]]] describe_outputs: Outputs the result of `DESCRIBE SECURITY INTEGRATIONS` for the given security integration.
531
- :param pulumi.Input[builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
532
- :param pulumi.Input[builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
533
- :param pulumi.Input[builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
534
- :param pulumi.Input[builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
535
- :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
536
- :param pulumi.Input[builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
537
- :param pulumi.Input[builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
538
- :param pulumi.Input[builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
539
- :param pulumi.Input[builtins.str] oauth_token_endpoint: Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
530
+ :param pulumi.Input[_builtins.bool] enabled: Specifies whether this security integration is enabled or disabled.
531
+ :param pulumi.Input[_builtins.str] fully_qualified_name: Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
532
+ :param pulumi.Input[_builtins.str] name: Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
533
+ :param pulumi.Input[_builtins.int] oauth_access_token_validity: (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
534
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] oauth_allowed_scopes: Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
535
+ :param pulumi.Input[_builtins.str] oauth_client_auth_method: Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
536
+ :param pulumi.Input[_builtins.str] oauth_client_id: Specifies the client ID for the OAuth application in the external service.
537
+ :param pulumi.Input[_builtins.int] oauth_refresh_token_validity: Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
538
+ :param pulumi.Input[_builtins.str] oauth_token_endpoint: Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
540
539
  :param pulumi.Input[Sequence[pulumi.Input[Union['ApiAuthenticationIntegrationWithClientCredentialsShowOutputArgs', 'ApiAuthenticationIntegrationWithClientCredentialsShowOutputArgsDict']]]] show_outputs: Outputs the result of `SHOW SECURITY INTEGRATIONS` for the given security integration.
541
540
  """
542
541
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -558,15 +557,15 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
558
557
  __props__.__dict__["show_outputs"] = show_outputs
559
558
  return ApiAuthenticationIntegrationWithClientCredentials(resource_name, opts=opts, __props__=__props__)
560
559
 
561
- @property
560
+ @_builtins.property
562
561
  @pulumi.getter
563
- def comment(self) -> pulumi.Output[Optional[builtins.str]]:
562
+ def comment(self) -> pulumi.Output[Optional[_builtins.str]]:
564
563
  """
565
564
  Specifies a comment for the integration.
566
565
  """
567
566
  return pulumi.get(self, "comment")
568
567
 
569
- @property
568
+ @_builtins.property
570
569
  @pulumi.getter(name="describeOutputs")
571
570
  def describe_outputs(self) -> pulumi.Output[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutput']]:
572
571
  """
@@ -574,84 +573,84 @@ class ApiAuthenticationIntegrationWithClientCredentials(pulumi.CustomResource):
574
573
  """
575
574
  return pulumi.get(self, "describe_outputs")
576
575
 
577
- @property
576
+ @_builtins.property
578
577
  @pulumi.getter
579
- def enabled(self) -> pulumi.Output[builtins.bool]:
578
+ def enabled(self) -> pulumi.Output[_builtins.bool]:
580
579
  """
581
580
  Specifies whether this security integration is enabled or disabled.
582
581
  """
583
582
  return pulumi.get(self, "enabled")
584
583
 
585
- @property
584
+ @_builtins.property
586
585
  @pulumi.getter(name="fullyQualifiedName")
587
- def fully_qualified_name(self) -> pulumi.Output[builtins.str]:
586
+ def fully_qualified_name(self) -> pulumi.Output[_builtins.str]:
588
587
  """
589
588
  Fully qualified name of the resource. For more information, see [object name resolution](https://docs.snowflake.com/en/sql-reference/name-resolution).
590
589
  """
591
590
  return pulumi.get(self, "fully_qualified_name")
592
591
 
593
- @property
592
+ @_builtins.property
594
593
  @pulumi.getter
595
- def name(self) -> pulumi.Output[builtins.str]:
594
+ def name(self) -> pulumi.Output[_builtins.str]:
596
595
  """
597
596
  Specifies the identifier (i.e. name) for the integration. This value must be unique in your account. Due to technical limitations (read more here), avoid using the following characters: `|`, `.`, `"`.
598
597
  """
599
598
  return pulumi.get(self, "name")
600
599
 
601
- @property
600
+ @_builtins.property
602
601
  @pulumi.getter(name="oauthAccessTokenValidity")
603
- def oauth_access_token_validity(self) -> pulumi.Output[Optional[builtins.int]]:
602
+ def oauth_access_token_validity(self) -> pulumi.Output[Optional[_builtins.int]]:
604
603
  """
605
604
  (Default: fallback to Snowflake default - uses special value that cannot be set in the configuration manually (`-1`)) Specifies the default lifetime of the OAuth access token (in seconds) issued by an OAuth server.
606
605
  """
607
606
  return pulumi.get(self, "oauth_access_token_validity")
608
607
 
609
- @property
608
+ @_builtins.property
610
609
  @pulumi.getter(name="oauthAllowedScopes")
611
- def oauth_allowed_scopes(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
610
+ def oauth_allowed_scopes(self) -> pulumi.Output[Optional[Sequence[_builtins.str]]]:
612
611
  """
613
612
  Specifies a list of scopes to use when making a request from the OAuth by a role with USAGE on the integration during the OAuth client credentials flow.
614
613
  """
615
614
  return pulumi.get(self, "oauth_allowed_scopes")
616
615
 
617
- @property
616
+ @_builtins.property
618
617
  @pulumi.getter(name="oauthClientAuthMethod")
619
- def oauth_client_auth_method(self) -> pulumi.Output[Optional[builtins.str]]:
618
+ def oauth_client_auth_method(self) -> pulumi.Output[Optional[_builtins.str]]:
620
619
  """
621
620
  Specifies that POST is used as the authentication method to the external service. If removed from the config, the resource is recreated. Valid values are (case-insensitive): `CLIENT_SECRET_POST`.
622
621
  """
623
622
  return pulumi.get(self, "oauth_client_auth_method")
624
623
 
625
- @property
624
+ @_builtins.property
626
625
  @pulumi.getter(name="oauthClientId")
627
- def oauth_client_id(self) -> pulumi.Output[builtins.str]:
626
+ def oauth_client_id(self) -> pulumi.Output[_builtins.str]:
628
627
  """
629
628
  Specifies the client ID for the OAuth application in the external service.
630
629
  """
631
630
  return pulumi.get(self, "oauth_client_id")
632
631
 
633
- @property
632
+ @_builtins.property
634
633
  @pulumi.getter(name="oauthClientSecret")
635
- def oauth_client_secret(self) -> pulumi.Output[builtins.str]:
634
+ def oauth_client_secret(self) -> pulumi.Output[_builtins.str]:
636
635
  return pulumi.get(self, "oauth_client_secret")
637
636
 
638
- @property
637
+ @_builtins.property
639
638
  @pulumi.getter(name="oauthRefreshTokenValidity")
640
- def oauth_refresh_token_validity(self) -> pulumi.Output[Optional[builtins.int]]:
639
+ def oauth_refresh_token_validity(self) -> pulumi.Output[Optional[_builtins.int]]:
641
640
  """
642
641
  Specifies the value to determine the validity of the refresh token obtained from the OAuth server.
643
642
  """
644
643
  return pulumi.get(self, "oauth_refresh_token_validity")
645
644
 
646
- @property
645
+ @_builtins.property
647
646
  @pulumi.getter(name="oauthTokenEndpoint")
648
- def oauth_token_endpoint(self) -> pulumi.Output[Optional[builtins.str]]:
647
+ def oauth_token_endpoint(self) -> pulumi.Output[Optional[_builtins.str]]:
649
648
  """
650
649
  Specifies the token endpoint used by the client to obtain an access token by presenting its authorization grant or refresh token. The token endpoint is used with every authorization grant except for the implicit grant type (since an access token is issued directly). If removed from the config, the resource is recreated.
651
650
  """
652
651
  return pulumi.get(self, "oauth_token_endpoint")
653
652
 
654
- @property
653
+ @_builtins.property
655
654
  @pulumi.getter(name="showOutputs")
656
655
  def show_outputs(self) -> pulumi.Output[Sequence['outputs.ApiAuthenticationIntegrationWithClientCredentialsShowOutput']]:
657
656
  """