@pulumi/snowflake 0.56.0-alpha.1721327760 → 0.56.0

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.
Files changed (160) hide show
  1. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.d.ts +195 -0
  2. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js +91 -0
  3. package/apiAuthenticationIntegrationWithAuthorizationCodeGrant.js.map +1 -0
  4. package/apiAuthenticationIntegrationWithClientCredentials.d.ts +183 -0
  5. package/apiAuthenticationIntegrationWithClientCredentials.js +89 -0
  6. package/apiAuthenticationIntegrationWithClientCredentials.js.map +1 -0
  7. package/apiAuthenticationIntegrationWithJwtBearer.d.ts +186 -0
  8. package/apiAuthenticationIntegrationWithJwtBearer.js +94 -0
  9. package/apiAuthenticationIntegrationWithJwtBearer.js.map +1 -0
  10. package/cortexSearchService.d.ts +159 -0
  11. package/cortexSearchService.js +92 -0
  12. package/cortexSearchService.js.map +1 -0
  13. package/database.d.ts +240 -77
  14. package/database.js +94 -45
  15. package/database.js.map +1 -1
  16. package/databaseOld.d.ts +187 -0
  17. package/databaseOld.js +110 -0
  18. package/databaseOld.js.map +1 -0
  19. package/externalOauthIntegration.d.ts +118 -116
  20. package/externalOauthIntegration.js +43 -55
  21. package/externalOauthIntegration.js.map +1 -1
  22. package/failoverGroup.d.ts +1 -1
  23. package/failoverGroup.js +1 -1
  24. package/getCortexSearchServices.d.ts +136 -0
  25. package/getCortexSearchServices.js +83 -0
  26. package/getCortexSearchServices.js.map +1 -0
  27. package/getDatabases.d.ts +41 -38
  28. package/getDatabases.js +8 -17
  29. package/getDatabases.js.map +1 -1
  30. package/getSecurityIntegrations.d.ts +61 -0
  31. package/getSecurityIntegrations.js +31 -0
  32. package/getSecurityIntegrations.js.map +1 -0
  33. package/getWarehouses.d.ts +53 -17
  34. package/getWarehouses.js +13 -18
  35. package/getWarehouses.js.map +1 -1
  36. package/grantPrivilegesToDatabaseRole.d.ts +0 -2
  37. package/grantPrivilegesToDatabaseRole.js +0 -2
  38. package/grantPrivilegesToDatabaseRole.js.map +1 -1
  39. package/index.d.ts +37 -82
  40. package/index.js +60 -139
  41. package/index.js.map +1 -1
  42. package/managedAccount.d.ts +3 -3
  43. package/oauthIntegration.d.ts +2 -0
  44. package/oauthIntegration.js +2 -0
  45. package/oauthIntegration.js.map +1 -1
  46. package/oauthIntegrationForCustomClients.d.ts +274 -0
  47. package/oauthIntegrationForCustomClients.js +148 -0
  48. package/oauthIntegrationForCustomClients.js.map +1 -0
  49. package/oauthIntegrationForPartnerApplications.d.ts +162 -0
  50. package/oauthIntegrationForPartnerApplications.js +84 -0
  51. package/oauthIntegrationForPartnerApplications.js.map +1 -0
  52. package/package.json +2 -2
  53. package/saml2Integration.d.ts +267 -0
  54. package/saml2Integration.js +106 -0
  55. package/saml2Integration.js.map +1 -0
  56. package/samlIntegration.d.ts +2 -0
  57. package/samlIntegration.js +2 -0
  58. package/samlIntegration.js.map +1 -1
  59. package/scimIntegration.d.ts +67 -33
  60. package/scimIntegration.js +19 -20
  61. package/scimIntegration.js.map +1 -1
  62. package/secondaryDatabase.d.ts +289 -0
  63. package/secondaryDatabase.js +103 -0
  64. package/secondaryDatabase.js.map +1 -0
  65. package/sequence.d.ts +3 -3
  66. package/sequence.js +3 -3
  67. package/sharedDatabase.d.ts +251 -0
  68. package/sharedDatabase.js +95 -0
  69. package/sharedDatabase.js.map +1 -0
  70. package/tagAssociation.d.ts +19 -19
  71. package/tagAssociation.js +19 -19
  72. package/types/input.d.ts +1015 -75
  73. package/types/output.d.ts +1835 -280
  74. package/userPasswordPolicyAttachment.d.ts +18 -0
  75. package/userPasswordPolicyAttachment.js +18 -0
  76. package/userPasswordPolicyAttachment.js.map +1 -1
  77. package/warehouse.d.ts +61 -48
  78. package/warehouse.js +8 -2
  79. package/warehouse.js.map +1 -1
  80. package/accountGrant.d.ts +0 -102
  81. package/accountGrant.js +0 -82
  82. package/accountGrant.js.map +0 -1
  83. package/databaseGrant.d.ts +0 -143
  84. package/databaseGrant.js +0 -96
  85. package/databaseGrant.js.map +0 -1
  86. package/externalTableGrant.d.ts +0 -194
  87. package/externalTableGrant.js +0 -110
  88. package/externalTableGrant.js.map +0 -1
  89. package/failoverGroupGrant.d.ts +0 -102
  90. package/failoverGroupGrant.js +0 -65
  91. package/failoverGroupGrant.js.map +0 -1
  92. package/fileFormatGrant.d.ts +0 -178
  93. package/fileFormatGrant.js +0 -104
  94. package/fileFormatGrant.js.map +0 -1
  95. package/functionGrant.d.ts +0 -210
  96. package/functionGrant.js +0 -116
  97. package/functionGrant.js.map +0 -1
  98. package/grantPrivilegesToRole.d.ts +0 -323
  99. package/grantPrivilegesToRole.js +0 -255
  100. package/grantPrivilegesToRole.js.map +0 -1
  101. package/integrationGrant.d.ts +0 -127
  102. package/integrationGrant.js +0 -90
  103. package/integrationGrant.js.map +0 -1
  104. package/maskingPolicyGrant.d.ts +0 -154
  105. package/maskingPolicyGrant.js +0 -103
  106. package/maskingPolicyGrant.js.map +0 -1
  107. package/materializedViewGrant.d.ts +0 -194
  108. package/materializedViewGrant.js +0 -107
  109. package/materializedViewGrant.js.map +0 -1
  110. package/pipeGrant.d.ts +0 -166
  111. package/pipeGrant.js +0 -99
  112. package/pipeGrant.js.map +0 -1
  113. package/procedureGrant.d.ts +0 -210
  114. package/procedureGrant.js +0 -116
  115. package/procedureGrant.js.map +0 -1
  116. package/resourceMonitorGrant.d.ts +0 -112
  117. package/resourceMonitorGrant.js +0 -85
  118. package/resourceMonitorGrant.js.map +0 -1
  119. package/roleGrants.d.ts +0 -115
  120. package/roleGrants.js +0 -98
  121. package/roleGrants.js.map +0 -1
  122. package/roleOwnershipGrant.d.ts +0 -108
  123. package/roleOwnershipGrant.js +0 -94
  124. package/roleOwnershipGrant.js.map +0 -1
  125. package/rowAccessPolicyGrant.d.ts +0 -153
  126. package/rowAccessPolicyGrant.js +0 -102
  127. package/rowAccessPolicyGrant.js.map +0 -1
  128. package/schemaGrant.d.ts +0 -172
  129. package/schemaGrant.js +0 -104
  130. package/schemaGrant.js.map +0 -1
  131. package/sequenceGrant.d.ts +0 -178
  132. package/sequenceGrant.js +0 -104
  133. package/sequenceGrant.js.map +0 -1
  134. package/stageGrant.d.ts +0 -178
  135. package/stageGrant.js +0 -104
  136. package/stageGrant.js.map +0 -1
  137. package/streamGrant.d.ts +0 -178
  138. package/streamGrant.js +0 -104
  139. package/streamGrant.js.map +0 -1
  140. package/tableGrant.d.ts +0 -188
  141. package/tableGrant.js +0 -101
  142. package/tableGrant.js.map +0 -1
  143. package/tagGrant.d.ts +0 -149
  144. package/tagGrant.js +0 -98
  145. package/tagGrant.js.map +0 -1
  146. package/taskGrant.d.ts +0 -178
  147. package/taskGrant.js +0 -104
  148. package/taskGrant.js.map +0 -1
  149. package/userGrant.d.ts +0 -115
  150. package/userGrant.js +0 -91
  151. package/userGrant.js.map +0 -1
  152. package/userOwnershipGrant.d.ts +0 -78
  153. package/userOwnershipGrant.js +0 -64
  154. package/userOwnershipGrant.js.map +0 -1
  155. package/viewGrant.d.ts +0 -205
  156. package/viewGrant.js +0 -118
  157. package/viewGrant.js.map +0 -1
  158. package/warehouseGrant.d.ts +0 -127
  159. package/warehouseGrant.js +0 -90
  160. package/warehouseGrant.js.map +0 -1
package/types/input.d.ts CHANGED
@@ -20,10 +20,312 @@ export interface AlertAlertScheduleCron {
20
20
  */
21
21
  timeZone: pulumi.Input<string>;
22
22
  }
23
- export interface DatabaseReplicationConfiguration {
23
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutput {
24
+ authTypes?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputAuthType>[]>;
25
+ comments?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputComment>[]>;
26
+ enableds?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputEnabled>[]>;
27
+ oauthAccessTokenValidities?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAccessTokenValidity>[]>;
28
+ oauthAllowedScopes?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAllowedScope>[]>;
29
+ oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAuthorizationEndpoint>[]>;
30
+ oauthClientAuthMethods?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientAuthMethod>[]>;
31
+ oauthClientIds?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientId>[]>;
32
+ oauthGrants?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthGrant>[]>;
33
+ oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthRefreshTokenValidity>[]>;
34
+ oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthTokenEndpoint>[]>;
35
+ parentIntegrations?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputParentIntegration>[]>;
36
+ }
37
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputAuthType {
38
+ default?: pulumi.Input<string>;
39
+ name?: pulumi.Input<string>;
40
+ type?: pulumi.Input<string>;
41
+ value?: pulumi.Input<string>;
42
+ }
43
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputComment {
44
+ default?: pulumi.Input<string>;
45
+ name?: pulumi.Input<string>;
46
+ type?: pulumi.Input<string>;
47
+ value?: pulumi.Input<string>;
48
+ }
49
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputEnabled {
50
+ default?: pulumi.Input<string>;
51
+ name?: pulumi.Input<string>;
52
+ type?: pulumi.Input<string>;
53
+ value?: pulumi.Input<string>;
54
+ }
55
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAccessTokenValidity {
56
+ default?: pulumi.Input<string>;
57
+ name?: pulumi.Input<string>;
58
+ type?: pulumi.Input<string>;
59
+ value?: pulumi.Input<string>;
60
+ }
61
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAllowedScope {
62
+ default?: pulumi.Input<string>;
63
+ name?: pulumi.Input<string>;
64
+ type?: pulumi.Input<string>;
65
+ value?: pulumi.Input<string>;
66
+ }
67
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthAuthorizationEndpoint {
68
+ default?: pulumi.Input<string>;
69
+ name?: pulumi.Input<string>;
70
+ type?: pulumi.Input<string>;
71
+ value?: pulumi.Input<string>;
72
+ }
73
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientAuthMethod {
74
+ default?: pulumi.Input<string>;
75
+ name?: pulumi.Input<string>;
76
+ type?: pulumi.Input<string>;
77
+ value?: pulumi.Input<string>;
78
+ }
79
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthClientId {
80
+ default?: pulumi.Input<string>;
81
+ name?: pulumi.Input<string>;
82
+ type?: pulumi.Input<string>;
83
+ value?: pulumi.Input<string>;
84
+ }
85
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthGrant {
86
+ default?: pulumi.Input<string>;
87
+ name?: pulumi.Input<string>;
88
+ type?: pulumi.Input<string>;
89
+ value?: pulumi.Input<string>;
90
+ }
91
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthRefreshTokenValidity {
92
+ default?: pulumi.Input<string>;
93
+ name?: pulumi.Input<string>;
94
+ type?: pulumi.Input<string>;
95
+ value?: pulumi.Input<string>;
96
+ }
97
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputOauthTokenEndpoint {
98
+ default?: pulumi.Input<string>;
99
+ name?: pulumi.Input<string>;
100
+ type?: pulumi.Input<string>;
101
+ value?: pulumi.Input<string>;
102
+ }
103
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantDescribeOutputParentIntegration {
104
+ default?: pulumi.Input<string>;
105
+ name?: pulumi.Input<string>;
106
+ type?: pulumi.Input<string>;
107
+ value?: pulumi.Input<string>;
108
+ }
109
+ export interface ApiAuthenticationIntegrationWithAuthorizationCodeGrantShowOutput {
110
+ category?: pulumi.Input<string>;
111
+ comment?: pulumi.Input<string>;
112
+ createdOn?: pulumi.Input<string>;
113
+ enabled?: pulumi.Input<boolean>;
114
+ integrationType?: pulumi.Input<string>;
115
+ name?: pulumi.Input<string>;
116
+ }
117
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutput {
118
+ authTypes?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputAuthType>[]>;
119
+ comments?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputComment>[]>;
120
+ enableds?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputEnabled>[]>;
121
+ oauthAccessTokenValidities?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAccessTokenValidity>[]>;
122
+ oauthAllowedScopes?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAllowedScope>[]>;
123
+ oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAuthorizationEndpoint>[]>;
124
+ oauthClientAuthMethods?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientAuthMethod>[]>;
125
+ oauthClientIds?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientId>[]>;
126
+ oauthGrants?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthGrant>[]>;
127
+ oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthRefreshTokenValidity>[]>;
128
+ oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthTokenEndpoint>[]>;
129
+ parentIntegrations?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputParentIntegration>[]>;
130
+ }
131
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputAuthType {
132
+ default?: pulumi.Input<string>;
133
+ name?: pulumi.Input<string>;
134
+ type?: pulumi.Input<string>;
135
+ value?: pulumi.Input<string>;
136
+ }
137
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputComment {
138
+ default?: pulumi.Input<string>;
139
+ name?: pulumi.Input<string>;
140
+ type?: pulumi.Input<string>;
141
+ value?: pulumi.Input<string>;
142
+ }
143
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputEnabled {
144
+ default?: pulumi.Input<string>;
145
+ name?: pulumi.Input<string>;
146
+ type?: pulumi.Input<string>;
147
+ value?: pulumi.Input<string>;
148
+ }
149
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAccessTokenValidity {
150
+ default?: pulumi.Input<string>;
151
+ name?: pulumi.Input<string>;
152
+ type?: pulumi.Input<string>;
153
+ value?: pulumi.Input<string>;
154
+ }
155
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAllowedScope {
156
+ default?: pulumi.Input<string>;
157
+ name?: pulumi.Input<string>;
158
+ type?: pulumi.Input<string>;
159
+ value?: pulumi.Input<string>;
160
+ }
161
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthAuthorizationEndpoint {
162
+ default?: pulumi.Input<string>;
163
+ name?: pulumi.Input<string>;
164
+ type?: pulumi.Input<string>;
165
+ value?: pulumi.Input<string>;
166
+ }
167
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientAuthMethod {
168
+ default?: pulumi.Input<string>;
169
+ name?: pulumi.Input<string>;
170
+ type?: pulumi.Input<string>;
171
+ value?: pulumi.Input<string>;
172
+ }
173
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthClientId {
174
+ default?: pulumi.Input<string>;
175
+ name?: pulumi.Input<string>;
176
+ type?: pulumi.Input<string>;
177
+ value?: pulumi.Input<string>;
178
+ }
179
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthGrant {
180
+ default?: pulumi.Input<string>;
181
+ name?: pulumi.Input<string>;
182
+ type?: pulumi.Input<string>;
183
+ value?: pulumi.Input<string>;
184
+ }
185
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthRefreshTokenValidity {
186
+ default?: pulumi.Input<string>;
187
+ name?: pulumi.Input<string>;
188
+ type?: pulumi.Input<string>;
189
+ value?: pulumi.Input<string>;
190
+ }
191
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputOauthTokenEndpoint {
192
+ default?: pulumi.Input<string>;
193
+ name?: pulumi.Input<string>;
194
+ type?: pulumi.Input<string>;
195
+ value?: pulumi.Input<string>;
196
+ }
197
+ export interface ApiAuthenticationIntegrationWithClientCredentialsDescribeOutputParentIntegration {
198
+ default?: pulumi.Input<string>;
199
+ name?: pulumi.Input<string>;
200
+ type?: pulumi.Input<string>;
201
+ value?: pulumi.Input<string>;
202
+ }
203
+ export interface ApiAuthenticationIntegrationWithClientCredentialsShowOutput {
204
+ category?: pulumi.Input<string>;
205
+ comment?: pulumi.Input<string>;
206
+ createdOn?: pulumi.Input<string>;
207
+ enabled?: pulumi.Input<boolean>;
208
+ integrationType?: pulumi.Input<string>;
209
+ name?: pulumi.Input<string>;
210
+ }
211
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutput {
212
+ authTypes?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputAuthType>[]>;
213
+ comments?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputComment>[]>;
214
+ enableds?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputEnabled>[]>;
215
+ oauthAccessTokenValidities?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAccessTokenValidity>[]>;
216
+ oauthAllowedScopes?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAllowedScope>[]>;
217
+ oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAuthorizationEndpoint>[]>;
218
+ oauthClientAuthMethods?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientAuthMethod>[]>;
219
+ oauthClientIds?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientId>[]>;
220
+ oauthGrants?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthGrant>[]>;
221
+ oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthRefreshTokenValidity>[]>;
222
+ oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthTokenEndpoint>[]>;
223
+ parentIntegrations?: pulumi.Input<pulumi.Input<inputs.ApiAuthenticationIntegrationWithJwtBearerDescribeOutputParentIntegration>[]>;
224
+ }
225
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputAuthType {
226
+ default?: pulumi.Input<string>;
227
+ name?: pulumi.Input<string>;
228
+ type?: pulumi.Input<string>;
229
+ value?: pulumi.Input<string>;
230
+ }
231
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputComment {
232
+ default?: pulumi.Input<string>;
233
+ name?: pulumi.Input<string>;
234
+ type?: pulumi.Input<string>;
235
+ value?: pulumi.Input<string>;
236
+ }
237
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputEnabled {
238
+ default?: pulumi.Input<string>;
239
+ name?: pulumi.Input<string>;
240
+ type?: pulumi.Input<string>;
241
+ value?: pulumi.Input<string>;
242
+ }
243
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAccessTokenValidity {
244
+ default?: pulumi.Input<string>;
245
+ name?: pulumi.Input<string>;
246
+ type?: pulumi.Input<string>;
247
+ value?: pulumi.Input<string>;
248
+ }
249
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAllowedScope {
250
+ default?: pulumi.Input<string>;
251
+ name?: pulumi.Input<string>;
252
+ type?: pulumi.Input<string>;
253
+ value?: pulumi.Input<string>;
254
+ }
255
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthAuthorizationEndpoint {
256
+ default?: pulumi.Input<string>;
257
+ name?: pulumi.Input<string>;
258
+ type?: pulumi.Input<string>;
259
+ value?: pulumi.Input<string>;
260
+ }
261
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientAuthMethod {
262
+ default?: pulumi.Input<string>;
263
+ name?: pulumi.Input<string>;
264
+ type?: pulumi.Input<string>;
265
+ value?: pulumi.Input<string>;
266
+ }
267
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthClientId {
268
+ default?: pulumi.Input<string>;
269
+ name?: pulumi.Input<string>;
270
+ type?: pulumi.Input<string>;
271
+ value?: pulumi.Input<string>;
272
+ }
273
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthGrant {
274
+ default?: pulumi.Input<string>;
275
+ name?: pulumi.Input<string>;
276
+ type?: pulumi.Input<string>;
277
+ value?: pulumi.Input<string>;
278
+ }
279
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthRefreshTokenValidity {
280
+ default?: pulumi.Input<string>;
281
+ name?: pulumi.Input<string>;
282
+ type?: pulumi.Input<string>;
283
+ value?: pulumi.Input<string>;
284
+ }
285
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputOauthTokenEndpoint {
286
+ default?: pulumi.Input<string>;
287
+ name?: pulumi.Input<string>;
288
+ type?: pulumi.Input<string>;
289
+ value?: pulumi.Input<string>;
290
+ }
291
+ export interface ApiAuthenticationIntegrationWithJwtBearerDescribeOutputParentIntegration {
292
+ default?: pulumi.Input<string>;
293
+ name?: pulumi.Input<string>;
294
+ type?: pulumi.Input<string>;
295
+ value?: pulumi.Input<string>;
296
+ }
297
+ export interface ApiAuthenticationIntegrationWithJwtBearerShowOutput {
298
+ category?: pulumi.Input<string>;
299
+ comment?: pulumi.Input<string>;
300
+ createdOn?: pulumi.Input<string>;
301
+ enabled?: pulumi.Input<boolean>;
302
+ integrationType?: pulumi.Input<string>;
303
+ name?: pulumi.Input<string>;
304
+ }
305
+ export interface DatabaseOldReplicationConfiguration {
24
306
  accounts: pulumi.Input<pulumi.Input<string>[]>;
25
307
  ignoreEditionCheck?: pulumi.Input<boolean>;
26
308
  }
309
+ export interface DatabaseReplication {
310
+ /**
311
+ * Entry to enable replication and optionally failover for a given account identifier.
312
+ */
313
+ enableToAccounts: pulumi.Input<pulumi.Input<inputs.DatabaseReplicationEnableToAccount>[]>;
314
+ /**
315
+ * Allows replicating data to accounts on lower editions in either of the following scenarios: 1. The primary database is in a Business Critical (or higher) account but one or more of the accounts approved for replication are on lower editions. Business Critical Edition is intended for Snowflake accounts with extremely sensitive data. 2. The primary database is in a Business Critical (or higher) account and a signed business associate agreement is in place to store PHI data in the account per HIPAA and HITRUST regulations, but no such agreement is in place for one or more of the accounts approved for replication, regardless if they are Business Critical (or higher) accounts. Both scenarios are prohibited by default in an effort to help prevent account administrators for Business Critical (or higher) accounts from inadvertently replicating sensitive data to accounts on lower editions.
316
+ */
317
+ ignoreEditionCheck?: pulumi.Input<boolean>;
318
+ }
319
+ export interface DatabaseReplicationEnableToAccount {
320
+ /**
321
+ * Specifies account identifier for which replication should be enabled. The account identifiers should be in the form of `"<organization_name>"."<account_name>"`.
322
+ */
323
+ accountIdentifier: pulumi.Input<string>;
324
+ /**
325
+ * Specifies if failover should be enabled for the specified account identifier
326
+ */
327
+ withFailover?: pulumi.Input<boolean>;
328
+ }
27
329
  export interface DynamicTableTargetLag {
28
330
  /**
29
331
  * Specifies whether the target lag time is downstream.
@@ -54,6 +356,117 @@ export interface ExternalFunctionHeader {
54
356
  */
55
357
  value: pulumi.Input<string>;
56
358
  }
359
+ export interface ExternalOauthIntegrationDescribeOutput {
360
+ comments?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputComment>[]>;
361
+ enableds?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputEnabled>[]>;
362
+ externalOauthAllowedRolesLists?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthAllowedRolesList>[]>;
363
+ externalOauthAnyRoleModes?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthAnyRoleMode>[]>;
364
+ externalOauthAudienceLists?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthAudienceList>[]>;
365
+ externalOauthBlockedRolesLists?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthBlockedRolesList>[]>;
366
+ externalOauthIssuers?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthIssuer>[]>;
367
+ externalOauthJwsKeysUrls?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthJwsKeysUrl>[]>;
368
+ externalOauthRsaPublicKey2s?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthRsaPublicKey2>[]>;
369
+ externalOauthRsaPublicKeys?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthRsaPublicKey>[]>;
370
+ externalOauthScopeDelimiters?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthScopeDelimiter>[]>;
371
+ externalOauthSnowflakeUserMappingAttributes?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute>[]>;
372
+ externalOauthTokenUserMappingClaims?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationDescribeOutputExternalOauthTokenUserMappingClaim>[]>;
373
+ }
374
+ export interface ExternalOauthIntegrationDescribeOutputComment {
375
+ default?: pulumi.Input<string>;
376
+ name?: pulumi.Input<string>;
377
+ type?: pulumi.Input<string>;
378
+ value?: pulumi.Input<string>;
379
+ }
380
+ export interface ExternalOauthIntegrationDescribeOutputEnabled {
381
+ default?: pulumi.Input<string>;
382
+ name?: pulumi.Input<string>;
383
+ type?: pulumi.Input<string>;
384
+ value?: pulumi.Input<string>;
385
+ }
386
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthAllowedRolesList {
387
+ default?: pulumi.Input<string>;
388
+ name?: pulumi.Input<string>;
389
+ type?: pulumi.Input<string>;
390
+ value?: pulumi.Input<string>;
391
+ }
392
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthAnyRoleMode {
393
+ default?: pulumi.Input<string>;
394
+ name?: pulumi.Input<string>;
395
+ type?: pulumi.Input<string>;
396
+ value?: pulumi.Input<string>;
397
+ }
398
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthAudienceList {
399
+ default?: pulumi.Input<string>;
400
+ name?: pulumi.Input<string>;
401
+ type?: pulumi.Input<string>;
402
+ value?: pulumi.Input<string>;
403
+ }
404
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthBlockedRolesList {
405
+ default?: pulumi.Input<string>;
406
+ name?: pulumi.Input<string>;
407
+ type?: pulumi.Input<string>;
408
+ value?: pulumi.Input<string>;
409
+ }
410
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthIssuer {
411
+ default?: pulumi.Input<string>;
412
+ name?: pulumi.Input<string>;
413
+ type?: pulumi.Input<string>;
414
+ value?: pulumi.Input<string>;
415
+ }
416
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthJwsKeysUrl {
417
+ default?: pulumi.Input<string>;
418
+ name?: pulumi.Input<string>;
419
+ type?: pulumi.Input<string>;
420
+ value?: pulumi.Input<string>;
421
+ }
422
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthRsaPublicKey {
423
+ default?: pulumi.Input<string>;
424
+ name?: pulumi.Input<string>;
425
+ type?: pulumi.Input<string>;
426
+ value?: pulumi.Input<string>;
427
+ }
428
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthRsaPublicKey2 {
429
+ default?: pulumi.Input<string>;
430
+ name?: pulumi.Input<string>;
431
+ type?: pulumi.Input<string>;
432
+ value?: pulumi.Input<string>;
433
+ }
434
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthScopeDelimiter {
435
+ default?: pulumi.Input<string>;
436
+ name?: pulumi.Input<string>;
437
+ type?: pulumi.Input<string>;
438
+ value?: pulumi.Input<string>;
439
+ }
440
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthSnowflakeUserMappingAttribute {
441
+ default?: pulumi.Input<string>;
442
+ name?: pulumi.Input<string>;
443
+ type?: pulumi.Input<string>;
444
+ value?: pulumi.Input<string>;
445
+ }
446
+ export interface ExternalOauthIntegrationDescribeOutputExternalOauthTokenUserMappingClaim {
447
+ default?: pulumi.Input<string>;
448
+ name?: pulumi.Input<string>;
449
+ type?: pulumi.Input<string>;
450
+ value?: pulumi.Input<string>;
451
+ }
452
+ export interface ExternalOauthIntegrationRelatedParameter {
453
+ externalOauthAddPrivilegedRolesToBlockedLists?: pulumi.Input<pulumi.Input<inputs.ExternalOauthIntegrationRelatedParameterExternalOauthAddPrivilegedRolesToBlockedList>[]>;
454
+ }
455
+ export interface ExternalOauthIntegrationRelatedParameterExternalOauthAddPrivilegedRolesToBlockedList {
456
+ default?: pulumi.Input<string>;
457
+ description?: pulumi.Input<string>;
458
+ key?: pulumi.Input<string>;
459
+ level?: pulumi.Input<string>;
460
+ value?: pulumi.Input<string>;
461
+ }
462
+ export interface ExternalOauthIntegrationShowOutput {
463
+ category?: pulumi.Input<string>;
464
+ comment?: pulumi.Input<string>;
465
+ createdOn?: pulumi.Input<string>;
466
+ enabled?: pulumi.Input<boolean>;
467
+ integrationType?: pulumi.Input<string>;
468
+ name?: pulumi.Input<string>;
469
+ }
57
470
  export interface ExternalTableColumn {
58
471
  /**
59
472
  * String that specifies the expression for the column. When queried, the column returns results derived from this expression.
@@ -130,6 +543,74 @@ export interface FunctionArgument {
130
543
  */
131
544
  type: pulumi.Input<string>;
132
545
  }
546
+ export interface GetCortexSearchServicesIn {
547
+ /**
548
+ * Returns records for the entire account.
549
+ */
550
+ account?: boolean;
551
+ /**
552
+ * Returns records for the current database in use or for a specified database (db_name).
553
+ */
554
+ database?: string;
555
+ /**
556
+ * Returns records for the current schema in use or a specified schema (schema_name).
557
+ */
558
+ schema?: string;
559
+ }
560
+ export interface GetCortexSearchServicesInArgs {
561
+ /**
562
+ * Returns records for the entire account.
563
+ */
564
+ account?: pulumi.Input<boolean>;
565
+ /**
566
+ * Returns records for the current database in use or for a specified database (db_name).
567
+ */
568
+ database?: pulumi.Input<string>;
569
+ /**
570
+ * Returns records for the current schema in use or a specified schema (schema_name).
571
+ */
572
+ schema?: pulumi.Input<string>;
573
+ }
574
+ export interface GetCortexSearchServicesLimit {
575
+ /**
576
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
577
+ */
578
+ from?: string;
579
+ /**
580
+ * The maximum number of rows to return.
581
+ */
582
+ rows: number;
583
+ }
584
+ export interface GetCortexSearchServicesLimitArgs {
585
+ /**
586
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
587
+ */
588
+ from?: pulumi.Input<string>;
589
+ /**
590
+ * The maximum number of rows to return.
591
+ */
592
+ rows: pulumi.Input<number>;
593
+ }
594
+ export interface GetDatabasesLimit {
595
+ /**
596
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
597
+ */
598
+ from?: string;
599
+ /**
600
+ * The maximum number of rows to return.
601
+ */
602
+ rows: number;
603
+ }
604
+ export interface GetDatabasesLimitArgs {
605
+ /**
606
+ * Specifies a **case-sensitive** pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
607
+ */
608
+ from?: pulumi.Input<string>;
609
+ /**
610
+ * The maximum number of rows to return.
611
+ */
612
+ rows: pulumi.Input<number>;
613
+ }
133
614
  export interface GetDynamicTablesIn {
134
615
  /**
135
616
  * Returns records for the entire account.
@@ -442,7 +923,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObject {
442
923
  */
443
924
  objectName?: pulumi.Input<string>;
444
925
  /**
445
- * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
926
+ * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
446
927
  */
447
928
  objectType?: pulumi.Input<string>;
448
929
  }
@@ -450,7 +931,7 @@ export interface GrantPrivilegesToAccountRoleOnSchemaObjectAll {
450
931
  inDatabase?: pulumi.Input<string>;
451
932
  inSchema?: pulumi.Input<string>;
452
933
  /**
453
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS.
934
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS.
454
935
  */
455
936
  objectTypePlural: pulumi.Input<string>;
456
937
  }
@@ -490,7 +971,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObject {
490
971
  */
491
972
  objectName?: pulumi.Input<string>;
492
973
  /**
493
- * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
974
+ * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | CORTEX SEARCH SERVICE | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
494
975
  */
495
976
  objectType?: pulumi.Input<string>;
496
977
  }
@@ -504,7 +985,7 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectAll {
504
985
  */
505
986
  inSchema?: pulumi.Input<string>;
506
987
  /**
507
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS.
988
+ * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | CORTEX SEARCH SERVICES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS.
508
989
  */
509
990
  objectTypePlural: pulumi.Input<string>;
510
991
  }
@@ -522,76 +1003,6 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
522
1003
  */
523
1004
  objectTypePlural: pulumi.Input<string>;
524
1005
  }
525
- export interface GrantPrivilegesToRoleOnAccountObject {
526
- /**
527
- * The fully qualified name of the object on which privileges will be granted.
528
- */
529
- objectName: pulumi.Input<string>;
530
- /**
531
- * The object type of the account object on which privileges will be granted. Valid values are: USER | RESOURCE MONITOR | WAREHOUSE | DATABASE | INTEGRATION | FAILOVER GROUP | REPLICATION GROUP | EXTERNAL VOLUME
532
- */
533
- objectType: pulumi.Input<string>;
534
- }
535
- export interface GrantPrivilegesToRoleOnSchema {
536
- /**
537
- * The fully qualified name of the database.
538
- */
539
- allSchemasInDatabase?: pulumi.Input<string>;
540
- /**
541
- * The fully qualified name of the database.
542
- */
543
- futureSchemasInDatabase?: pulumi.Input<string>;
544
- /**
545
- * The fully qualified name of the schema.
546
- */
547
- schemaName?: pulumi.Input<string>;
548
- }
549
- export interface GrantPrivilegesToRoleOnSchemaObject {
550
- /**
551
- * Configures the privilege to be granted on all objects in eihter a database or schema.
552
- */
553
- all?: pulumi.Input<inputs.GrantPrivilegesToRoleOnSchemaObjectAll>;
554
- /**
555
- * Configures the privilege to be granted on future objects in eihter a database or schema.
556
- */
557
- future?: pulumi.Input<inputs.GrantPrivilegesToRoleOnSchemaObjectFuture>;
558
- /**
559
- * The fully qualified name of the object on which privileges will be granted.
560
- */
561
- objectName?: pulumi.Input<string>;
562
- /**
563
- * The object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICY | ALERT | AUTHENTICATION POLICY | DATA METRIC FUNCTION | DYNAMIC TABLE | EVENT TABLE | EXTERNAL TABLE | FILE FORMAT | FUNCTION | GIT REPOSITORY | HYBRID TABLE | IMAGE REPOSITORY | ICEBERG TABLE | MASKING POLICY | MATERIALIZED VIEW | MODEL | NETWORK RULE | PACKAGES POLICY | PASSWORD POLICY | PIPE | PROCEDURE | PROJECTION POLICY | ROW ACCESS POLICY | SECRET | SERVICE | SESSION POLICY | SEQUENCE | STAGE | STREAM | TABLE | TAG | TASK | VIEW | STREAMLIT
564
- */
565
- objectType?: pulumi.Input<string>;
566
- }
567
- export interface GrantPrivilegesToRoleOnSchemaObjectAll {
568
- /**
569
- * The fully qualified name of the database.
570
- */
571
- inDatabase?: pulumi.Input<string>;
572
- /**
573
- * The fully qualified name of the schema.
574
- */
575
- inSchema?: pulumi.Input<string>;
576
- /**
577
- * The plural object type of the schema object on which privileges will be granted. Valid values are: AGGREGATION POLICIES | ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | IMAGE REPOSITORIES | ICEBERG TABLES | MASKING POLICIES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PACKAGES POLICIES | PASSWORD POLICIES | PIPES | PROCEDURES | PROJECTION POLICIES | ROW ACCESS POLICIES | SECRETS | SERVICES | SESSION POLICIES | SEQUENCES | STAGES | STREAMS | TABLES | TAGS | TASKS | VIEWS | STREAMLITS
578
- */
579
- objectTypePlural: pulumi.Input<string>;
580
- }
581
- export interface GrantPrivilegesToRoleOnSchemaObjectFuture {
582
- /**
583
- * The fully qualified name of the database.
584
- */
585
- inDatabase?: pulumi.Input<string>;
586
- /**
587
- * The fully qualified name of the schema.
588
- */
589
- inSchema?: pulumi.Input<string>;
590
- /**
591
- * The plural object type of the schema object on which privileges will be granted. Valid values are: ALERTS | AUTHENTICATION POLICIES | DATA METRIC FUNCTIONS | DYNAMIC TABLES | EVENT TABLES | EXTERNAL TABLES | FILE FORMATS | FUNCTIONS | GIT REPOSITORIES | HYBRID TABLES | ICEBERG TABLES | MATERIALIZED VIEWS | MODELS | NETWORK RULES | PASSWORD POLICIES | PIPES | PROCEDURES | SECRETS | SERVICES | SEQUENCES | STAGES | STREAMS | TABLES | TASKS | VIEWS
592
- */
593
- objectTypePlural: pulumi.Input<string>;
594
- }
595
1006
  export interface MaskingPolicySignature {
596
1007
  columns: pulumi.Input<pulumi.Input<inputs.MaskingPolicySignatureColumn>[]>;
597
1008
  }
@@ -623,6 +1034,292 @@ export interface MaterializedViewTag {
623
1034
  */
624
1035
  value: pulumi.Input<string>;
625
1036
  }
1037
+ export interface OauthIntegrationForCustomClientsDescribeOutput {
1038
+ blockedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList>[]>;
1039
+ comments?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputComment>[]>;
1040
+ enableds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputEnabled>[]>;
1041
+ networkPolicies?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy>[]>;
1042
+ oauthAllowNonTlsRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri>[]>;
1043
+ oauthAllowedAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint>[]>;
1044
+ oauthAllowedTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint>[]>;
1045
+ oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint>[]>;
1046
+ oauthClientIds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientId>[]>;
1047
+ oauthClientRsaPublicKey2Fps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp>[]>;
1048
+ oauthClientRsaPublicKeyFps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp>[]>;
1049
+ oauthClientTypes?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientType>[]>;
1050
+ oauthEnforcePkces?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce>[]>;
1051
+ oauthIssueRefreshTokens?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken>[]>;
1052
+ oauthRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri>[]>;
1053
+ oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity>[]>;
1054
+ oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint>[]>;
1055
+ oauthUseSecondaryRoles?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole>[]>;
1056
+ preAuthorizedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList>[]>;
1057
+ }
1058
+ export interface OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList {
1059
+ default?: pulumi.Input<string>;
1060
+ name?: pulumi.Input<string>;
1061
+ type?: pulumi.Input<string>;
1062
+ value?: pulumi.Input<string>;
1063
+ }
1064
+ export interface OauthIntegrationForCustomClientsDescribeOutputComment {
1065
+ default?: pulumi.Input<string>;
1066
+ name?: pulumi.Input<string>;
1067
+ type?: pulumi.Input<string>;
1068
+ value?: pulumi.Input<string>;
1069
+ }
1070
+ export interface OauthIntegrationForCustomClientsDescribeOutputEnabled {
1071
+ default?: pulumi.Input<string>;
1072
+ name?: pulumi.Input<string>;
1073
+ type?: pulumi.Input<string>;
1074
+ value?: pulumi.Input<string>;
1075
+ }
1076
+ export interface OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy {
1077
+ default?: pulumi.Input<string>;
1078
+ name?: pulumi.Input<string>;
1079
+ type?: pulumi.Input<string>;
1080
+ value?: pulumi.Input<string>;
1081
+ }
1082
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri {
1083
+ default?: pulumi.Input<string>;
1084
+ name?: pulumi.Input<string>;
1085
+ type?: pulumi.Input<string>;
1086
+ value?: pulumi.Input<string>;
1087
+ }
1088
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint {
1089
+ default?: pulumi.Input<string>;
1090
+ name?: pulumi.Input<string>;
1091
+ type?: pulumi.Input<string>;
1092
+ value?: pulumi.Input<string>;
1093
+ }
1094
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint {
1095
+ default?: pulumi.Input<string>;
1096
+ name?: pulumi.Input<string>;
1097
+ type?: pulumi.Input<string>;
1098
+ value?: pulumi.Input<string>;
1099
+ }
1100
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint {
1101
+ default?: pulumi.Input<string>;
1102
+ name?: pulumi.Input<string>;
1103
+ type?: pulumi.Input<string>;
1104
+ value?: pulumi.Input<string>;
1105
+ }
1106
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientId {
1107
+ default?: pulumi.Input<string>;
1108
+ name?: pulumi.Input<string>;
1109
+ type?: pulumi.Input<string>;
1110
+ value?: pulumi.Input<string>;
1111
+ }
1112
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp {
1113
+ default?: pulumi.Input<string>;
1114
+ name?: pulumi.Input<string>;
1115
+ type?: pulumi.Input<string>;
1116
+ value?: pulumi.Input<string>;
1117
+ }
1118
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp {
1119
+ default?: pulumi.Input<string>;
1120
+ name?: pulumi.Input<string>;
1121
+ type?: pulumi.Input<string>;
1122
+ value?: pulumi.Input<string>;
1123
+ }
1124
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientType {
1125
+ default?: pulumi.Input<string>;
1126
+ name?: pulumi.Input<string>;
1127
+ type?: pulumi.Input<string>;
1128
+ value?: pulumi.Input<string>;
1129
+ }
1130
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce {
1131
+ default?: pulumi.Input<string>;
1132
+ name?: pulumi.Input<string>;
1133
+ type?: pulumi.Input<string>;
1134
+ value?: pulumi.Input<string>;
1135
+ }
1136
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken {
1137
+ default?: pulumi.Input<string>;
1138
+ name?: pulumi.Input<string>;
1139
+ type?: pulumi.Input<string>;
1140
+ value?: pulumi.Input<string>;
1141
+ }
1142
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri {
1143
+ default?: pulumi.Input<string>;
1144
+ name?: pulumi.Input<string>;
1145
+ type?: pulumi.Input<string>;
1146
+ value?: pulumi.Input<string>;
1147
+ }
1148
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity {
1149
+ default?: pulumi.Input<string>;
1150
+ name?: pulumi.Input<string>;
1151
+ type?: pulumi.Input<string>;
1152
+ value?: pulumi.Input<string>;
1153
+ }
1154
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint {
1155
+ default?: pulumi.Input<string>;
1156
+ name?: pulumi.Input<string>;
1157
+ type?: pulumi.Input<string>;
1158
+ value?: pulumi.Input<string>;
1159
+ }
1160
+ export interface OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole {
1161
+ default?: pulumi.Input<string>;
1162
+ name?: pulumi.Input<string>;
1163
+ type?: pulumi.Input<string>;
1164
+ value?: pulumi.Input<string>;
1165
+ }
1166
+ export interface OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList {
1167
+ default?: pulumi.Input<string>;
1168
+ name?: pulumi.Input<string>;
1169
+ type?: pulumi.Input<string>;
1170
+ value?: pulumi.Input<string>;
1171
+ }
1172
+ export interface OauthIntegrationForCustomClientsShowOutput {
1173
+ category?: pulumi.Input<string>;
1174
+ comment?: pulumi.Input<string>;
1175
+ createdOn?: pulumi.Input<string>;
1176
+ enabled?: pulumi.Input<boolean>;
1177
+ integrationType?: pulumi.Input<string>;
1178
+ name?: pulumi.Input<string>;
1179
+ }
1180
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
1181
+ blockedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList>[]>;
1182
+ comments?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputComment>[]>;
1183
+ enableds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputEnabled>[]>;
1184
+ networkPolicies?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy>[]>;
1185
+ oauthAllowNonTlsRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri>[]>;
1186
+ oauthAllowedAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint>[]>;
1187
+ oauthAllowedTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint>[]>;
1188
+ oauthAuthorizationEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint>[]>;
1189
+ oauthClientIds?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId>[]>;
1190
+ oauthClientRsaPublicKey2Fps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp>[]>;
1191
+ oauthClientRsaPublicKeyFps?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp>[]>;
1192
+ oauthClientTypes?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType>[]>;
1193
+ oauthEnforcePkces?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce>[]>;
1194
+ oauthIssueRefreshTokens?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken>[]>;
1195
+ oauthRedirectUris?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri>[]>;
1196
+ oauthRefreshTokenValidities?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity>[]>;
1197
+ oauthTokenEndpoints?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint>[]>;
1198
+ oauthUseSecondaryRoles?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole>[]>;
1199
+ preAuthorizedRolesLists?: pulumi.Input<pulumi.Input<inputs.OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList>[]>;
1200
+ }
1201
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList {
1202
+ default?: pulumi.Input<string>;
1203
+ name?: pulumi.Input<string>;
1204
+ type?: pulumi.Input<string>;
1205
+ value?: pulumi.Input<string>;
1206
+ }
1207
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputComment {
1208
+ default?: pulumi.Input<string>;
1209
+ name?: pulumi.Input<string>;
1210
+ type?: pulumi.Input<string>;
1211
+ value?: pulumi.Input<string>;
1212
+ }
1213
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputEnabled {
1214
+ default?: pulumi.Input<string>;
1215
+ name?: pulumi.Input<string>;
1216
+ type?: pulumi.Input<string>;
1217
+ value?: pulumi.Input<string>;
1218
+ }
1219
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy {
1220
+ default?: pulumi.Input<string>;
1221
+ name?: pulumi.Input<string>;
1222
+ type?: pulumi.Input<string>;
1223
+ value?: pulumi.Input<string>;
1224
+ }
1225
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri {
1226
+ default?: pulumi.Input<string>;
1227
+ name?: pulumi.Input<string>;
1228
+ type?: pulumi.Input<string>;
1229
+ value?: pulumi.Input<string>;
1230
+ }
1231
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint {
1232
+ default?: pulumi.Input<string>;
1233
+ name?: pulumi.Input<string>;
1234
+ type?: pulumi.Input<string>;
1235
+ value?: pulumi.Input<string>;
1236
+ }
1237
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint {
1238
+ default?: pulumi.Input<string>;
1239
+ name?: pulumi.Input<string>;
1240
+ type?: pulumi.Input<string>;
1241
+ value?: pulumi.Input<string>;
1242
+ }
1243
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint {
1244
+ default?: pulumi.Input<string>;
1245
+ name?: pulumi.Input<string>;
1246
+ type?: pulumi.Input<string>;
1247
+ value?: pulumi.Input<string>;
1248
+ }
1249
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId {
1250
+ default?: pulumi.Input<string>;
1251
+ name?: pulumi.Input<string>;
1252
+ type?: pulumi.Input<string>;
1253
+ value?: pulumi.Input<string>;
1254
+ }
1255
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp {
1256
+ default?: pulumi.Input<string>;
1257
+ name?: pulumi.Input<string>;
1258
+ type?: pulumi.Input<string>;
1259
+ value?: pulumi.Input<string>;
1260
+ }
1261
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp {
1262
+ default?: pulumi.Input<string>;
1263
+ name?: pulumi.Input<string>;
1264
+ type?: pulumi.Input<string>;
1265
+ value?: pulumi.Input<string>;
1266
+ }
1267
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType {
1268
+ default?: pulumi.Input<string>;
1269
+ name?: pulumi.Input<string>;
1270
+ type?: pulumi.Input<string>;
1271
+ value?: pulumi.Input<string>;
1272
+ }
1273
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce {
1274
+ default?: pulumi.Input<string>;
1275
+ name?: pulumi.Input<string>;
1276
+ type?: pulumi.Input<string>;
1277
+ value?: pulumi.Input<string>;
1278
+ }
1279
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken {
1280
+ default?: pulumi.Input<string>;
1281
+ name?: pulumi.Input<string>;
1282
+ type?: pulumi.Input<string>;
1283
+ value?: pulumi.Input<string>;
1284
+ }
1285
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri {
1286
+ default?: pulumi.Input<string>;
1287
+ name?: pulumi.Input<string>;
1288
+ type?: pulumi.Input<string>;
1289
+ value?: pulumi.Input<string>;
1290
+ }
1291
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity {
1292
+ default?: pulumi.Input<string>;
1293
+ name?: pulumi.Input<string>;
1294
+ type?: pulumi.Input<string>;
1295
+ value?: pulumi.Input<string>;
1296
+ }
1297
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint {
1298
+ default?: pulumi.Input<string>;
1299
+ name?: pulumi.Input<string>;
1300
+ type?: pulumi.Input<string>;
1301
+ value?: pulumi.Input<string>;
1302
+ }
1303
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole {
1304
+ default?: pulumi.Input<string>;
1305
+ name?: pulumi.Input<string>;
1306
+ type?: pulumi.Input<string>;
1307
+ value?: pulumi.Input<string>;
1308
+ }
1309
+ export interface OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList {
1310
+ default?: pulumi.Input<string>;
1311
+ name?: pulumi.Input<string>;
1312
+ type?: pulumi.Input<string>;
1313
+ value?: pulumi.Input<string>;
1314
+ }
1315
+ export interface OauthIntegrationForPartnerApplicationsShowOutput {
1316
+ category?: pulumi.Input<string>;
1317
+ comment?: pulumi.Input<string>;
1318
+ createdOn?: pulumi.Input<string>;
1319
+ enabled?: pulumi.Input<boolean>;
1320
+ integrationType?: pulumi.Input<string>;
1321
+ name?: pulumi.Input<string>;
1322
+ }
626
1323
  export interface ObjectParameterObjectIdentifier {
627
1324
  /**
628
1325
  * Name of the database that the object was created in.
@@ -687,6 +1384,149 @@ export interface RoleTag {
687
1384
  */
688
1385
  value: pulumi.Input<string>;
689
1386
  }
1387
+ export interface Saml2IntegrationDescribeOutput {
1388
+ allowedEmailPatterns?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputAllowedEmailPattern>[]>;
1389
+ allowedUserDomains?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputAllowedUserDomain>[]>;
1390
+ comments?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputComment>[]>;
1391
+ saml2DigestMethodsUseds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed>[]>;
1392
+ saml2EnableSpInitiateds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2EnableSpInitiated>[]>;
1393
+ saml2ForceAuthns?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2ForceAuthn>[]>;
1394
+ saml2Issuers?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2Issuer>[]>;
1395
+ saml2PostLogoutRedirectUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl>[]>;
1396
+ saml2Providers?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2Provider>[]>;
1397
+ saml2RequestedNameidFormats?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat>[]>;
1398
+ saml2SignRequests?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SignRequest>[]>;
1399
+ saml2SignatureMethodsUseds?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed>[]>;
1400
+ saml2SnowflakeAcsUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl>[]>;
1401
+ saml2SnowflakeIssuerUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl>[]>;
1402
+ saml2SnowflakeMetadatas?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata>[]>;
1403
+ saml2SnowflakeX509Certs?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert>[]>;
1404
+ saml2SpInitiatedLoginPageLabels?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel>[]>;
1405
+ saml2SsoUrls?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2SsoUrl>[]>;
1406
+ saml2X509Certs?: pulumi.Input<pulumi.Input<inputs.Saml2IntegrationDescribeOutputSaml2X509Cert>[]>;
1407
+ }
1408
+ export interface Saml2IntegrationDescribeOutputAllowedEmailPattern {
1409
+ default?: pulumi.Input<string>;
1410
+ name?: pulumi.Input<string>;
1411
+ type?: pulumi.Input<string>;
1412
+ value?: pulumi.Input<string>;
1413
+ }
1414
+ export interface Saml2IntegrationDescribeOutputAllowedUserDomain {
1415
+ default?: pulumi.Input<string>;
1416
+ name?: pulumi.Input<string>;
1417
+ type?: pulumi.Input<string>;
1418
+ value?: pulumi.Input<string>;
1419
+ }
1420
+ export interface Saml2IntegrationDescribeOutputComment {
1421
+ default?: pulumi.Input<string>;
1422
+ name?: pulumi.Input<string>;
1423
+ type?: pulumi.Input<string>;
1424
+ value?: pulumi.Input<string>;
1425
+ }
1426
+ export interface Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed {
1427
+ default?: pulumi.Input<string>;
1428
+ name?: pulumi.Input<string>;
1429
+ type?: pulumi.Input<string>;
1430
+ value?: pulumi.Input<string>;
1431
+ }
1432
+ export interface Saml2IntegrationDescribeOutputSaml2EnableSpInitiated {
1433
+ default?: pulumi.Input<string>;
1434
+ name?: pulumi.Input<string>;
1435
+ type?: pulumi.Input<string>;
1436
+ value?: pulumi.Input<string>;
1437
+ }
1438
+ export interface Saml2IntegrationDescribeOutputSaml2ForceAuthn {
1439
+ default?: pulumi.Input<string>;
1440
+ name?: pulumi.Input<string>;
1441
+ type?: pulumi.Input<string>;
1442
+ value?: pulumi.Input<string>;
1443
+ }
1444
+ export interface Saml2IntegrationDescribeOutputSaml2Issuer {
1445
+ default?: pulumi.Input<string>;
1446
+ name?: pulumi.Input<string>;
1447
+ type?: pulumi.Input<string>;
1448
+ value?: pulumi.Input<string>;
1449
+ }
1450
+ export interface Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl {
1451
+ default?: pulumi.Input<string>;
1452
+ name?: pulumi.Input<string>;
1453
+ type?: pulumi.Input<string>;
1454
+ value?: pulumi.Input<string>;
1455
+ }
1456
+ export interface Saml2IntegrationDescribeOutputSaml2Provider {
1457
+ default?: pulumi.Input<string>;
1458
+ name?: pulumi.Input<string>;
1459
+ type?: pulumi.Input<string>;
1460
+ value?: pulumi.Input<string>;
1461
+ }
1462
+ export interface Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat {
1463
+ default?: pulumi.Input<string>;
1464
+ name?: pulumi.Input<string>;
1465
+ type?: pulumi.Input<string>;
1466
+ value?: pulumi.Input<string>;
1467
+ }
1468
+ export interface Saml2IntegrationDescribeOutputSaml2SignRequest {
1469
+ default?: pulumi.Input<string>;
1470
+ name?: pulumi.Input<string>;
1471
+ type?: pulumi.Input<string>;
1472
+ value?: pulumi.Input<string>;
1473
+ }
1474
+ export interface Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed {
1475
+ default?: pulumi.Input<string>;
1476
+ name?: pulumi.Input<string>;
1477
+ type?: pulumi.Input<string>;
1478
+ value?: pulumi.Input<string>;
1479
+ }
1480
+ export interface Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl {
1481
+ default?: pulumi.Input<string>;
1482
+ name?: pulumi.Input<string>;
1483
+ type?: pulumi.Input<string>;
1484
+ value?: pulumi.Input<string>;
1485
+ }
1486
+ export interface Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl {
1487
+ default?: pulumi.Input<string>;
1488
+ name?: pulumi.Input<string>;
1489
+ type?: pulumi.Input<string>;
1490
+ value?: pulumi.Input<string>;
1491
+ }
1492
+ export interface Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata {
1493
+ default?: pulumi.Input<string>;
1494
+ name?: pulumi.Input<string>;
1495
+ type?: pulumi.Input<string>;
1496
+ value?: pulumi.Input<string>;
1497
+ }
1498
+ export interface Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert {
1499
+ default?: pulumi.Input<string>;
1500
+ name?: pulumi.Input<string>;
1501
+ type?: pulumi.Input<string>;
1502
+ value?: pulumi.Input<string>;
1503
+ }
1504
+ export interface Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel {
1505
+ default?: pulumi.Input<string>;
1506
+ name?: pulumi.Input<string>;
1507
+ type?: pulumi.Input<string>;
1508
+ value?: pulumi.Input<string>;
1509
+ }
1510
+ export interface Saml2IntegrationDescribeOutputSaml2SsoUrl {
1511
+ default?: pulumi.Input<string>;
1512
+ name?: pulumi.Input<string>;
1513
+ type?: pulumi.Input<string>;
1514
+ value?: pulumi.Input<string>;
1515
+ }
1516
+ export interface Saml2IntegrationDescribeOutputSaml2X509Cert {
1517
+ default?: pulumi.Input<string>;
1518
+ name?: pulumi.Input<string>;
1519
+ type?: pulumi.Input<string>;
1520
+ value?: pulumi.Input<string>;
1521
+ }
1522
+ export interface Saml2IntegrationShowOutput {
1523
+ category?: pulumi.Input<string>;
1524
+ comment?: pulumi.Input<string>;
1525
+ createdOn?: pulumi.Input<string>;
1526
+ enabled?: pulumi.Input<boolean>;
1527
+ integrationType?: pulumi.Input<string>;
1528
+ name?: pulumi.Input<string>;
1529
+ }
690
1530
  export interface SchemaTag {
691
1531
  /**
692
1532
  * Name of the database that the tag was created in.
@@ -705,6 +1545,51 @@ export interface SchemaTag {
705
1545
  */
706
1546
  value: pulumi.Input<string>;
707
1547
  }
1548
+ export interface ScimIntegrationDescribeOutput {
1549
+ comments?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputComment>[]>;
1550
+ enableds?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputEnabled>[]>;
1551
+ networkPolicies?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputNetworkPolicy>[]>;
1552
+ runAsRoles?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputRunAsRole>[]>;
1553
+ syncPasswords?: pulumi.Input<pulumi.Input<inputs.ScimIntegrationDescribeOutputSyncPassword>[]>;
1554
+ }
1555
+ export interface ScimIntegrationDescribeOutputComment {
1556
+ default?: pulumi.Input<string>;
1557
+ name?: pulumi.Input<string>;
1558
+ type?: pulumi.Input<string>;
1559
+ value?: pulumi.Input<string>;
1560
+ }
1561
+ export interface ScimIntegrationDescribeOutputEnabled {
1562
+ default?: pulumi.Input<string>;
1563
+ name?: pulumi.Input<string>;
1564
+ type?: pulumi.Input<string>;
1565
+ value?: pulumi.Input<string>;
1566
+ }
1567
+ export interface ScimIntegrationDescribeOutputNetworkPolicy {
1568
+ default?: pulumi.Input<string>;
1569
+ name?: pulumi.Input<string>;
1570
+ type?: pulumi.Input<string>;
1571
+ value?: pulumi.Input<string>;
1572
+ }
1573
+ export interface ScimIntegrationDescribeOutputRunAsRole {
1574
+ default?: pulumi.Input<string>;
1575
+ name?: pulumi.Input<string>;
1576
+ type?: pulumi.Input<string>;
1577
+ value?: pulumi.Input<string>;
1578
+ }
1579
+ export interface ScimIntegrationDescribeOutputSyncPassword {
1580
+ default?: pulumi.Input<string>;
1581
+ name?: pulumi.Input<string>;
1582
+ type?: pulumi.Input<string>;
1583
+ value?: pulumi.Input<string>;
1584
+ }
1585
+ export interface ScimIntegrationShowOutput {
1586
+ category?: pulumi.Input<string>;
1587
+ comment?: pulumi.Input<string>;
1588
+ createdOn?: pulumi.Input<string>;
1589
+ enabled?: pulumi.Input<boolean>;
1590
+ integrationType?: pulumi.Input<string>;
1591
+ name?: pulumi.Input<string>;
1592
+ }
708
1593
  export interface StageTag {
709
1594
  /**
710
1595
  * Name of the database that the tag was created in.
@@ -873,5 +1758,60 @@ export interface ViewTag {
873
1758
  */
874
1759
  value: pulumi.Input<string>;
875
1760
  }
1761
+ export interface WarehouseParameter {
1762
+ maxConcurrencyLevels?: pulumi.Input<pulumi.Input<inputs.WarehouseParameterMaxConcurrencyLevel>[]>;
1763
+ statementQueuedTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.WarehouseParameterStatementQueuedTimeoutInSecond>[]>;
1764
+ statementTimeoutInSeconds?: pulumi.Input<pulumi.Input<inputs.WarehouseParameterStatementTimeoutInSecond>[]>;
1765
+ }
1766
+ export interface WarehouseParameterMaxConcurrencyLevel {
1767
+ default?: pulumi.Input<string>;
1768
+ description?: pulumi.Input<string>;
1769
+ key?: pulumi.Input<string>;
1770
+ level?: pulumi.Input<string>;
1771
+ value?: pulumi.Input<string>;
1772
+ }
1773
+ export interface WarehouseParameterStatementQueuedTimeoutInSecond {
1774
+ default?: pulumi.Input<string>;
1775
+ description?: pulumi.Input<string>;
1776
+ key?: pulumi.Input<string>;
1777
+ level?: pulumi.Input<string>;
1778
+ value?: pulumi.Input<string>;
1779
+ }
1780
+ export interface WarehouseParameterStatementTimeoutInSecond {
1781
+ default?: pulumi.Input<string>;
1782
+ description?: pulumi.Input<string>;
1783
+ key?: pulumi.Input<string>;
1784
+ level?: pulumi.Input<string>;
1785
+ value?: pulumi.Input<string>;
1786
+ }
1787
+ export interface WarehouseShowOutput {
1788
+ autoResume?: pulumi.Input<boolean>;
1789
+ autoSuspend?: pulumi.Input<number>;
1790
+ available?: pulumi.Input<number>;
1791
+ comment?: pulumi.Input<string>;
1792
+ createdOn?: pulumi.Input<string>;
1793
+ enableQueryAcceleration?: pulumi.Input<boolean>;
1794
+ isCurrent?: pulumi.Input<boolean>;
1795
+ isDefault?: pulumi.Input<boolean>;
1796
+ maxClusterCount?: pulumi.Input<number>;
1797
+ minClusterCount?: pulumi.Input<number>;
1798
+ name?: pulumi.Input<string>;
1799
+ other?: pulumi.Input<number>;
1800
+ owner?: pulumi.Input<string>;
1801
+ ownerRoleType?: pulumi.Input<string>;
1802
+ provisioning?: pulumi.Input<number>;
1803
+ queryAccelerationMaxScaleFactor?: pulumi.Input<number>;
1804
+ queued?: pulumi.Input<number>;
1805
+ quiescing?: pulumi.Input<number>;
1806
+ resourceMonitor?: pulumi.Input<string>;
1807
+ resumedOn?: pulumi.Input<string>;
1808
+ running?: pulumi.Input<number>;
1809
+ scalingPolicy?: pulumi.Input<string>;
1810
+ size?: pulumi.Input<string>;
1811
+ startedClusters?: pulumi.Input<number>;
1812
+ state?: pulumi.Input<string>;
1813
+ type?: pulumi.Input<string>;
1814
+ updatedOn?: pulumi.Input<string>;
1815
+ }
876
1816
  export declare namespace config {
877
1817
  }