@pulumi/snowflake 0.60.0-alpha.1728636583 → 0.60.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.
- package/index.d.ts +12 -0
- package/index.js +22 -2
- package/index.js.map +1 -1
- package/legacyServiceUser.d.ts +938 -0
- package/legacyServiceUser.js +212 -0
- package/legacyServiceUser.js.map +1 -0
- package/maskingPolicy.d.ts +2 -2
- package/package.json +2 -2
- package/rowAccessPolicy.d.ts +2 -2
- package/serviceUser.d.ts +923 -0
- package/serviceUser.js +208 -0
- package/serviceUser.js.map +1 -0
- package/stage.d.ts +3 -3
- package/streamOnExternalTable.d.ts +159 -0
- package/streamOnExternalTable.js +87 -0
- package/streamOnExternalTable.js.map +1 -0
- package/streamOnTable.d.ts +162 -0
- package/streamOnTable.js +89 -0
- package/streamOnTable.js.map +1 -0
- package/types/input.d.ts +1630 -498
- package/types/output.d.ts +1612 -479
- package/user.d.ts +1 -1
- package/user.js +1 -1
package/types/output.d.ts
CHANGED
|
@@ -2262,6 +2262,7 @@ export interface GetUsersUserDescribeOutput {
|
|
|
2262
2262
|
rsaPublicKeyFp: string;
|
|
2263
2263
|
snowflakeLock: boolean;
|
|
2264
2264
|
snowflakeSupport: boolean;
|
|
2265
|
+
type: string;
|
|
2265
2266
|
}
|
|
2266
2267
|
export interface GetUsersUserParameter {
|
|
2267
2268
|
abortDetachedQueries: outputs.GetUsersUserParameterAbortDetachedQuery[];
|
|
@@ -3060,781 +3061,1773 @@ export interface GrantPrivilegesToDatabaseRoleOnSchemaObjectFuture {
|
|
|
3060
3061
|
*/
|
|
3061
3062
|
objectTypePlural: string;
|
|
3062
3063
|
}
|
|
3063
|
-
export interface
|
|
3064
|
-
|
|
3065
|
-
|
|
3066
|
-
|
|
3067
|
-
|
|
3068
|
-
|
|
3069
|
-
|
|
3070
|
-
|
|
3071
|
-
|
|
3072
|
-
|
|
3073
|
-
|
|
3074
|
-
|
|
3075
|
-
|
|
3076
|
-
|
|
3077
|
-
|
|
3078
|
-
|
|
3079
|
-
|
|
3080
|
-
|
|
3081
|
-
|
|
3082
|
-
|
|
3083
|
-
|
|
3084
|
-
|
|
3085
|
-
|
|
3086
|
-
|
|
3087
|
-
|
|
3088
|
-
|
|
3089
|
-
|
|
3090
|
-
|
|
3091
|
-
|
|
3092
|
-
|
|
3064
|
+
export interface LegacyServiceUserParameter {
|
|
3065
|
+
abortDetachedQueries: outputs.LegacyServiceUserParameterAbortDetachedQuery[];
|
|
3066
|
+
autocommits: outputs.LegacyServiceUserParameterAutocommit[];
|
|
3067
|
+
binaryInputFormats: outputs.LegacyServiceUserParameterBinaryInputFormat[];
|
|
3068
|
+
binaryOutputFormats: outputs.LegacyServiceUserParameterBinaryOutputFormat[];
|
|
3069
|
+
clientMemoryLimits: outputs.LegacyServiceUserParameterClientMemoryLimit[];
|
|
3070
|
+
clientMetadataRequestUseConnectionCtxes: outputs.LegacyServiceUserParameterClientMetadataRequestUseConnectionCtx[];
|
|
3071
|
+
clientPrefetchThreads: outputs.LegacyServiceUserParameterClientPrefetchThread[];
|
|
3072
|
+
clientResultChunkSizes: outputs.LegacyServiceUserParameterClientResultChunkSize[];
|
|
3073
|
+
clientResultColumnCaseInsensitives: outputs.LegacyServiceUserParameterClientResultColumnCaseInsensitive[];
|
|
3074
|
+
clientSessionKeepAliveHeartbeatFrequencies: outputs.LegacyServiceUserParameterClientSessionKeepAliveHeartbeatFrequency[];
|
|
3075
|
+
clientSessionKeepAlives: outputs.LegacyServiceUserParameterClientSessionKeepAlife[];
|
|
3076
|
+
clientTimestampTypeMappings: outputs.LegacyServiceUserParameterClientTimestampTypeMapping[];
|
|
3077
|
+
dateInputFormats: outputs.LegacyServiceUserParameterDateInputFormat[];
|
|
3078
|
+
dateOutputFormats: outputs.LegacyServiceUserParameterDateOutputFormat[];
|
|
3079
|
+
enableUnloadPhysicalTypeOptimizations: outputs.LegacyServiceUserParameterEnableUnloadPhysicalTypeOptimization[];
|
|
3080
|
+
enableUnredactedQuerySyntaxErrors: outputs.LegacyServiceUserParameterEnableUnredactedQuerySyntaxError[];
|
|
3081
|
+
errorOnNondeterministicMerges: outputs.LegacyServiceUserParameterErrorOnNondeterministicMerge[];
|
|
3082
|
+
errorOnNondeterministicUpdates: outputs.LegacyServiceUserParameterErrorOnNondeterministicUpdate[];
|
|
3083
|
+
geographyOutputFormats: outputs.LegacyServiceUserParameterGeographyOutputFormat[];
|
|
3084
|
+
geometryOutputFormats: outputs.LegacyServiceUserParameterGeometryOutputFormat[];
|
|
3085
|
+
jdbcTreatDecimalAsInts: outputs.LegacyServiceUserParameterJdbcTreatDecimalAsInt[];
|
|
3086
|
+
jdbcTreatTimestampNtzAsUtcs: outputs.LegacyServiceUserParameterJdbcTreatTimestampNtzAsUtc[];
|
|
3087
|
+
jdbcUseSessionTimezones: outputs.LegacyServiceUserParameterJdbcUseSessionTimezone[];
|
|
3088
|
+
jsonIndents: outputs.LegacyServiceUserParameterJsonIndent[];
|
|
3089
|
+
lockTimeouts: outputs.LegacyServiceUserParameterLockTimeout[];
|
|
3090
|
+
logLevels: outputs.LegacyServiceUserParameterLogLevel[];
|
|
3091
|
+
multiStatementCounts: outputs.LegacyServiceUserParameterMultiStatementCount[];
|
|
3092
|
+
networkPolicies: outputs.LegacyServiceUserParameterNetworkPolicy[];
|
|
3093
|
+
noorderSequenceAsDefaults: outputs.LegacyServiceUserParameterNoorderSequenceAsDefault[];
|
|
3094
|
+
odbcTreatDecimalAsInts: outputs.LegacyServiceUserParameterOdbcTreatDecimalAsInt[];
|
|
3095
|
+
preventUnloadToInternalStages: outputs.LegacyServiceUserParameterPreventUnloadToInternalStage[];
|
|
3096
|
+
queryTags: outputs.LegacyServiceUserParameterQueryTag[];
|
|
3097
|
+
quotedIdentifiersIgnoreCases: outputs.LegacyServiceUserParameterQuotedIdentifiersIgnoreCase[];
|
|
3098
|
+
rowsPerResultsets: outputs.LegacyServiceUserParameterRowsPerResultset[];
|
|
3099
|
+
s3StageVpceDnsNames: outputs.LegacyServiceUserParameterS3StageVpceDnsName[];
|
|
3100
|
+
searchPaths: outputs.LegacyServiceUserParameterSearchPath[];
|
|
3101
|
+
simulatedDataSharingConsumers: outputs.LegacyServiceUserParameterSimulatedDataSharingConsumer[];
|
|
3102
|
+
statementQueuedTimeoutInSeconds: outputs.LegacyServiceUserParameterStatementQueuedTimeoutInSecond[];
|
|
3103
|
+
statementTimeoutInSeconds: outputs.LegacyServiceUserParameterStatementTimeoutInSecond[];
|
|
3104
|
+
strictJsonOutputs: outputs.LegacyServiceUserParameterStrictJsonOutput[];
|
|
3105
|
+
timeInputFormats: outputs.LegacyServiceUserParameterTimeInputFormat[];
|
|
3106
|
+
timeOutputFormats: outputs.LegacyServiceUserParameterTimeOutputFormat[];
|
|
3107
|
+
timestampDayIsAlways24hs: outputs.LegacyServiceUserParameterTimestampDayIsAlways24h[];
|
|
3108
|
+
timestampInputFormats: outputs.LegacyServiceUserParameterTimestampInputFormat[];
|
|
3109
|
+
timestampLtzOutputFormats: outputs.LegacyServiceUserParameterTimestampLtzOutputFormat[];
|
|
3110
|
+
timestampNtzOutputFormats: outputs.LegacyServiceUserParameterTimestampNtzOutputFormat[];
|
|
3111
|
+
timestampOutputFormats: outputs.LegacyServiceUserParameterTimestampOutputFormat[];
|
|
3112
|
+
timestampTypeMappings: outputs.LegacyServiceUserParameterTimestampTypeMapping[];
|
|
3113
|
+
timestampTzOutputFormats: outputs.LegacyServiceUserParameterTimestampTzOutputFormat[];
|
|
3114
|
+
timezones: outputs.LegacyServiceUserParameterTimezone[];
|
|
3115
|
+
traceLevels: outputs.LegacyServiceUserParameterTraceLevel[];
|
|
3116
|
+
transactionAbortOnErrors: outputs.LegacyServiceUserParameterTransactionAbortOnError[];
|
|
3117
|
+
transactionDefaultIsolationLevels: outputs.LegacyServiceUserParameterTransactionDefaultIsolationLevel[];
|
|
3118
|
+
twoDigitCenturyStarts: outputs.LegacyServiceUserParameterTwoDigitCenturyStart[];
|
|
3119
|
+
unsupportedDdlActions: outputs.LegacyServiceUserParameterUnsupportedDdlAction[];
|
|
3120
|
+
useCachedResults: outputs.LegacyServiceUserParameterUseCachedResult[];
|
|
3121
|
+
weekOfYearPolicies: outputs.LegacyServiceUserParameterWeekOfYearPolicy[];
|
|
3122
|
+
weekStarts: outputs.LegacyServiceUserParameterWeekStart[];
|
|
3093
3123
|
}
|
|
3094
|
-
export interface
|
|
3095
|
-
|
|
3096
|
-
|
|
3097
|
-
|
|
3098
|
-
|
|
3099
|
-
/**
|
|
3100
|
-
* Tag name, e.g. department.
|
|
3101
|
-
*/
|
|
3102
|
-
name: string;
|
|
3103
|
-
/**
|
|
3104
|
-
* Name of the schema that the tag was created in.
|
|
3105
|
-
*/
|
|
3106
|
-
schema?: string;
|
|
3107
|
-
/**
|
|
3108
|
-
* Tag value, e.g. marketing_info.
|
|
3109
|
-
*/
|
|
3124
|
+
export interface LegacyServiceUserParameterAbortDetachedQuery {
|
|
3125
|
+
default: string;
|
|
3126
|
+
description: string;
|
|
3127
|
+
key: string;
|
|
3128
|
+
level: string;
|
|
3110
3129
|
value: string;
|
|
3111
3130
|
}
|
|
3112
|
-
export interface
|
|
3113
|
-
allowedIpList: string;
|
|
3114
|
-
allowedNetworkRuleList: string;
|
|
3115
|
-
blockedIpList: string;
|
|
3116
|
-
blockedNetworkRuleList: string;
|
|
3117
|
-
}
|
|
3118
|
-
export interface NetworkPolicyShowOutput {
|
|
3119
|
-
comment: string;
|
|
3120
|
-
createdOn: string;
|
|
3121
|
-
entriesInAllowedIpList: number;
|
|
3122
|
-
entriesInAllowedNetworkRules: number;
|
|
3123
|
-
entriesInBlockedIpList: number;
|
|
3124
|
-
entriesInBlockedNetworkRules: number;
|
|
3125
|
-
name: string;
|
|
3126
|
-
}
|
|
3127
|
-
export interface OauthIntegrationForCustomClientsDescribeOutput {
|
|
3128
|
-
blockedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList[];
|
|
3129
|
-
comments: outputs.OauthIntegrationForCustomClientsDescribeOutputComment[];
|
|
3130
|
-
enableds: outputs.OauthIntegrationForCustomClientsDescribeOutputEnabled[];
|
|
3131
|
-
networkPolicies: outputs.OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy[];
|
|
3132
|
-
oauthAllowNonTlsRedirectUris: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri[];
|
|
3133
|
-
oauthAllowedAuthorizationEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint[];
|
|
3134
|
-
oauthAllowedTokenEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint[];
|
|
3135
|
-
oauthAuthorizationEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint[];
|
|
3136
|
-
oauthClientIds: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientId[];
|
|
3137
|
-
oauthClientRsaPublicKey2Fps: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp[];
|
|
3138
|
-
oauthClientRsaPublicKeyFps: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp[];
|
|
3139
|
-
oauthClientTypes: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientType[];
|
|
3140
|
-
oauthEnforcePkces: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce[];
|
|
3141
|
-
oauthIssueRefreshTokens: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken[];
|
|
3142
|
-
oauthRedirectUris: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri[];
|
|
3143
|
-
oauthRefreshTokenValidities: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity[];
|
|
3144
|
-
oauthTokenEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint[];
|
|
3145
|
-
oauthUseSecondaryRoles: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole[];
|
|
3146
|
-
preAuthorizedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList[];
|
|
3147
|
-
}
|
|
3148
|
-
export interface OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList {
|
|
3131
|
+
export interface LegacyServiceUserParameterAutocommit {
|
|
3149
3132
|
default: string;
|
|
3150
|
-
|
|
3151
|
-
|
|
3133
|
+
description: string;
|
|
3134
|
+
key: string;
|
|
3135
|
+
level: string;
|
|
3152
3136
|
value: string;
|
|
3153
3137
|
}
|
|
3154
|
-
export interface
|
|
3138
|
+
export interface LegacyServiceUserParameterBinaryInputFormat {
|
|
3155
3139
|
default: string;
|
|
3156
|
-
|
|
3157
|
-
|
|
3140
|
+
description: string;
|
|
3141
|
+
key: string;
|
|
3142
|
+
level: string;
|
|
3158
3143
|
value: string;
|
|
3159
3144
|
}
|
|
3160
|
-
export interface
|
|
3145
|
+
export interface LegacyServiceUserParameterBinaryOutputFormat {
|
|
3161
3146
|
default: string;
|
|
3162
|
-
|
|
3163
|
-
|
|
3147
|
+
description: string;
|
|
3148
|
+
key: string;
|
|
3149
|
+
level: string;
|
|
3164
3150
|
value: string;
|
|
3165
3151
|
}
|
|
3166
|
-
export interface
|
|
3152
|
+
export interface LegacyServiceUserParameterClientMemoryLimit {
|
|
3167
3153
|
default: string;
|
|
3168
|
-
|
|
3169
|
-
|
|
3154
|
+
description: string;
|
|
3155
|
+
key: string;
|
|
3156
|
+
level: string;
|
|
3170
3157
|
value: string;
|
|
3171
3158
|
}
|
|
3172
|
-
export interface
|
|
3159
|
+
export interface LegacyServiceUserParameterClientMetadataRequestUseConnectionCtx {
|
|
3173
3160
|
default: string;
|
|
3174
|
-
|
|
3175
|
-
|
|
3161
|
+
description: string;
|
|
3162
|
+
key: string;
|
|
3163
|
+
level: string;
|
|
3176
3164
|
value: string;
|
|
3177
3165
|
}
|
|
3178
|
-
export interface
|
|
3166
|
+
export interface LegacyServiceUserParameterClientPrefetchThread {
|
|
3179
3167
|
default: string;
|
|
3180
|
-
|
|
3181
|
-
|
|
3168
|
+
description: string;
|
|
3169
|
+
key: string;
|
|
3170
|
+
level: string;
|
|
3182
3171
|
value: string;
|
|
3183
3172
|
}
|
|
3184
|
-
export interface
|
|
3173
|
+
export interface LegacyServiceUserParameterClientResultChunkSize {
|
|
3185
3174
|
default: string;
|
|
3186
|
-
|
|
3187
|
-
|
|
3175
|
+
description: string;
|
|
3176
|
+
key: string;
|
|
3177
|
+
level: string;
|
|
3188
3178
|
value: string;
|
|
3189
3179
|
}
|
|
3190
|
-
export interface
|
|
3180
|
+
export interface LegacyServiceUserParameterClientResultColumnCaseInsensitive {
|
|
3191
3181
|
default: string;
|
|
3192
|
-
|
|
3193
|
-
|
|
3182
|
+
description: string;
|
|
3183
|
+
key: string;
|
|
3184
|
+
level: string;
|
|
3194
3185
|
value: string;
|
|
3195
3186
|
}
|
|
3196
|
-
export interface
|
|
3187
|
+
export interface LegacyServiceUserParameterClientSessionKeepAlife {
|
|
3197
3188
|
default: string;
|
|
3198
|
-
|
|
3199
|
-
|
|
3189
|
+
description: string;
|
|
3190
|
+
key: string;
|
|
3191
|
+
level: string;
|
|
3200
3192
|
value: string;
|
|
3201
3193
|
}
|
|
3202
|
-
export interface
|
|
3194
|
+
export interface LegacyServiceUserParameterClientSessionKeepAliveHeartbeatFrequency {
|
|
3203
3195
|
default: string;
|
|
3204
|
-
|
|
3205
|
-
|
|
3196
|
+
description: string;
|
|
3197
|
+
key: string;
|
|
3198
|
+
level: string;
|
|
3206
3199
|
value: string;
|
|
3207
3200
|
}
|
|
3208
|
-
export interface
|
|
3201
|
+
export interface LegacyServiceUserParameterClientTimestampTypeMapping {
|
|
3209
3202
|
default: string;
|
|
3210
|
-
|
|
3211
|
-
|
|
3203
|
+
description: string;
|
|
3204
|
+
key: string;
|
|
3205
|
+
level: string;
|
|
3212
3206
|
value: string;
|
|
3213
3207
|
}
|
|
3214
|
-
export interface
|
|
3208
|
+
export interface LegacyServiceUserParameterDateInputFormat {
|
|
3215
3209
|
default: string;
|
|
3216
|
-
|
|
3217
|
-
|
|
3210
|
+
description: string;
|
|
3211
|
+
key: string;
|
|
3212
|
+
level: string;
|
|
3218
3213
|
value: string;
|
|
3219
3214
|
}
|
|
3220
|
-
export interface
|
|
3215
|
+
export interface LegacyServiceUserParameterDateOutputFormat {
|
|
3221
3216
|
default: string;
|
|
3222
|
-
|
|
3223
|
-
|
|
3217
|
+
description: string;
|
|
3218
|
+
key: string;
|
|
3219
|
+
level: string;
|
|
3224
3220
|
value: string;
|
|
3225
3221
|
}
|
|
3226
|
-
export interface
|
|
3222
|
+
export interface LegacyServiceUserParameterEnableUnloadPhysicalTypeOptimization {
|
|
3227
3223
|
default: string;
|
|
3228
|
-
|
|
3229
|
-
|
|
3224
|
+
description: string;
|
|
3225
|
+
key: string;
|
|
3226
|
+
level: string;
|
|
3230
3227
|
value: string;
|
|
3231
3228
|
}
|
|
3232
|
-
export interface
|
|
3229
|
+
export interface LegacyServiceUserParameterEnableUnredactedQuerySyntaxError {
|
|
3233
3230
|
default: string;
|
|
3234
|
-
|
|
3235
|
-
|
|
3231
|
+
description: string;
|
|
3232
|
+
key: string;
|
|
3233
|
+
level: string;
|
|
3236
3234
|
value: string;
|
|
3237
3235
|
}
|
|
3238
|
-
export interface
|
|
3236
|
+
export interface LegacyServiceUserParameterErrorOnNondeterministicMerge {
|
|
3239
3237
|
default: string;
|
|
3240
|
-
|
|
3241
|
-
|
|
3238
|
+
description: string;
|
|
3239
|
+
key: string;
|
|
3240
|
+
level: string;
|
|
3242
3241
|
value: string;
|
|
3243
3242
|
}
|
|
3244
|
-
export interface
|
|
3243
|
+
export interface LegacyServiceUserParameterErrorOnNondeterministicUpdate {
|
|
3245
3244
|
default: string;
|
|
3246
|
-
|
|
3247
|
-
|
|
3245
|
+
description: string;
|
|
3246
|
+
key: string;
|
|
3247
|
+
level: string;
|
|
3248
3248
|
value: string;
|
|
3249
3249
|
}
|
|
3250
|
-
export interface
|
|
3250
|
+
export interface LegacyServiceUserParameterGeographyOutputFormat {
|
|
3251
3251
|
default: string;
|
|
3252
|
-
|
|
3253
|
-
|
|
3252
|
+
description: string;
|
|
3253
|
+
key: string;
|
|
3254
|
+
level: string;
|
|
3254
3255
|
value: string;
|
|
3255
3256
|
}
|
|
3256
|
-
export interface
|
|
3257
|
+
export interface LegacyServiceUserParameterGeometryOutputFormat {
|
|
3257
3258
|
default: string;
|
|
3258
|
-
|
|
3259
|
-
|
|
3259
|
+
description: string;
|
|
3260
|
+
key: string;
|
|
3261
|
+
level: string;
|
|
3260
3262
|
value: string;
|
|
3261
3263
|
}
|
|
3262
|
-
export interface
|
|
3263
|
-
category: string;
|
|
3264
|
-
comment: string;
|
|
3265
|
-
createdOn: string;
|
|
3266
|
-
enabled: boolean;
|
|
3267
|
-
integrationType: string;
|
|
3268
|
-
name: string;
|
|
3269
|
-
}
|
|
3270
|
-
export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
|
|
3271
|
-
blockedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList[];
|
|
3272
|
-
comments: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputComment[];
|
|
3273
|
-
enableds: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputEnabled[];
|
|
3274
|
-
networkPolicies: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy[];
|
|
3275
|
-
oauthAllowNonTlsRedirectUris: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri[];
|
|
3276
|
-
oauthAllowedAuthorizationEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint[];
|
|
3277
|
-
oauthAllowedTokenEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint[];
|
|
3278
|
-
oauthAuthorizationEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint[];
|
|
3279
|
-
oauthClientIds: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId[];
|
|
3280
|
-
oauthClientRsaPublicKey2Fps: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp[];
|
|
3281
|
-
oauthClientRsaPublicKeyFps: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp[];
|
|
3282
|
-
oauthClientTypes: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType[];
|
|
3283
|
-
oauthEnforcePkces: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce[];
|
|
3284
|
-
oauthIssueRefreshTokens: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken[];
|
|
3285
|
-
oauthRedirectUris: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri[];
|
|
3286
|
-
oauthRefreshTokenValidities: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity[];
|
|
3287
|
-
oauthTokenEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint[];
|
|
3288
|
-
oauthUseSecondaryRoles: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole[];
|
|
3289
|
-
preAuthorizedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList[];
|
|
3290
|
-
}
|
|
3291
|
-
export interface OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList {
|
|
3264
|
+
export interface LegacyServiceUserParameterJdbcTreatDecimalAsInt {
|
|
3292
3265
|
default: string;
|
|
3293
|
-
|
|
3294
|
-
|
|
3266
|
+
description: string;
|
|
3267
|
+
key: string;
|
|
3268
|
+
level: string;
|
|
3295
3269
|
value: string;
|
|
3296
3270
|
}
|
|
3297
|
-
export interface
|
|
3271
|
+
export interface LegacyServiceUserParameterJdbcTreatTimestampNtzAsUtc {
|
|
3298
3272
|
default: string;
|
|
3299
|
-
|
|
3300
|
-
|
|
3273
|
+
description: string;
|
|
3274
|
+
key: string;
|
|
3275
|
+
level: string;
|
|
3301
3276
|
value: string;
|
|
3302
3277
|
}
|
|
3303
|
-
export interface
|
|
3278
|
+
export interface LegacyServiceUserParameterJdbcUseSessionTimezone {
|
|
3304
3279
|
default: string;
|
|
3305
|
-
|
|
3306
|
-
|
|
3280
|
+
description: string;
|
|
3281
|
+
key: string;
|
|
3282
|
+
level: string;
|
|
3307
3283
|
value: string;
|
|
3308
3284
|
}
|
|
3309
|
-
export interface
|
|
3285
|
+
export interface LegacyServiceUserParameterJsonIndent {
|
|
3310
3286
|
default: string;
|
|
3311
|
-
|
|
3312
|
-
|
|
3287
|
+
description: string;
|
|
3288
|
+
key: string;
|
|
3289
|
+
level: string;
|
|
3313
3290
|
value: string;
|
|
3314
3291
|
}
|
|
3315
|
-
export interface
|
|
3292
|
+
export interface LegacyServiceUserParameterLockTimeout {
|
|
3316
3293
|
default: string;
|
|
3317
|
-
|
|
3294
|
+
description: string;
|
|
3295
|
+
key: string;
|
|
3296
|
+
level: string;
|
|
3297
|
+
value: string;
|
|
3298
|
+
}
|
|
3299
|
+
export interface LegacyServiceUserParameterLogLevel {
|
|
3300
|
+
default: string;
|
|
3301
|
+
description: string;
|
|
3302
|
+
key: string;
|
|
3303
|
+
level: string;
|
|
3304
|
+
value: string;
|
|
3305
|
+
}
|
|
3306
|
+
export interface LegacyServiceUserParameterMultiStatementCount {
|
|
3307
|
+
default: string;
|
|
3308
|
+
description: string;
|
|
3309
|
+
key: string;
|
|
3310
|
+
level: string;
|
|
3311
|
+
value: string;
|
|
3312
|
+
}
|
|
3313
|
+
export interface LegacyServiceUserParameterNetworkPolicy {
|
|
3314
|
+
default: string;
|
|
3315
|
+
description: string;
|
|
3316
|
+
key: string;
|
|
3317
|
+
level: string;
|
|
3318
|
+
value: string;
|
|
3319
|
+
}
|
|
3320
|
+
export interface LegacyServiceUserParameterNoorderSequenceAsDefault {
|
|
3321
|
+
default: string;
|
|
3322
|
+
description: string;
|
|
3323
|
+
key: string;
|
|
3324
|
+
level: string;
|
|
3325
|
+
value: string;
|
|
3326
|
+
}
|
|
3327
|
+
export interface LegacyServiceUserParameterOdbcTreatDecimalAsInt {
|
|
3328
|
+
default: string;
|
|
3329
|
+
description: string;
|
|
3330
|
+
key: string;
|
|
3331
|
+
level: string;
|
|
3332
|
+
value: string;
|
|
3333
|
+
}
|
|
3334
|
+
export interface LegacyServiceUserParameterPreventUnloadToInternalStage {
|
|
3335
|
+
default: string;
|
|
3336
|
+
description: string;
|
|
3337
|
+
key: string;
|
|
3338
|
+
level: string;
|
|
3339
|
+
value: string;
|
|
3340
|
+
}
|
|
3341
|
+
export interface LegacyServiceUserParameterQueryTag {
|
|
3342
|
+
default: string;
|
|
3343
|
+
description: string;
|
|
3344
|
+
key: string;
|
|
3345
|
+
level: string;
|
|
3346
|
+
value: string;
|
|
3347
|
+
}
|
|
3348
|
+
export interface LegacyServiceUserParameterQuotedIdentifiersIgnoreCase {
|
|
3349
|
+
default: string;
|
|
3350
|
+
description: string;
|
|
3351
|
+
key: string;
|
|
3352
|
+
level: string;
|
|
3353
|
+
value: string;
|
|
3354
|
+
}
|
|
3355
|
+
export interface LegacyServiceUserParameterRowsPerResultset {
|
|
3356
|
+
default: string;
|
|
3357
|
+
description: string;
|
|
3358
|
+
key: string;
|
|
3359
|
+
level: string;
|
|
3360
|
+
value: string;
|
|
3361
|
+
}
|
|
3362
|
+
export interface LegacyServiceUserParameterS3StageVpceDnsName {
|
|
3363
|
+
default: string;
|
|
3364
|
+
description: string;
|
|
3365
|
+
key: string;
|
|
3366
|
+
level: string;
|
|
3367
|
+
value: string;
|
|
3368
|
+
}
|
|
3369
|
+
export interface LegacyServiceUserParameterSearchPath {
|
|
3370
|
+
default: string;
|
|
3371
|
+
description: string;
|
|
3372
|
+
key: string;
|
|
3373
|
+
level: string;
|
|
3374
|
+
value: string;
|
|
3375
|
+
}
|
|
3376
|
+
export interface LegacyServiceUserParameterSimulatedDataSharingConsumer {
|
|
3377
|
+
default: string;
|
|
3378
|
+
description: string;
|
|
3379
|
+
key: string;
|
|
3380
|
+
level: string;
|
|
3381
|
+
value: string;
|
|
3382
|
+
}
|
|
3383
|
+
export interface LegacyServiceUserParameterStatementQueuedTimeoutInSecond {
|
|
3384
|
+
default: string;
|
|
3385
|
+
description: string;
|
|
3386
|
+
key: string;
|
|
3387
|
+
level: string;
|
|
3388
|
+
value: string;
|
|
3389
|
+
}
|
|
3390
|
+
export interface LegacyServiceUserParameterStatementTimeoutInSecond {
|
|
3391
|
+
default: string;
|
|
3392
|
+
description: string;
|
|
3393
|
+
key: string;
|
|
3394
|
+
level: string;
|
|
3395
|
+
value: string;
|
|
3396
|
+
}
|
|
3397
|
+
export interface LegacyServiceUserParameterStrictJsonOutput {
|
|
3398
|
+
default: string;
|
|
3399
|
+
description: string;
|
|
3400
|
+
key: string;
|
|
3401
|
+
level: string;
|
|
3402
|
+
value: string;
|
|
3403
|
+
}
|
|
3404
|
+
export interface LegacyServiceUserParameterTimeInputFormat {
|
|
3405
|
+
default: string;
|
|
3406
|
+
description: string;
|
|
3407
|
+
key: string;
|
|
3408
|
+
level: string;
|
|
3409
|
+
value: string;
|
|
3410
|
+
}
|
|
3411
|
+
export interface LegacyServiceUserParameterTimeOutputFormat {
|
|
3412
|
+
default: string;
|
|
3413
|
+
description: string;
|
|
3414
|
+
key: string;
|
|
3415
|
+
level: string;
|
|
3416
|
+
value: string;
|
|
3417
|
+
}
|
|
3418
|
+
export interface LegacyServiceUserParameterTimestampDayIsAlways24h {
|
|
3419
|
+
default: string;
|
|
3420
|
+
description: string;
|
|
3421
|
+
key: string;
|
|
3422
|
+
level: string;
|
|
3423
|
+
value: string;
|
|
3424
|
+
}
|
|
3425
|
+
export interface LegacyServiceUserParameterTimestampInputFormat {
|
|
3426
|
+
default: string;
|
|
3427
|
+
description: string;
|
|
3428
|
+
key: string;
|
|
3429
|
+
level: string;
|
|
3430
|
+
value: string;
|
|
3431
|
+
}
|
|
3432
|
+
export interface LegacyServiceUserParameterTimestampLtzOutputFormat {
|
|
3433
|
+
default: string;
|
|
3434
|
+
description: string;
|
|
3435
|
+
key: string;
|
|
3436
|
+
level: string;
|
|
3437
|
+
value: string;
|
|
3438
|
+
}
|
|
3439
|
+
export interface LegacyServiceUserParameterTimestampNtzOutputFormat {
|
|
3440
|
+
default: string;
|
|
3441
|
+
description: string;
|
|
3442
|
+
key: string;
|
|
3443
|
+
level: string;
|
|
3444
|
+
value: string;
|
|
3445
|
+
}
|
|
3446
|
+
export interface LegacyServiceUserParameterTimestampOutputFormat {
|
|
3447
|
+
default: string;
|
|
3448
|
+
description: string;
|
|
3449
|
+
key: string;
|
|
3450
|
+
level: string;
|
|
3451
|
+
value: string;
|
|
3452
|
+
}
|
|
3453
|
+
export interface LegacyServiceUserParameterTimestampTypeMapping {
|
|
3454
|
+
default: string;
|
|
3455
|
+
description: string;
|
|
3456
|
+
key: string;
|
|
3457
|
+
level: string;
|
|
3458
|
+
value: string;
|
|
3459
|
+
}
|
|
3460
|
+
export interface LegacyServiceUserParameterTimestampTzOutputFormat {
|
|
3461
|
+
default: string;
|
|
3462
|
+
description: string;
|
|
3463
|
+
key: string;
|
|
3464
|
+
level: string;
|
|
3465
|
+
value: string;
|
|
3466
|
+
}
|
|
3467
|
+
export interface LegacyServiceUserParameterTimezone {
|
|
3468
|
+
default: string;
|
|
3469
|
+
description: string;
|
|
3470
|
+
key: string;
|
|
3471
|
+
level: string;
|
|
3472
|
+
value: string;
|
|
3473
|
+
}
|
|
3474
|
+
export interface LegacyServiceUserParameterTraceLevel {
|
|
3475
|
+
default: string;
|
|
3476
|
+
description: string;
|
|
3477
|
+
key: string;
|
|
3478
|
+
level: string;
|
|
3479
|
+
value: string;
|
|
3480
|
+
}
|
|
3481
|
+
export interface LegacyServiceUserParameterTransactionAbortOnError {
|
|
3482
|
+
default: string;
|
|
3483
|
+
description: string;
|
|
3484
|
+
key: string;
|
|
3485
|
+
level: string;
|
|
3486
|
+
value: string;
|
|
3487
|
+
}
|
|
3488
|
+
export interface LegacyServiceUserParameterTransactionDefaultIsolationLevel {
|
|
3489
|
+
default: string;
|
|
3490
|
+
description: string;
|
|
3491
|
+
key: string;
|
|
3492
|
+
level: string;
|
|
3493
|
+
value: string;
|
|
3494
|
+
}
|
|
3495
|
+
export interface LegacyServiceUserParameterTwoDigitCenturyStart {
|
|
3496
|
+
default: string;
|
|
3497
|
+
description: string;
|
|
3498
|
+
key: string;
|
|
3499
|
+
level: string;
|
|
3500
|
+
value: string;
|
|
3501
|
+
}
|
|
3502
|
+
export interface LegacyServiceUserParameterUnsupportedDdlAction {
|
|
3503
|
+
default: string;
|
|
3504
|
+
description: string;
|
|
3505
|
+
key: string;
|
|
3506
|
+
level: string;
|
|
3507
|
+
value: string;
|
|
3508
|
+
}
|
|
3509
|
+
export interface LegacyServiceUserParameterUseCachedResult {
|
|
3510
|
+
default: string;
|
|
3511
|
+
description: string;
|
|
3512
|
+
key: string;
|
|
3513
|
+
level: string;
|
|
3514
|
+
value: string;
|
|
3515
|
+
}
|
|
3516
|
+
export interface LegacyServiceUserParameterWeekOfYearPolicy {
|
|
3517
|
+
default: string;
|
|
3518
|
+
description: string;
|
|
3519
|
+
key: string;
|
|
3520
|
+
level: string;
|
|
3521
|
+
value: string;
|
|
3522
|
+
}
|
|
3523
|
+
export interface LegacyServiceUserParameterWeekStart {
|
|
3524
|
+
default: string;
|
|
3525
|
+
description: string;
|
|
3526
|
+
key: string;
|
|
3527
|
+
level: string;
|
|
3528
|
+
value: string;
|
|
3529
|
+
}
|
|
3530
|
+
export interface LegacyServiceUserShowOutput {
|
|
3531
|
+
comment: string;
|
|
3532
|
+
createdOn: string;
|
|
3533
|
+
daysToExpiry: string;
|
|
3534
|
+
defaultNamespace: string;
|
|
3535
|
+
defaultRole: string;
|
|
3536
|
+
defaultSecondaryRoles: string;
|
|
3537
|
+
defaultWarehouse: string;
|
|
3538
|
+
disabled: boolean;
|
|
3539
|
+
displayName: string;
|
|
3540
|
+
email: string;
|
|
3541
|
+
expiresAtTime: string;
|
|
3542
|
+
extAuthnDuo: boolean;
|
|
3543
|
+
extAuthnUid: string;
|
|
3544
|
+
firstName: string;
|
|
3545
|
+
hasMfa: boolean;
|
|
3546
|
+
hasPassword: boolean;
|
|
3547
|
+
hasRsaPublicKey: boolean;
|
|
3548
|
+
lastName: string;
|
|
3549
|
+
lastSuccessLogin: string;
|
|
3550
|
+
lockedUntilTime: string;
|
|
3551
|
+
loginName: string;
|
|
3552
|
+
minsToBypassMfa: string;
|
|
3553
|
+
minsToUnlock: string;
|
|
3554
|
+
mustChangePassword: boolean;
|
|
3555
|
+
name: string;
|
|
3556
|
+
owner: string;
|
|
3557
|
+
snowflakeLock: boolean;
|
|
3558
|
+
type: string;
|
|
3559
|
+
}
|
|
3560
|
+
export interface MaskingPolicyArgument {
|
|
3561
|
+
/**
|
|
3562
|
+
* The argument name
|
|
3563
|
+
*/
|
|
3564
|
+
name: string;
|
|
3565
|
+
/**
|
|
3566
|
+
* The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
3567
|
+
*/
|
|
3568
|
+
type: string;
|
|
3569
|
+
}
|
|
3570
|
+
export interface MaskingPolicyDescribeOutput {
|
|
3571
|
+
body: string;
|
|
3572
|
+
name: string;
|
|
3573
|
+
returnType: string;
|
|
3574
|
+
signatures: outputs.MaskingPolicyDescribeOutputSignature[];
|
|
3575
|
+
}
|
|
3576
|
+
export interface MaskingPolicyDescribeOutputSignature {
|
|
3577
|
+
name: string;
|
|
3578
|
+
type: string;
|
|
3579
|
+
}
|
|
3580
|
+
export interface MaskingPolicyShowOutput {
|
|
3581
|
+
comment: string;
|
|
3582
|
+
createdOn: string;
|
|
3583
|
+
databaseName: string;
|
|
3584
|
+
exemptOtherPolicies: boolean;
|
|
3585
|
+
kind: string;
|
|
3586
|
+
name: string;
|
|
3587
|
+
owner: string;
|
|
3588
|
+
ownerRoleType: string;
|
|
3589
|
+
schemaName: string;
|
|
3590
|
+
}
|
|
3591
|
+
export interface MaterializedViewTag {
|
|
3592
|
+
/**
|
|
3593
|
+
* Name of the database that the tag was created in.
|
|
3594
|
+
*/
|
|
3595
|
+
database?: string;
|
|
3596
|
+
/**
|
|
3597
|
+
* Tag name, e.g. department.
|
|
3598
|
+
*/
|
|
3599
|
+
name: string;
|
|
3600
|
+
/**
|
|
3601
|
+
* Name of the schema that the tag was created in.
|
|
3602
|
+
*/
|
|
3603
|
+
schema?: string;
|
|
3604
|
+
/**
|
|
3605
|
+
* Tag value, e.g. marketing_info.
|
|
3606
|
+
*/
|
|
3607
|
+
value: string;
|
|
3608
|
+
}
|
|
3609
|
+
export interface NetworkPolicyDescribeOutput {
|
|
3610
|
+
allowedIpList: string;
|
|
3611
|
+
allowedNetworkRuleList: string;
|
|
3612
|
+
blockedIpList: string;
|
|
3613
|
+
blockedNetworkRuleList: string;
|
|
3614
|
+
}
|
|
3615
|
+
export interface NetworkPolicyShowOutput {
|
|
3616
|
+
comment: string;
|
|
3617
|
+
createdOn: string;
|
|
3618
|
+
entriesInAllowedIpList: number;
|
|
3619
|
+
entriesInAllowedNetworkRules: number;
|
|
3620
|
+
entriesInBlockedIpList: number;
|
|
3621
|
+
entriesInBlockedNetworkRules: number;
|
|
3622
|
+
name: string;
|
|
3623
|
+
}
|
|
3624
|
+
export interface OauthIntegrationForCustomClientsDescribeOutput {
|
|
3625
|
+
blockedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList[];
|
|
3626
|
+
comments: outputs.OauthIntegrationForCustomClientsDescribeOutputComment[];
|
|
3627
|
+
enableds: outputs.OauthIntegrationForCustomClientsDescribeOutputEnabled[];
|
|
3628
|
+
networkPolicies: outputs.OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy[];
|
|
3629
|
+
oauthAllowNonTlsRedirectUris: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri[];
|
|
3630
|
+
oauthAllowedAuthorizationEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint[];
|
|
3631
|
+
oauthAllowedTokenEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint[];
|
|
3632
|
+
oauthAuthorizationEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint[];
|
|
3633
|
+
oauthClientIds: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientId[];
|
|
3634
|
+
oauthClientRsaPublicKey2Fps: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp[];
|
|
3635
|
+
oauthClientRsaPublicKeyFps: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp[];
|
|
3636
|
+
oauthClientTypes: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthClientType[];
|
|
3637
|
+
oauthEnforcePkces: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce[];
|
|
3638
|
+
oauthIssueRefreshTokens: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken[];
|
|
3639
|
+
oauthRedirectUris: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri[];
|
|
3640
|
+
oauthRefreshTokenValidities: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity[];
|
|
3641
|
+
oauthTokenEndpoints: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint[];
|
|
3642
|
+
oauthUseSecondaryRoles: outputs.OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole[];
|
|
3643
|
+
preAuthorizedRolesLists: outputs.OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList[];
|
|
3644
|
+
}
|
|
3645
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputBlockedRolesList {
|
|
3646
|
+
default: string;
|
|
3647
|
+
name: string;
|
|
3648
|
+
type: string;
|
|
3649
|
+
value: string;
|
|
3650
|
+
}
|
|
3651
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputComment {
|
|
3652
|
+
default: string;
|
|
3653
|
+
name: string;
|
|
3654
|
+
type: string;
|
|
3655
|
+
value: string;
|
|
3656
|
+
}
|
|
3657
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputEnabled {
|
|
3658
|
+
default: string;
|
|
3659
|
+
name: string;
|
|
3660
|
+
type: string;
|
|
3661
|
+
value: string;
|
|
3662
|
+
}
|
|
3663
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputNetworkPolicy {
|
|
3664
|
+
default: string;
|
|
3665
|
+
name: string;
|
|
3666
|
+
type: string;
|
|
3667
|
+
value: string;
|
|
3668
|
+
}
|
|
3669
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowNonTlsRedirectUri {
|
|
3670
|
+
default: string;
|
|
3671
|
+
name: string;
|
|
3672
|
+
type: string;
|
|
3673
|
+
value: string;
|
|
3674
|
+
}
|
|
3675
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowedAuthorizationEndpoint {
|
|
3676
|
+
default: string;
|
|
3677
|
+
name: string;
|
|
3678
|
+
type: string;
|
|
3679
|
+
value: string;
|
|
3680
|
+
}
|
|
3681
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthAllowedTokenEndpoint {
|
|
3682
|
+
default: string;
|
|
3683
|
+
name: string;
|
|
3684
|
+
type: string;
|
|
3685
|
+
value: string;
|
|
3686
|
+
}
|
|
3687
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthAuthorizationEndpoint {
|
|
3688
|
+
default: string;
|
|
3689
|
+
name: string;
|
|
3690
|
+
type: string;
|
|
3691
|
+
value: string;
|
|
3692
|
+
}
|
|
3693
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientId {
|
|
3694
|
+
default: string;
|
|
3695
|
+
name: string;
|
|
3696
|
+
type: string;
|
|
3697
|
+
value: string;
|
|
3698
|
+
}
|
|
3699
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKey2Fp {
|
|
3700
|
+
default: string;
|
|
3701
|
+
name: string;
|
|
3702
|
+
type: string;
|
|
3703
|
+
value: string;
|
|
3704
|
+
}
|
|
3705
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientRsaPublicKeyFp {
|
|
3706
|
+
default: string;
|
|
3707
|
+
name: string;
|
|
3708
|
+
type: string;
|
|
3709
|
+
value: string;
|
|
3710
|
+
}
|
|
3711
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthClientType {
|
|
3712
|
+
default: string;
|
|
3713
|
+
name: string;
|
|
3714
|
+
type: string;
|
|
3715
|
+
value: string;
|
|
3716
|
+
}
|
|
3717
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthEnforcePkce {
|
|
3718
|
+
default: string;
|
|
3719
|
+
name: string;
|
|
3720
|
+
type: string;
|
|
3721
|
+
value: string;
|
|
3722
|
+
}
|
|
3723
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthIssueRefreshToken {
|
|
3724
|
+
default: string;
|
|
3725
|
+
name: string;
|
|
3726
|
+
type: string;
|
|
3727
|
+
value: string;
|
|
3728
|
+
}
|
|
3729
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthRedirectUri {
|
|
3730
|
+
default: string;
|
|
3731
|
+
name: string;
|
|
3732
|
+
type: string;
|
|
3733
|
+
value: string;
|
|
3734
|
+
}
|
|
3735
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthRefreshTokenValidity {
|
|
3736
|
+
default: string;
|
|
3737
|
+
name: string;
|
|
3738
|
+
type: string;
|
|
3739
|
+
value: string;
|
|
3740
|
+
}
|
|
3741
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthTokenEndpoint {
|
|
3742
|
+
default: string;
|
|
3743
|
+
name: string;
|
|
3744
|
+
type: string;
|
|
3745
|
+
value: string;
|
|
3746
|
+
}
|
|
3747
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputOauthUseSecondaryRole {
|
|
3748
|
+
default: string;
|
|
3749
|
+
name: string;
|
|
3750
|
+
type: string;
|
|
3751
|
+
value: string;
|
|
3752
|
+
}
|
|
3753
|
+
export interface OauthIntegrationForCustomClientsDescribeOutputPreAuthorizedRolesList {
|
|
3754
|
+
default: string;
|
|
3755
|
+
name: string;
|
|
3756
|
+
type: string;
|
|
3757
|
+
value: string;
|
|
3758
|
+
}
|
|
3759
|
+
export interface OauthIntegrationForCustomClientsShowOutput {
|
|
3760
|
+
category: string;
|
|
3761
|
+
comment: string;
|
|
3762
|
+
createdOn: string;
|
|
3763
|
+
enabled: boolean;
|
|
3764
|
+
integrationType: string;
|
|
3765
|
+
name: string;
|
|
3766
|
+
}
|
|
3767
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutput {
|
|
3768
|
+
blockedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList[];
|
|
3769
|
+
comments: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputComment[];
|
|
3770
|
+
enableds: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputEnabled[];
|
|
3771
|
+
networkPolicies: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy[];
|
|
3772
|
+
oauthAllowNonTlsRedirectUris: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri[];
|
|
3773
|
+
oauthAllowedAuthorizationEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint[];
|
|
3774
|
+
oauthAllowedTokenEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint[];
|
|
3775
|
+
oauthAuthorizationEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint[];
|
|
3776
|
+
oauthClientIds: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId[];
|
|
3777
|
+
oauthClientRsaPublicKey2Fps: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp[];
|
|
3778
|
+
oauthClientRsaPublicKeyFps: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp[];
|
|
3779
|
+
oauthClientTypes: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType[];
|
|
3780
|
+
oauthEnforcePkces: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce[];
|
|
3781
|
+
oauthIssueRefreshTokens: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken[];
|
|
3782
|
+
oauthRedirectUris: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri[];
|
|
3783
|
+
oauthRefreshTokenValidities: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity[];
|
|
3784
|
+
oauthTokenEndpoints: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint[];
|
|
3785
|
+
oauthUseSecondaryRoles: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole[];
|
|
3786
|
+
preAuthorizedRolesLists: outputs.OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList[];
|
|
3787
|
+
}
|
|
3788
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputBlockedRolesList {
|
|
3789
|
+
default: string;
|
|
3790
|
+
name: string;
|
|
3791
|
+
type: string;
|
|
3792
|
+
value: string;
|
|
3793
|
+
}
|
|
3794
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputComment {
|
|
3795
|
+
default: string;
|
|
3796
|
+
name: string;
|
|
3797
|
+
type: string;
|
|
3798
|
+
value: string;
|
|
3799
|
+
}
|
|
3800
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputEnabled {
|
|
3801
|
+
default: string;
|
|
3802
|
+
name: string;
|
|
3803
|
+
type: string;
|
|
3804
|
+
value: string;
|
|
3805
|
+
}
|
|
3806
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputNetworkPolicy {
|
|
3807
|
+
default: string;
|
|
3808
|
+
name: string;
|
|
3809
|
+
type: string;
|
|
3810
|
+
value: string;
|
|
3811
|
+
}
|
|
3812
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowNonTlsRedirectUri {
|
|
3813
|
+
default: string;
|
|
3814
|
+
name: string;
|
|
3815
|
+
type: string;
|
|
3816
|
+
value: string;
|
|
3817
|
+
}
|
|
3818
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedAuthorizationEndpoint {
|
|
3819
|
+
default: string;
|
|
3820
|
+
name: string;
|
|
3821
|
+
type: string;
|
|
3822
|
+
value: string;
|
|
3823
|
+
}
|
|
3824
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAllowedTokenEndpoint {
|
|
3825
|
+
default: string;
|
|
3826
|
+
name: string;
|
|
3827
|
+
type: string;
|
|
3828
|
+
value: string;
|
|
3829
|
+
}
|
|
3830
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthAuthorizationEndpoint {
|
|
3831
|
+
default: string;
|
|
3832
|
+
name: string;
|
|
3833
|
+
type: string;
|
|
3834
|
+
value: string;
|
|
3835
|
+
}
|
|
3836
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientId {
|
|
3837
|
+
default: string;
|
|
3838
|
+
name: string;
|
|
3839
|
+
type: string;
|
|
3840
|
+
value: string;
|
|
3841
|
+
}
|
|
3842
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKey2Fp {
|
|
3843
|
+
default: string;
|
|
3844
|
+
name: string;
|
|
3845
|
+
type: string;
|
|
3846
|
+
value: string;
|
|
3847
|
+
}
|
|
3848
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientRsaPublicKeyFp {
|
|
3849
|
+
default: string;
|
|
3850
|
+
name: string;
|
|
3851
|
+
type: string;
|
|
3852
|
+
value: string;
|
|
3853
|
+
}
|
|
3854
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthClientType {
|
|
3855
|
+
default: string;
|
|
3856
|
+
name: string;
|
|
3857
|
+
type: string;
|
|
3858
|
+
value: string;
|
|
3859
|
+
}
|
|
3860
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthEnforcePkce {
|
|
3861
|
+
default: string;
|
|
3862
|
+
name: string;
|
|
3863
|
+
type: string;
|
|
3864
|
+
value: string;
|
|
3865
|
+
}
|
|
3866
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthIssueRefreshToken {
|
|
3867
|
+
default: string;
|
|
3868
|
+
name: string;
|
|
3869
|
+
type: string;
|
|
3870
|
+
value: string;
|
|
3871
|
+
}
|
|
3872
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthRedirectUri {
|
|
3873
|
+
default: string;
|
|
3874
|
+
name: string;
|
|
3875
|
+
type: string;
|
|
3876
|
+
value: string;
|
|
3877
|
+
}
|
|
3878
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthRefreshTokenValidity {
|
|
3879
|
+
default: string;
|
|
3880
|
+
name: string;
|
|
3881
|
+
type: string;
|
|
3882
|
+
value: string;
|
|
3883
|
+
}
|
|
3884
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthTokenEndpoint {
|
|
3885
|
+
default: string;
|
|
3886
|
+
name: string;
|
|
3887
|
+
type: string;
|
|
3888
|
+
value: string;
|
|
3889
|
+
}
|
|
3890
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputOauthUseSecondaryRole {
|
|
3891
|
+
default: string;
|
|
3892
|
+
name: string;
|
|
3893
|
+
type: string;
|
|
3894
|
+
value: string;
|
|
3895
|
+
}
|
|
3896
|
+
export interface OauthIntegrationForPartnerApplicationsDescribeOutputPreAuthorizedRolesList {
|
|
3897
|
+
default: string;
|
|
3898
|
+
name: string;
|
|
3899
|
+
type: string;
|
|
3900
|
+
value: string;
|
|
3901
|
+
}
|
|
3902
|
+
export interface OauthIntegrationForPartnerApplicationsShowOutput {
|
|
3903
|
+
category: string;
|
|
3904
|
+
comment: string;
|
|
3905
|
+
createdOn: string;
|
|
3906
|
+
enabled: boolean;
|
|
3907
|
+
integrationType: string;
|
|
3908
|
+
name: string;
|
|
3909
|
+
}
|
|
3910
|
+
export interface ObjectParameterObjectIdentifier {
|
|
3911
|
+
/**
|
|
3912
|
+
* Name of the database that the object was created in.
|
|
3913
|
+
*/
|
|
3914
|
+
database?: string;
|
|
3915
|
+
/**
|
|
3916
|
+
* Name of the object to set the parameter for.
|
|
3917
|
+
*/
|
|
3918
|
+
name: string;
|
|
3919
|
+
/**
|
|
3920
|
+
* Name of the schema that the object was created in.
|
|
3921
|
+
*/
|
|
3922
|
+
schema?: string;
|
|
3923
|
+
}
|
|
3924
|
+
export interface ProcedureArgument {
|
|
3925
|
+
/**
|
|
3926
|
+
* The argument name
|
|
3927
|
+
*/
|
|
3928
|
+
name: string;
|
|
3929
|
+
/**
|
|
3930
|
+
* The argument type
|
|
3931
|
+
*/
|
|
3932
|
+
type: string;
|
|
3933
|
+
}
|
|
3934
|
+
export interface ResourceMonitorShowOutput {
|
|
3935
|
+
comment: string;
|
|
3936
|
+
createdOn: string;
|
|
3937
|
+
creditQuota: number;
|
|
3938
|
+
endTime: string;
|
|
3939
|
+
frequency: string;
|
|
3940
|
+
level: string;
|
|
3941
|
+
name: string;
|
|
3942
|
+
owner: string;
|
|
3943
|
+
remainingCredits: number;
|
|
3944
|
+
startTime: string;
|
|
3945
|
+
suspendAt: number;
|
|
3946
|
+
suspendImmediateAt: number;
|
|
3947
|
+
usedCredits: number;
|
|
3948
|
+
}
|
|
3949
|
+
export interface RoleShowOutput {
|
|
3950
|
+
assignedToUsers: number;
|
|
3951
|
+
comment: string;
|
|
3952
|
+
createdOn: string;
|
|
3953
|
+
grantedRoles: number;
|
|
3954
|
+
grantedToRoles: number;
|
|
3955
|
+
isCurrent: boolean;
|
|
3956
|
+
isDefault: boolean;
|
|
3957
|
+
isInherited: boolean;
|
|
3958
|
+
name: string;
|
|
3959
|
+
owner: string;
|
|
3960
|
+
}
|
|
3961
|
+
export interface RowAccessPolicyArgument {
|
|
3962
|
+
/**
|
|
3963
|
+
* The argument name
|
|
3964
|
+
*/
|
|
3965
|
+
name: string;
|
|
3966
|
+
/**
|
|
3967
|
+
* The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
3968
|
+
*/
|
|
3969
|
+
type: string;
|
|
3970
|
+
}
|
|
3971
|
+
export interface RowAccessPolicyDescribeOutput {
|
|
3972
|
+
body: string;
|
|
3973
|
+
name: string;
|
|
3974
|
+
returnType: string;
|
|
3975
|
+
signatures: outputs.RowAccessPolicyDescribeOutputSignature[];
|
|
3976
|
+
}
|
|
3977
|
+
export interface RowAccessPolicyDescribeOutputSignature {
|
|
3978
|
+
name: string;
|
|
3979
|
+
type: string;
|
|
3980
|
+
}
|
|
3981
|
+
export interface RowAccessPolicyShowOutput {
|
|
3982
|
+
comment: string;
|
|
3983
|
+
createdOn: string;
|
|
3984
|
+
databaseName: string;
|
|
3985
|
+
kind: string;
|
|
3986
|
+
name: string;
|
|
3987
|
+
options: string;
|
|
3988
|
+
owner: string;
|
|
3989
|
+
ownerRoleType: string;
|
|
3990
|
+
schemaName: string;
|
|
3991
|
+
}
|
|
3992
|
+
export interface Saml2IntegrationDescribeOutput {
|
|
3993
|
+
allowedEmailPatterns: outputs.Saml2IntegrationDescribeOutputAllowedEmailPattern[];
|
|
3994
|
+
allowedUserDomains: outputs.Saml2IntegrationDescribeOutputAllowedUserDomain[];
|
|
3995
|
+
comments: outputs.Saml2IntegrationDescribeOutputComment[];
|
|
3996
|
+
saml2DigestMethodsUseds: outputs.Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed[];
|
|
3997
|
+
saml2EnableSpInitiateds: outputs.Saml2IntegrationDescribeOutputSaml2EnableSpInitiated[];
|
|
3998
|
+
saml2ForceAuthns: outputs.Saml2IntegrationDescribeOutputSaml2ForceAuthn[];
|
|
3999
|
+
saml2Issuers: outputs.Saml2IntegrationDescribeOutputSaml2Issuer[];
|
|
4000
|
+
saml2PostLogoutRedirectUrls: outputs.Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl[];
|
|
4001
|
+
saml2Providers: outputs.Saml2IntegrationDescribeOutputSaml2Provider[];
|
|
4002
|
+
saml2RequestedNameidFormats: outputs.Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat[];
|
|
4003
|
+
saml2SignRequests: outputs.Saml2IntegrationDescribeOutputSaml2SignRequest[];
|
|
4004
|
+
saml2SignatureMethodsUseds: outputs.Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed[];
|
|
4005
|
+
saml2SnowflakeAcsUrls: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl[];
|
|
4006
|
+
saml2SnowflakeIssuerUrls: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl[];
|
|
4007
|
+
saml2SnowflakeMetadatas: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata[];
|
|
4008
|
+
saml2SnowflakeX509Certs: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert[];
|
|
4009
|
+
saml2SpInitiatedLoginPageLabels: outputs.Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel[];
|
|
4010
|
+
saml2SsoUrls: outputs.Saml2IntegrationDescribeOutputSaml2SsoUrl[];
|
|
4011
|
+
saml2X509Certs: outputs.Saml2IntegrationDescribeOutputSaml2X509Cert[];
|
|
4012
|
+
}
|
|
4013
|
+
export interface Saml2IntegrationDescribeOutputAllowedEmailPattern {
|
|
4014
|
+
default: string;
|
|
4015
|
+
name: string;
|
|
4016
|
+
type: string;
|
|
4017
|
+
value: string;
|
|
4018
|
+
}
|
|
4019
|
+
export interface Saml2IntegrationDescribeOutputAllowedUserDomain {
|
|
4020
|
+
default: string;
|
|
4021
|
+
name: string;
|
|
4022
|
+
type: string;
|
|
4023
|
+
value: string;
|
|
4024
|
+
}
|
|
4025
|
+
export interface Saml2IntegrationDescribeOutputComment {
|
|
4026
|
+
default: string;
|
|
4027
|
+
name: string;
|
|
4028
|
+
type: string;
|
|
4029
|
+
value: string;
|
|
4030
|
+
}
|
|
4031
|
+
export interface Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed {
|
|
4032
|
+
default: string;
|
|
4033
|
+
name: string;
|
|
4034
|
+
type: string;
|
|
4035
|
+
value: string;
|
|
4036
|
+
}
|
|
4037
|
+
export interface Saml2IntegrationDescribeOutputSaml2EnableSpInitiated {
|
|
4038
|
+
default: string;
|
|
4039
|
+
name: string;
|
|
4040
|
+
type: string;
|
|
4041
|
+
value: string;
|
|
4042
|
+
}
|
|
4043
|
+
export interface Saml2IntegrationDescribeOutputSaml2ForceAuthn {
|
|
4044
|
+
default: string;
|
|
4045
|
+
name: string;
|
|
4046
|
+
type: string;
|
|
4047
|
+
value: string;
|
|
4048
|
+
}
|
|
4049
|
+
export interface Saml2IntegrationDescribeOutputSaml2Issuer {
|
|
4050
|
+
default: string;
|
|
4051
|
+
name: string;
|
|
4052
|
+
type: string;
|
|
4053
|
+
value: string;
|
|
4054
|
+
}
|
|
4055
|
+
export interface Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl {
|
|
4056
|
+
default: string;
|
|
4057
|
+
name: string;
|
|
4058
|
+
type: string;
|
|
4059
|
+
value: string;
|
|
4060
|
+
}
|
|
4061
|
+
export interface Saml2IntegrationDescribeOutputSaml2Provider {
|
|
4062
|
+
default: string;
|
|
4063
|
+
name: string;
|
|
4064
|
+
type: string;
|
|
4065
|
+
value: string;
|
|
4066
|
+
}
|
|
4067
|
+
export interface Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat {
|
|
4068
|
+
default: string;
|
|
4069
|
+
name: string;
|
|
4070
|
+
type: string;
|
|
4071
|
+
value: string;
|
|
4072
|
+
}
|
|
4073
|
+
export interface Saml2IntegrationDescribeOutputSaml2SignRequest {
|
|
4074
|
+
default: string;
|
|
4075
|
+
name: string;
|
|
4076
|
+
type: string;
|
|
4077
|
+
value: string;
|
|
4078
|
+
}
|
|
4079
|
+
export interface Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed {
|
|
4080
|
+
default: string;
|
|
4081
|
+
name: string;
|
|
4082
|
+
type: string;
|
|
4083
|
+
value: string;
|
|
4084
|
+
}
|
|
4085
|
+
export interface Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl {
|
|
4086
|
+
default: string;
|
|
4087
|
+
name: string;
|
|
4088
|
+
type: string;
|
|
4089
|
+
value: string;
|
|
4090
|
+
}
|
|
4091
|
+
export interface Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl {
|
|
4092
|
+
default: string;
|
|
4093
|
+
name: string;
|
|
4094
|
+
type: string;
|
|
4095
|
+
value: string;
|
|
4096
|
+
}
|
|
4097
|
+
export interface Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata {
|
|
4098
|
+
default: string;
|
|
4099
|
+
name: string;
|
|
4100
|
+
type: string;
|
|
4101
|
+
value: string;
|
|
4102
|
+
}
|
|
4103
|
+
export interface Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert {
|
|
4104
|
+
default: string;
|
|
4105
|
+
name: string;
|
|
4106
|
+
type: string;
|
|
4107
|
+
value: string;
|
|
4108
|
+
}
|
|
4109
|
+
export interface Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel {
|
|
4110
|
+
default: string;
|
|
4111
|
+
name: string;
|
|
4112
|
+
type: string;
|
|
4113
|
+
value: string;
|
|
4114
|
+
}
|
|
4115
|
+
export interface Saml2IntegrationDescribeOutputSaml2SsoUrl {
|
|
4116
|
+
default: string;
|
|
4117
|
+
name: string;
|
|
4118
|
+
type: string;
|
|
4119
|
+
value: string;
|
|
4120
|
+
}
|
|
4121
|
+
export interface Saml2IntegrationDescribeOutputSaml2X509Cert {
|
|
4122
|
+
default: string;
|
|
4123
|
+
name: string;
|
|
4124
|
+
type: string;
|
|
4125
|
+
value: string;
|
|
4126
|
+
}
|
|
4127
|
+
export interface Saml2IntegrationShowOutput {
|
|
4128
|
+
category: string;
|
|
4129
|
+
comment: string;
|
|
4130
|
+
createdOn: string;
|
|
4131
|
+
enabled: boolean;
|
|
4132
|
+
integrationType: string;
|
|
4133
|
+
name: string;
|
|
4134
|
+
}
|
|
4135
|
+
export interface SchemaDescribeOutput {
|
|
4136
|
+
createdOn: string;
|
|
4137
|
+
kind: string;
|
|
4138
|
+
name: string;
|
|
4139
|
+
}
|
|
4140
|
+
export interface SchemaParameter {
|
|
4141
|
+
catalogs: outputs.SchemaParameterCatalog[];
|
|
4142
|
+
dataRetentionTimeInDays: outputs.SchemaParameterDataRetentionTimeInDay[];
|
|
4143
|
+
defaultDdlCollations: outputs.SchemaParameterDefaultDdlCollation[];
|
|
4144
|
+
enableConsoleOutputs: outputs.SchemaParameterEnableConsoleOutput[];
|
|
4145
|
+
externalVolumes: outputs.SchemaParameterExternalVolume[];
|
|
4146
|
+
logLevels: outputs.SchemaParameterLogLevel[];
|
|
4147
|
+
maxDataExtensionTimeInDays: outputs.SchemaParameterMaxDataExtensionTimeInDay[];
|
|
4148
|
+
pipeExecutionPauseds: outputs.SchemaParameterPipeExecutionPaused[];
|
|
4149
|
+
quotedIdentifiersIgnoreCases: outputs.SchemaParameterQuotedIdentifiersIgnoreCase[];
|
|
4150
|
+
replaceInvalidCharacters: outputs.SchemaParameterReplaceInvalidCharacter[];
|
|
4151
|
+
storageSerializationPolicies: outputs.SchemaParameterStorageSerializationPolicy[];
|
|
4152
|
+
suspendTaskAfterNumFailures: outputs.SchemaParameterSuspendTaskAfterNumFailure[];
|
|
4153
|
+
taskAutoRetryAttempts: outputs.SchemaParameterTaskAutoRetryAttempt[];
|
|
4154
|
+
traceLevels: outputs.SchemaParameterTraceLevel[];
|
|
4155
|
+
userTaskManagedInitialWarehouseSizes: outputs.SchemaParameterUserTaskManagedInitialWarehouseSize[];
|
|
4156
|
+
userTaskMinimumTriggerIntervalInSeconds: outputs.SchemaParameterUserTaskMinimumTriggerIntervalInSecond[];
|
|
4157
|
+
userTaskTimeoutMs: outputs.SchemaParameterUserTaskTimeoutM[];
|
|
4158
|
+
}
|
|
4159
|
+
export interface SchemaParameterCatalog {
|
|
4160
|
+
default: string;
|
|
4161
|
+
description: string;
|
|
4162
|
+
key: string;
|
|
4163
|
+
level: string;
|
|
4164
|
+
value: string;
|
|
4165
|
+
}
|
|
4166
|
+
export interface SchemaParameterDataRetentionTimeInDay {
|
|
4167
|
+
default: string;
|
|
4168
|
+
description: string;
|
|
4169
|
+
key: string;
|
|
4170
|
+
level: string;
|
|
4171
|
+
value: string;
|
|
4172
|
+
}
|
|
4173
|
+
export interface SchemaParameterDefaultDdlCollation {
|
|
4174
|
+
default: string;
|
|
4175
|
+
description: string;
|
|
4176
|
+
key: string;
|
|
4177
|
+
level: string;
|
|
4178
|
+
value: string;
|
|
4179
|
+
}
|
|
4180
|
+
export interface SchemaParameterEnableConsoleOutput {
|
|
4181
|
+
default: string;
|
|
4182
|
+
description: string;
|
|
4183
|
+
key: string;
|
|
4184
|
+
level: string;
|
|
4185
|
+
value: string;
|
|
4186
|
+
}
|
|
4187
|
+
export interface SchemaParameterExternalVolume {
|
|
4188
|
+
default: string;
|
|
4189
|
+
description: string;
|
|
4190
|
+
key: string;
|
|
4191
|
+
level: string;
|
|
4192
|
+
value: string;
|
|
4193
|
+
}
|
|
4194
|
+
export interface SchemaParameterLogLevel {
|
|
4195
|
+
default: string;
|
|
4196
|
+
description: string;
|
|
4197
|
+
key: string;
|
|
4198
|
+
level: string;
|
|
4199
|
+
value: string;
|
|
4200
|
+
}
|
|
4201
|
+
export interface SchemaParameterMaxDataExtensionTimeInDay {
|
|
4202
|
+
default: string;
|
|
4203
|
+
description: string;
|
|
4204
|
+
key: string;
|
|
4205
|
+
level: string;
|
|
4206
|
+
value: string;
|
|
4207
|
+
}
|
|
4208
|
+
export interface SchemaParameterPipeExecutionPaused {
|
|
4209
|
+
default: string;
|
|
4210
|
+
description: string;
|
|
4211
|
+
key: string;
|
|
4212
|
+
level: string;
|
|
4213
|
+
value: string;
|
|
4214
|
+
}
|
|
4215
|
+
export interface SchemaParameterQuotedIdentifiersIgnoreCase {
|
|
4216
|
+
default: string;
|
|
4217
|
+
description: string;
|
|
4218
|
+
key: string;
|
|
4219
|
+
level: string;
|
|
4220
|
+
value: string;
|
|
4221
|
+
}
|
|
4222
|
+
export interface SchemaParameterReplaceInvalidCharacter {
|
|
4223
|
+
default: string;
|
|
4224
|
+
description: string;
|
|
4225
|
+
key: string;
|
|
4226
|
+
level: string;
|
|
4227
|
+
value: string;
|
|
4228
|
+
}
|
|
4229
|
+
export interface SchemaParameterStorageSerializationPolicy {
|
|
4230
|
+
default: string;
|
|
4231
|
+
description: string;
|
|
4232
|
+
key: string;
|
|
4233
|
+
level: string;
|
|
4234
|
+
value: string;
|
|
4235
|
+
}
|
|
4236
|
+
export interface SchemaParameterSuspendTaskAfterNumFailure {
|
|
4237
|
+
default: string;
|
|
4238
|
+
description: string;
|
|
4239
|
+
key: string;
|
|
4240
|
+
level: string;
|
|
4241
|
+
value: string;
|
|
4242
|
+
}
|
|
4243
|
+
export interface SchemaParameterTaskAutoRetryAttempt {
|
|
4244
|
+
default: string;
|
|
4245
|
+
description: string;
|
|
4246
|
+
key: string;
|
|
4247
|
+
level: string;
|
|
4248
|
+
value: string;
|
|
4249
|
+
}
|
|
4250
|
+
export interface SchemaParameterTraceLevel {
|
|
4251
|
+
default: string;
|
|
4252
|
+
description: string;
|
|
4253
|
+
key: string;
|
|
4254
|
+
level: string;
|
|
4255
|
+
value: string;
|
|
4256
|
+
}
|
|
4257
|
+
export interface SchemaParameterUserTaskManagedInitialWarehouseSize {
|
|
4258
|
+
default: string;
|
|
4259
|
+
description: string;
|
|
4260
|
+
key: string;
|
|
4261
|
+
level: string;
|
|
4262
|
+
value: string;
|
|
4263
|
+
}
|
|
4264
|
+
export interface SchemaParameterUserTaskMinimumTriggerIntervalInSecond {
|
|
4265
|
+
default: string;
|
|
4266
|
+
description: string;
|
|
4267
|
+
key: string;
|
|
4268
|
+
level: string;
|
|
4269
|
+
value: string;
|
|
4270
|
+
}
|
|
4271
|
+
export interface SchemaParameterUserTaskTimeoutM {
|
|
4272
|
+
default: string;
|
|
4273
|
+
description: string;
|
|
4274
|
+
key: string;
|
|
4275
|
+
level: string;
|
|
4276
|
+
value: string;
|
|
4277
|
+
}
|
|
4278
|
+
export interface SchemaShowOutput {
|
|
4279
|
+
comment: string;
|
|
4280
|
+
createdOn: string;
|
|
4281
|
+
databaseName: string;
|
|
4282
|
+
droppedOn: string;
|
|
4283
|
+
isCurrent: boolean;
|
|
4284
|
+
isDefault: boolean;
|
|
4285
|
+
name: string;
|
|
4286
|
+
options: string;
|
|
4287
|
+
owner: string;
|
|
4288
|
+
ownerRoleType: string;
|
|
4289
|
+
retentionTime: string;
|
|
4290
|
+
}
|
|
4291
|
+
export interface ScimIntegrationDescribeOutput {
|
|
4292
|
+
comments: outputs.ScimIntegrationDescribeOutputComment[];
|
|
4293
|
+
enableds: outputs.ScimIntegrationDescribeOutputEnabled[];
|
|
4294
|
+
networkPolicies: outputs.ScimIntegrationDescribeOutputNetworkPolicy[];
|
|
4295
|
+
runAsRoles: outputs.ScimIntegrationDescribeOutputRunAsRole[];
|
|
4296
|
+
syncPasswords: outputs.ScimIntegrationDescribeOutputSyncPassword[];
|
|
4297
|
+
}
|
|
4298
|
+
export interface ScimIntegrationDescribeOutputComment {
|
|
4299
|
+
default: string;
|
|
4300
|
+
name: string;
|
|
4301
|
+
type: string;
|
|
4302
|
+
value: string;
|
|
4303
|
+
}
|
|
4304
|
+
export interface ScimIntegrationDescribeOutputEnabled {
|
|
4305
|
+
default: string;
|
|
4306
|
+
name: string;
|
|
4307
|
+
type: string;
|
|
4308
|
+
value: string;
|
|
4309
|
+
}
|
|
4310
|
+
export interface ScimIntegrationDescribeOutputNetworkPolicy {
|
|
4311
|
+
default: string;
|
|
4312
|
+
name: string;
|
|
3318
4313
|
type: string;
|
|
3319
4314
|
value: string;
|
|
3320
4315
|
}
|
|
3321
|
-
export interface
|
|
4316
|
+
export interface ScimIntegrationDescribeOutputRunAsRole {
|
|
4317
|
+
default: string;
|
|
4318
|
+
name: string;
|
|
4319
|
+
type: string;
|
|
4320
|
+
value: string;
|
|
4321
|
+
}
|
|
4322
|
+
export interface ScimIntegrationDescribeOutputSyncPassword {
|
|
4323
|
+
default: string;
|
|
4324
|
+
name: string;
|
|
4325
|
+
type: string;
|
|
4326
|
+
value: string;
|
|
4327
|
+
}
|
|
4328
|
+
export interface ScimIntegrationShowOutput {
|
|
4329
|
+
category: string;
|
|
4330
|
+
comment: string;
|
|
4331
|
+
createdOn: string;
|
|
4332
|
+
enabled: boolean;
|
|
4333
|
+
integrationType: string;
|
|
4334
|
+
name: string;
|
|
4335
|
+
}
|
|
4336
|
+
export interface ServiceUserParameter {
|
|
4337
|
+
abortDetachedQueries: outputs.ServiceUserParameterAbortDetachedQuery[];
|
|
4338
|
+
autocommits: outputs.ServiceUserParameterAutocommit[];
|
|
4339
|
+
binaryInputFormats: outputs.ServiceUserParameterBinaryInputFormat[];
|
|
4340
|
+
binaryOutputFormats: outputs.ServiceUserParameterBinaryOutputFormat[];
|
|
4341
|
+
clientMemoryLimits: outputs.ServiceUserParameterClientMemoryLimit[];
|
|
4342
|
+
clientMetadataRequestUseConnectionCtxes: outputs.ServiceUserParameterClientMetadataRequestUseConnectionCtx[];
|
|
4343
|
+
clientPrefetchThreads: outputs.ServiceUserParameterClientPrefetchThread[];
|
|
4344
|
+
clientResultChunkSizes: outputs.ServiceUserParameterClientResultChunkSize[];
|
|
4345
|
+
clientResultColumnCaseInsensitives: outputs.ServiceUserParameterClientResultColumnCaseInsensitive[];
|
|
4346
|
+
clientSessionKeepAliveHeartbeatFrequencies: outputs.ServiceUserParameterClientSessionKeepAliveHeartbeatFrequency[];
|
|
4347
|
+
clientSessionKeepAlives: outputs.ServiceUserParameterClientSessionKeepAlife[];
|
|
4348
|
+
clientTimestampTypeMappings: outputs.ServiceUserParameterClientTimestampTypeMapping[];
|
|
4349
|
+
dateInputFormats: outputs.ServiceUserParameterDateInputFormat[];
|
|
4350
|
+
dateOutputFormats: outputs.ServiceUserParameterDateOutputFormat[];
|
|
4351
|
+
enableUnloadPhysicalTypeOptimizations: outputs.ServiceUserParameterEnableUnloadPhysicalTypeOptimization[];
|
|
4352
|
+
enableUnredactedQuerySyntaxErrors: outputs.ServiceUserParameterEnableUnredactedQuerySyntaxError[];
|
|
4353
|
+
errorOnNondeterministicMerges: outputs.ServiceUserParameterErrorOnNondeterministicMerge[];
|
|
4354
|
+
errorOnNondeterministicUpdates: outputs.ServiceUserParameterErrorOnNondeterministicUpdate[];
|
|
4355
|
+
geographyOutputFormats: outputs.ServiceUserParameterGeographyOutputFormat[];
|
|
4356
|
+
geometryOutputFormats: outputs.ServiceUserParameterGeometryOutputFormat[];
|
|
4357
|
+
jdbcTreatDecimalAsInts: outputs.ServiceUserParameterJdbcTreatDecimalAsInt[];
|
|
4358
|
+
jdbcTreatTimestampNtzAsUtcs: outputs.ServiceUserParameterJdbcTreatTimestampNtzAsUtc[];
|
|
4359
|
+
jdbcUseSessionTimezones: outputs.ServiceUserParameterJdbcUseSessionTimezone[];
|
|
4360
|
+
jsonIndents: outputs.ServiceUserParameterJsonIndent[];
|
|
4361
|
+
lockTimeouts: outputs.ServiceUserParameterLockTimeout[];
|
|
4362
|
+
logLevels: outputs.ServiceUserParameterLogLevel[];
|
|
4363
|
+
multiStatementCounts: outputs.ServiceUserParameterMultiStatementCount[];
|
|
4364
|
+
networkPolicies: outputs.ServiceUserParameterNetworkPolicy[];
|
|
4365
|
+
noorderSequenceAsDefaults: outputs.ServiceUserParameterNoorderSequenceAsDefault[];
|
|
4366
|
+
odbcTreatDecimalAsInts: outputs.ServiceUserParameterOdbcTreatDecimalAsInt[];
|
|
4367
|
+
preventUnloadToInternalStages: outputs.ServiceUserParameterPreventUnloadToInternalStage[];
|
|
4368
|
+
queryTags: outputs.ServiceUserParameterQueryTag[];
|
|
4369
|
+
quotedIdentifiersIgnoreCases: outputs.ServiceUserParameterQuotedIdentifiersIgnoreCase[];
|
|
4370
|
+
rowsPerResultsets: outputs.ServiceUserParameterRowsPerResultset[];
|
|
4371
|
+
s3StageVpceDnsNames: outputs.ServiceUserParameterS3StageVpceDnsName[];
|
|
4372
|
+
searchPaths: outputs.ServiceUserParameterSearchPath[];
|
|
4373
|
+
simulatedDataSharingConsumers: outputs.ServiceUserParameterSimulatedDataSharingConsumer[];
|
|
4374
|
+
statementQueuedTimeoutInSeconds: outputs.ServiceUserParameterStatementQueuedTimeoutInSecond[];
|
|
4375
|
+
statementTimeoutInSeconds: outputs.ServiceUserParameterStatementTimeoutInSecond[];
|
|
4376
|
+
strictJsonOutputs: outputs.ServiceUserParameterStrictJsonOutput[];
|
|
4377
|
+
timeInputFormats: outputs.ServiceUserParameterTimeInputFormat[];
|
|
4378
|
+
timeOutputFormats: outputs.ServiceUserParameterTimeOutputFormat[];
|
|
4379
|
+
timestampDayIsAlways24hs: outputs.ServiceUserParameterTimestampDayIsAlways24h[];
|
|
4380
|
+
timestampInputFormats: outputs.ServiceUserParameterTimestampInputFormat[];
|
|
4381
|
+
timestampLtzOutputFormats: outputs.ServiceUserParameterTimestampLtzOutputFormat[];
|
|
4382
|
+
timestampNtzOutputFormats: outputs.ServiceUserParameterTimestampNtzOutputFormat[];
|
|
4383
|
+
timestampOutputFormats: outputs.ServiceUserParameterTimestampOutputFormat[];
|
|
4384
|
+
timestampTypeMappings: outputs.ServiceUserParameterTimestampTypeMapping[];
|
|
4385
|
+
timestampTzOutputFormats: outputs.ServiceUserParameterTimestampTzOutputFormat[];
|
|
4386
|
+
timezones: outputs.ServiceUserParameterTimezone[];
|
|
4387
|
+
traceLevels: outputs.ServiceUserParameterTraceLevel[];
|
|
4388
|
+
transactionAbortOnErrors: outputs.ServiceUserParameterTransactionAbortOnError[];
|
|
4389
|
+
transactionDefaultIsolationLevels: outputs.ServiceUserParameterTransactionDefaultIsolationLevel[];
|
|
4390
|
+
twoDigitCenturyStarts: outputs.ServiceUserParameterTwoDigitCenturyStart[];
|
|
4391
|
+
unsupportedDdlActions: outputs.ServiceUserParameterUnsupportedDdlAction[];
|
|
4392
|
+
useCachedResults: outputs.ServiceUserParameterUseCachedResult[];
|
|
4393
|
+
weekOfYearPolicies: outputs.ServiceUserParameterWeekOfYearPolicy[];
|
|
4394
|
+
weekStarts: outputs.ServiceUserParameterWeekStart[];
|
|
4395
|
+
}
|
|
4396
|
+
export interface ServiceUserParameterAbortDetachedQuery {
|
|
4397
|
+
default: string;
|
|
4398
|
+
description: string;
|
|
4399
|
+
key: string;
|
|
4400
|
+
level: string;
|
|
4401
|
+
value: string;
|
|
4402
|
+
}
|
|
4403
|
+
export interface ServiceUserParameterAutocommit {
|
|
4404
|
+
default: string;
|
|
4405
|
+
description: string;
|
|
4406
|
+
key: string;
|
|
4407
|
+
level: string;
|
|
4408
|
+
value: string;
|
|
4409
|
+
}
|
|
4410
|
+
export interface ServiceUserParameterBinaryInputFormat {
|
|
3322
4411
|
default: string;
|
|
3323
|
-
|
|
3324
|
-
|
|
4412
|
+
description: string;
|
|
4413
|
+
key: string;
|
|
4414
|
+
level: string;
|
|
3325
4415
|
value: string;
|
|
3326
4416
|
}
|
|
3327
|
-
export interface
|
|
4417
|
+
export interface ServiceUserParameterBinaryOutputFormat {
|
|
3328
4418
|
default: string;
|
|
3329
|
-
|
|
3330
|
-
|
|
4419
|
+
description: string;
|
|
4420
|
+
key: string;
|
|
4421
|
+
level: string;
|
|
3331
4422
|
value: string;
|
|
3332
4423
|
}
|
|
3333
|
-
export interface
|
|
4424
|
+
export interface ServiceUserParameterClientMemoryLimit {
|
|
3334
4425
|
default: string;
|
|
3335
|
-
|
|
3336
|
-
|
|
4426
|
+
description: string;
|
|
4427
|
+
key: string;
|
|
4428
|
+
level: string;
|
|
3337
4429
|
value: string;
|
|
3338
4430
|
}
|
|
3339
|
-
export interface
|
|
4431
|
+
export interface ServiceUserParameterClientMetadataRequestUseConnectionCtx {
|
|
3340
4432
|
default: string;
|
|
3341
|
-
|
|
3342
|
-
|
|
4433
|
+
description: string;
|
|
4434
|
+
key: string;
|
|
4435
|
+
level: string;
|
|
3343
4436
|
value: string;
|
|
3344
4437
|
}
|
|
3345
|
-
export interface
|
|
4438
|
+
export interface ServiceUserParameterClientPrefetchThread {
|
|
3346
4439
|
default: string;
|
|
3347
|
-
|
|
3348
|
-
|
|
4440
|
+
description: string;
|
|
4441
|
+
key: string;
|
|
4442
|
+
level: string;
|
|
3349
4443
|
value: string;
|
|
3350
4444
|
}
|
|
3351
|
-
export interface
|
|
4445
|
+
export interface ServiceUserParameterClientResultChunkSize {
|
|
3352
4446
|
default: string;
|
|
3353
|
-
|
|
3354
|
-
|
|
4447
|
+
description: string;
|
|
4448
|
+
key: string;
|
|
4449
|
+
level: string;
|
|
3355
4450
|
value: string;
|
|
3356
4451
|
}
|
|
3357
|
-
export interface
|
|
4452
|
+
export interface ServiceUserParameterClientResultColumnCaseInsensitive {
|
|
3358
4453
|
default: string;
|
|
3359
|
-
|
|
3360
|
-
|
|
4454
|
+
description: string;
|
|
4455
|
+
key: string;
|
|
4456
|
+
level: string;
|
|
3361
4457
|
value: string;
|
|
3362
4458
|
}
|
|
3363
|
-
export interface
|
|
4459
|
+
export interface ServiceUserParameterClientSessionKeepAlife {
|
|
3364
4460
|
default: string;
|
|
3365
|
-
|
|
3366
|
-
|
|
4461
|
+
description: string;
|
|
4462
|
+
key: string;
|
|
4463
|
+
level: string;
|
|
3367
4464
|
value: string;
|
|
3368
4465
|
}
|
|
3369
|
-
export interface
|
|
4466
|
+
export interface ServiceUserParameterClientSessionKeepAliveHeartbeatFrequency {
|
|
3370
4467
|
default: string;
|
|
3371
|
-
|
|
3372
|
-
|
|
4468
|
+
description: string;
|
|
4469
|
+
key: string;
|
|
4470
|
+
level: string;
|
|
3373
4471
|
value: string;
|
|
3374
4472
|
}
|
|
3375
|
-
export interface
|
|
4473
|
+
export interface ServiceUserParameterClientTimestampTypeMapping {
|
|
3376
4474
|
default: string;
|
|
3377
|
-
|
|
3378
|
-
|
|
4475
|
+
description: string;
|
|
4476
|
+
key: string;
|
|
4477
|
+
level: string;
|
|
3379
4478
|
value: string;
|
|
3380
4479
|
}
|
|
3381
|
-
export interface
|
|
4480
|
+
export interface ServiceUserParameterDateInputFormat {
|
|
3382
4481
|
default: string;
|
|
3383
|
-
|
|
3384
|
-
|
|
4482
|
+
description: string;
|
|
4483
|
+
key: string;
|
|
4484
|
+
level: string;
|
|
3385
4485
|
value: string;
|
|
3386
4486
|
}
|
|
3387
|
-
export interface
|
|
4487
|
+
export interface ServiceUserParameterDateOutputFormat {
|
|
3388
4488
|
default: string;
|
|
3389
|
-
|
|
3390
|
-
|
|
4489
|
+
description: string;
|
|
4490
|
+
key: string;
|
|
4491
|
+
level: string;
|
|
3391
4492
|
value: string;
|
|
3392
4493
|
}
|
|
3393
|
-
export interface
|
|
4494
|
+
export interface ServiceUserParameterEnableUnloadPhysicalTypeOptimization {
|
|
3394
4495
|
default: string;
|
|
3395
|
-
|
|
3396
|
-
|
|
4496
|
+
description: string;
|
|
4497
|
+
key: string;
|
|
4498
|
+
level: string;
|
|
3397
4499
|
value: string;
|
|
3398
4500
|
}
|
|
3399
|
-
export interface
|
|
4501
|
+
export interface ServiceUserParameterEnableUnredactedQuerySyntaxError {
|
|
3400
4502
|
default: string;
|
|
3401
|
-
|
|
3402
|
-
|
|
4503
|
+
description: string;
|
|
4504
|
+
key: string;
|
|
4505
|
+
level: string;
|
|
3403
4506
|
value: string;
|
|
3404
4507
|
}
|
|
3405
|
-
export interface
|
|
3406
|
-
|
|
3407
|
-
|
|
3408
|
-
|
|
3409
|
-
enabled: boolean;
|
|
3410
|
-
integrationType: string;
|
|
3411
|
-
name: string;
|
|
3412
|
-
}
|
|
3413
|
-
export interface ObjectParameterObjectIdentifier {
|
|
3414
|
-
/**
|
|
3415
|
-
* Name of the database that the object was created in.
|
|
3416
|
-
*/
|
|
3417
|
-
database?: string;
|
|
3418
|
-
/**
|
|
3419
|
-
* Name of the object to set the parameter for.
|
|
3420
|
-
*/
|
|
3421
|
-
name: string;
|
|
3422
|
-
/**
|
|
3423
|
-
* Name of the schema that the object was created in.
|
|
3424
|
-
*/
|
|
3425
|
-
schema?: string;
|
|
3426
|
-
}
|
|
3427
|
-
export interface ProcedureArgument {
|
|
3428
|
-
/**
|
|
3429
|
-
* The argument name
|
|
3430
|
-
*/
|
|
3431
|
-
name: string;
|
|
3432
|
-
/**
|
|
3433
|
-
* The argument type
|
|
3434
|
-
*/
|
|
3435
|
-
type: string;
|
|
3436
|
-
}
|
|
3437
|
-
export interface ResourceMonitorShowOutput {
|
|
3438
|
-
comment: string;
|
|
3439
|
-
createdOn: string;
|
|
3440
|
-
creditQuota: number;
|
|
3441
|
-
endTime: string;
|
|
3442
|
-
frequency: string;
|
|
4508
|
+
export interface ServiceUserParameterErrorOnNondeterministicMerge {
|
|
4509
|
+
default: string;
|
|
4510
|
+
description: string;
|
|
4511
|
+
key: string;
|
|
3443
4512
|
level: string;
|
|
3444
|
-
|
|
3445
|
-
owner: string;
|
|
3446
|
-
remainingCredits: number;
|
|
3447
|
-
startTime: string;
|
|
3448
|
-
suspendAt: number;
|
|
3449
|
-
suspendImmediateAt: number;
|
|
3450
|
-
usedCredits: number;
|
|
3451
|
-
}
|
|
3452
|
-
export interface RoleShowOutput {
|
|
3453
|
-
assignedToUsers: number;
|
|
3454
|
-
comment: string;
|
|
3455
|
-
createdOn: string;
|
|
3456
|
-
grantedRoles: number;
|
|
3457
|
-
grantedToRoles: number;
|
|
3458
|
-
isCurrent: boolean;
|
|
3459
|
-
isDefault: boolean;
|
|
3460
|
-
isInherited: boolean;
|
|
3461
|
-
name: string;
|
|
3462
|
-
owner: string;
|
|
3463
|
-
}
|
|
3464
|
-
export interface RowAccessPolicyArgument {
|
|
3465
|
-
/**
|
|
3466
|
-
* The argument name
|
|
3467
|
-
*/
|
|
3468
|
-
name: string;
|
|
3469
|
-
/**
|
|
3470
|
-
* The argument type. VECTOR data types are not yet supported. For more information about data types, check [Snowflake docs](https://docs.snowflake.com/en/sql-reference/intro-summary-data-types).
|
|
3471
|
-
*/
|
|
3472
|
-
type: string;
|
|
3473
|
-
}
|
|
3474
|
-
export interface RowAccessPolicyDescribeOutput {
|
|
3475
|
-
body: string;
|
|
3476
|
-
name: string;
|
|
3477
|
-
returnType: string;
|
|
3478
|
-
signatures: outputs.RowAccessPolicyDescribeOutputSignature[];
|
|
3479
|
-
}
|
|
3480
|
-
export interface RowAccessPolicyDescribeOutputSignature {
|
|
3481
|
-
name: string;
|
|
3482
|
-
type: string;
|
|
3483
|
-
}
|
|
3484
|
-
export interface RowAccessPolicyShowOutput {
|
|
3485
|
-
comment: string;
|
|
3486
|
-
createdOn: string;
|
|
3487
|
-
databaseName: string;
|
|
3488
|
-
kind: string;
|
|
3489
|
-
name: string;
|
|
3490
|
-
options: string;
|
|
3491
|
-
owner: string;
|
|
3492
|
-
ownerRoleType: string;
|
|
3493
|
-
schemaName: string;
|
|
3494
|
-
}
|
|
3495
|
-
export interface Saml2IntegrationDescribeOutput {
|
|
3496
|
-
allowedEmailPatterns: outputs.Saml2IntegrationDescribeOutputAllowedEmailPattern[];
|
|
3497
|
-
allowedUserDomains: outputs.Saml2IntegrationDescribeOutputAllowedUserDomain[];
|
|
3498
|
-
comments: outputs.Saml2IntegrationDescribeOutputComment[];
|
|
3499
|
-
saml2DigestMethodsUseds: outputs.Saml2IntegrationDescribeOutputSaml2DigestMethodsUsed[];
|
|
3500
|
-
saml2EnableSpInitiateds: outputs.Saml2IntegrationDescribeOutputSaml2EnableSpInitiated[];
|
|
3501
|
-
saml2ForceAuthns: outputs.Saml2IntegrationDescribeOutputSaml2ForceAuthn[];
|
|
3502
|
-
saml2Issuers: outputs.Saml2IntegrationDescribeOutputSaml2Issuer[];
|
|
3503
|
-
saml2PostLogoutRedirectUrls: outputs.Saml2IntegrationDescribeOutputSaml2PostLogoutRedirectUrl[];
|
|
3504
|
-
saml2Providers: outputs.Saml2IntegrationDescribeOutputSaml2Provider[];
|
|
3505
|
-
saml2RequestedNameidFormats: outputs.Saml2IntegrationDescribeOutputSaml2RequestedNameidFormat[];
|
|
3506
|
-
saml2SignRequests: outputs.Saml2IntegrationDescribeOutputSaml2SignRequest[];
|
|
3507
|
-
saml2SignatureMethodsUseds: outputs.Saml2IntegrationDescribeOutputSaml2SignatureMethodsUsed[];
|
|
3508
|
-
saml2SnowflakeAcsUrls: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeAcsUrl[];
|
|
3509
|
-
saml2SnowflakeIssuerUrls: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeIssuerUrl[];
|
|
3510
|
-
saml2SnowflakeMetadatas: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeMetadata[];
|
|
3511
|
-
saml2SnowflakeX509Certs: outputs.Saml2IntegrationDescribeOutputSaml2SnowflakeX509Cert[];
|
|
3512
|
-
saml2SpInitiatedLoginPageLabels: outputs.Saml2IntegrationDescribeOutputSaml2SpInitiatedLoginPageLabel[];
|
|
3513
|
-
saml2SsoUrls: outputs.Saml2IntegrationDescribeOutputSaml2SsoUrl[];
|
|
3514
|
-
saml2X509Certs: outputs.Saml2IntegrationDescribeOutputSaml2X509Cert[];
|
|
4513
|
+
value: string;
|
|
3515
4514
|
}
|
|
3516
|
-
export interface
|
|
4515
|
+
export interface ServiceUserParameterErrorOnNondeterministicUpdate {
|
|
3517
4516
|
default: string;
|
|
3518
|
-
|
|
3519
|
-
|
|
4517
|
+
description: string;
|
|
4518
|
+
key: string;
|
|
4519
|
+
level: string;
|
|
3520
4520
|
value: string;
|
|
3521
4521
|
}
|
|
3522
|
-
export interface
|
|
4522
|
+
export interface ServiceUserParameterGeographyOutputFormat {
|
|
3523
4523
|
default: string;
|
|
3524
|
-
|
|
3525
|
-
|
|
4524
|
+
description: string;
|
|
4525
|
+
key: string;
|
|
4526
|
+
level: string;
|
|
3526
4527
|
value: string;
|
|
3527
4528
|
}
|
|
3528
|
-
export interface
|
|
4529
|
+
export interface ServiceUserParameterGeometryOutputFormat {
|
|
3529
4530
|
default: string;
|
|
3530
|
-
|
|
3531
|
-
|
|
4531
|
+
description: string;
|
|
4532
|
+
key: string;
|
|
4533
|
+
level: string;
|
|
3532
4534
|
value: string;
|
|
3533
4535
|
}
|
|
3534
|
-
export interface
|
|
4536
|
+
export interface ServiceUserParameterJdbcTreatDecimalAsInt {
|
|
3535
4537
|
default: string;
|
|
3536
|
-
|
|
3537
|
-
|
|
4538
|
+
description: string;
|
|
4539
|
+
key: string;
|
|
4540
|
+
level: string;
|
|
3538
4541
|
value: string;
|
|
3539
4542
|
}
|
|
3540
|
-
export interface
|
|
4543
|
+
export interface ServiceUserParameterJdbcTreatTimestampNtzAsUtc {
|
|
3541
4544
|
default: string;
|
|
3542
|
-
|
|
3543
|
-
|
|
4545
|
+
description: string;
|
|
4546
|
+
key: string;
|
|
4547
|
+
level: string;
|
|
3544
4548
|
value: string;
|
|
3545
4549
|
}
|
|
3546
|
-
export interface
|
|
4550
|
+
export interface ServiceUserParameterJdbcUseSessionTimezone {
|
|
3547
4551
|
default: string;
|
|
3548
|
-
|
|
3549
|
-
|
|
4552
|
+
description: string;
|
|
4553
|
+
key: string;
|
|
4554
|
+
level: string;
|
|
3550
4555
|
value: string;
|
|
3551
4556
|
}
|
|
3552
|
-
export interface
|
|
4557
|
+
export interface ServiceUserParameterJsonIndent {
|
|
3553
4558
|
default: string;
|
|
3554
|
-
|
|
3555
|
-
|
|
4559
|
+
description: string;
|
|
4560
|
+
key: string;
|
|
4561
|
+
level: string;
|
|
3556
4562
|
value: string;
|
|
3557
4563
|
}
|
|
3558
|
-
export interface
|
|
4564
|
+
export interface ServiceUserParameterLockTimeout {
|
|
3559
4565
|
default: string;
|
|
3560
|
-
|
|
3561
|
-
|
|
4566
|
+
description: string;
|
|
4567
|
+
key: string;
|
|
4568
|
+
level: string;
|
|
3562
4569
|
value: string;
|
|
3563
4570
|
}
|
|
3564
|
-
export interface
|
|
4571
|
+
export interface ServiceUserParameterLogLevel {
|
|
3565
4572
|
default: string;
|
|
3566
|
-
|
|
3567
|
-
|
|
4573
|
+
description: string;
|
|
4574
|
+
key: string;
|
|
4575
|
+
level: string;
|
|
3568
4576
|
value: string;
|
|
3569
4577
|
}
|
|
3570
|
-
export interface
|
|
4578
|
+
export interface ServiceUserParameterMultiStatementCount {
|
|
3571
4579
|
default: string;
|
|
3572
|
-
|
|
3573
|
-
|
|
4580
|
+
description: string;
|
|
4581
|
+
key: string;
|
|
4582
|
+
level: string;
|
|
3574
4583
|
value: string;
|
|
3575
4584
|
}
|
|
3576
|
-
export interface
|
|
4585
|
+
export interface ServiceUserParameterNetworkPolicy {
|
|
3577
4586
|
default: string;
|
|
3578
|
-
|
|
3579
|
-
|
|
4587
|
+
description: string;
|
|
4588
|
+
key: string;
|
|
4589
|
+
level: string;
|
|
3580
4590
|
value: string;
|
|
3581
4591
|
}
|
|
3582
|
-
export interface
|
|
4592
|
+
export interface ServiceUserParameterNoorderSequenceAsDefault {
|
|
3583
4593
|
default: string;
|
|
3584
|
-
|
|
3585
|
-
|
|
4594
|
+
description: string;
|
|
4595
|
+
key: string;
|
|
4596
|
+
level: string;
|
|
3586
4597
|
value: string;
|
|
3587
4598
|
}
|
|
3588
|
-
export interface
|
|
4599
|
+
export interface ServiceUserParameterOdbcTreatDecimalAsInt {
|
|
3589
4600
|
default: string;
|
|
3590
|
-
|
|
3591
|
-
|
|
4601
|
+
description: string;
|
|
4602
|
+
key: string;
|
|
4603
|
+
level: string;
|
|
3592
4604
|
value: string;
|
|
3593
4605
|
}
|
|
3594
|
-
export interface
|
|
4606
|
+
export interface ServiceUserParameterPreventUnloadToInternalStage {
|
|
3595
4607
|
default: string;
|
|
3596
|
-
|
|
3597
|
-
|
|
4608
|
+
description: string;
|
|
4609
|
+
key: string;
|
|
4610
|
+
level: string;
|
|
3598
4611
|
value: string;
|
|
3599
4612
|
}
|
|
3600
|
-
export interface
|
|
4613
|
+
export interface ServiceUserParameterQueryTag {
|
|
3601
4614
|
default: string;
|
|
3602
|
-
|
|
3603
|
-
|
|
4615
|
+
description: string;
|
|
4616
|
+
key: string;
|
|
4617
|
+
level: string;
|
|
3604
4618
|
value: string;
|
|
3605
4619
|
}
|
|
3606
|
-
export interface
|
|
4620
|
+
export interface ServiceUserParameterQuotedIdentifiersIgnoreCase {
|
|
3607
4621
|
default: string;
|
|
3608
|
-
|
|
3609
|
-
|
|
4622
|
+
description: string;
|
|
4623
|
+
key: string;
|
|
4624
|
+
level: string;
|
|
3610
4625
|
value: string;
|
|
3611
4626
|
}
|
|
3612
|
-
export interface
|
|
4627
|
+
export interface ServiceUserParameterRowsPerResultset {
|
|
3613
4628
|
default: string;
|
|
3614
|
-
|
|
3615
|
-
|
|
4629
|
+
description: string;
|
|
4630
|
+
key: string;
|
|
4631
|
+
level: string;
|
|
3616
4632
|
value: string;
|
|
3617
4633
|
}
|
|
3618
|
-
export interface
|
|
4634
|
+
export interface ServiceUserParameterS3StageVpceDnsName {
|
|
3619
4635
|
default: string;
|
|
3620
|
-
|
|
3621
|
-
|
|
4636
|
+
description: string;
|
|
4637
|
+
key: string;
|
|
4638
|
+
level: string;
|
|
3622
4639
|
value: string;
|
|
3623
4640
|
}
|
|
3624
|
-
export interface
|
|
4641
|
+
export interface ServiceUserParameterSearchPath {
|
|
3625
4642
|
default: string;
|
|
3626
|
-
|
|
3627
|
-
|
|
4643
|
+
description: string;
|
|
4644
|
+
key: string;
|
|
4645
|
+
level: string;
|
|
3628
4646
|
value: string;
|
|
3629
4647
|
}
|
|
3630
|
-
export interface
|
|
3631
|
-
category: string;
|
|
3632
|
-
comment: string;
|
|
3633
|
-
createdOn: string;
|
|
3634
|
-
enabled: boolean;
|
|
3635
|
-
integrationType: string;
|
|
3636
|
-
name: string;
|
|
3637
|
-
}
|
|
3638
|
-
export interface SchemaDescribeOutput {
|
|
3639
|
-
createdOn: string;
|
|
3640
|
-
kind: string;
|
|
3641
|
-
name: string;
|
|
3642
|
-
}
|
|
3643
|
-
export interface SchemaParameter {
|
|
3644
|
-
catalogs: outputs.SchemaParameterCatalog[];
|
|
3645
|
-
dataRetentionTimeInDays: outputs.SchemaParameterDataRetentionTimeInDay[];
|
|
3646
|
-
defaultDdlCollations: outputs.SchemaParameterDefaultDdlCollation[];
|
|
3647
|
-
enableConsoleOutputs: outputs.SchemaParameterEnableConsoleOutput[];
|
|
3648
|
-
externalVolumes: outputs.SchemaParameterExternalVolume[];
|
|
3649
|
-
logLevels: outputs.SchemaParameterLogLevel[];
|
|
3650
|
-
maxDataExtensionTimeInDays: outputs.SchemaParameterMaxDataExtensionTimeInDay[];
|
|
3651
|
-
pipeExecutionPauseds: outputs.SchemaParameterPipeExecutionPaused[];
|
|
3652
|
-
quotedIdentifiersIgnoreCases: outputs.SchemaParameterQuotedIdentifiersIgnoreCase[];
|
|
3653
|
-
replaceInvalidCharacters: outputs.SchemaParameterReplaceInvalidCharacter[];
|
|
3654
|
-
storageSerializationPolicies: outputs.SchemaParameterStorageSerializationPolicy[];
|
|
3655
|
-
suspendTaskAfterNumFailures: outputs.SchemaParameterSuspendTaskAfterNumFailure[];
|
|
3656
|
-
taskAutoRetryAttempts: outputs.SchemaParameterTaskAutoRetryAttempt[];
|
|
3657
|
-
traceLevels: outputs.SchemaParameterTraceLevel[];
|
|
3658
|
-
userTaskManagedInitialWarehouseSizes: outputs.SchemaParameterUserTaskManagedInitialWarehouseSize[];
|
|
3659
|
-
userTaskMinimumTriggerIntervalInSeconds: outputs.SchemaParameterUserTaskMinimumTriggerIntervalInSecond[];
|
|
3660
|
-
userTaskTimeoutMs: outputs.SchemaParameterUserTaskTimeoutM[];
|
|
3661
|
-
}
|
|
3662
|
-
export interface SchemaParameterCatalog {
|
|
4648
|
+
export interface ServiceUserParameterSimulatedDataSharingConsumer {
|
|
3663
4649
|
default: string;
|
|
3664
4650
|
description: string;
|
|
3665
4651
|
key: string;
|
|
3666
4652
|
level: string;
|
|
3667
4653
|
value: string;
|
|
3668
4654
|
}
|
|
3669
|
-
export interface
|
|
4655
|
+
export interface ServiceUserParameterStatementQueuedTimeoutInSecond {
|
|
3670
4656
|
default: string;
|
|
3671
4657
|
description: string;
|
|
3672
4658
|
key: string;
|
|
3673
4659
|
level: string;
|
|
3674
4660
|
value: string;
|
|
3675
4661
|
}
|
|
3676
|
-
export interface
|
|
4662
|
+
export interface ServiceUserParameterStatementTimeoutInSecond {
|
|
3677
4663
|
default: string;
|
|
3678
4664
|
description: string;
|
|
3679
4665
|
key: string;
|
|
3680
4666
|
level: string;
|
|
3681
4667
|
value: string;
|
|
3682
4668
|
}
|
|
3683
|
-
export interface
|
|
4669
|
+
export interface ServiceUserParameterStrictJsonOutput {
|
|
3684
4670
|
default: string;
|
|
3685
4671
|
description: string;
|
|
3686
4672
|
key: string;
|
|
3687
4673
|
level: string;
|
|
3688
4674
|
value: string;
|
|
3689
4675
|
}
|
|
3690
|
-
export interface
|
|
4676
|
+
export interface ServiceUserParameterTimeInputFormat {
|
|
3691
4677
|
default: string;
|
|
3692
4678
|
description: string;
|
|
3693
4679
|
key: string;
|
|
3694
4680
|
level: string;
|
|
3695
4681
|
value: string;
|
|
3696
4682
|
}
|
|
3697
|
-
export interface
|
|
4683
|
+
export interface ServiceUserParameterTimeOutputFormat {
|
|
3698
4684
|
default: string;
|
|
3699
4685
|
description: string;
|
|
3700
4686
|
key: string;
|
|
3701
4687
|
level: string;
|
|
3702
4688
|
value: string;
|
|
3703
4689
|
}
|
|
3704
|
-
export interface
|
|
4690
|
+
export interface ServiceUserParameterTimestampDayIsAlways24h {
|
|
3705
4691
|
default: string;
|
|
3706
4692
|
description: string;
|
|
3707
4693
|
key: string;
|
|
3708
4694
|
level: string;
|
|
3709
4695
|
value: string;
|
|
3710
4696
|
}
|
|
3711
|
-
export interface
|
|
4697
|
+
export interface ServiceUserParameterTimestampInputFormat {
|
|
3712
4698
|
default: string;
|
|
3713
4699
|
description: string;
|
|
3714
4700
|
key: string;
|
|
3715
4701
|
level: string;
|
|
3716
4702
|
value: string;
|
|
3717
4703
|
}
|
|
3718
|
-
export interface
|
|
4704
|
+
export interface ServiceUserParameterTimestampLtzOutputFormat {
|
|
3719
4705
|
default: string;
|
|
3720
4706
|
description: string;
|
|
3721
4707
|
key: string;
|
|
3722
4708
|
level: string;
|
|
3723
4709
|
value: string;
|
|
3724
4710
|
}
|
|
3725
|
-
export interface
|
|
4711
|
+
export interface ServiceUserParameterTimestampNtzOutputFormat {
|
|
3726
4712
|
default: string;
|
|
3727
4713
|
description: string;
|
|
3728
4714
|
key: string;
|
|
3729
4715
|
level: string;
|
|
3730
4716
|
value: string;
|
|
3731
4717
|
}
|
|
3732
|
-
export interface
|
|
4718
|
+
export interface ServiceUserParameterTimestampOutputFormat {
|
|
3733
4719
|
default: string;
|
|
3734
4720
|
description: string;
|
|
3735
4721
|
key: string;
|
|
3736
4722
|
level: string;
|
|
3737
4723
|
value: string;
|
|
3738
4724
|
}
|
|
3739
|
-
export interface
|
|
4725
|
+
export interface ServiceUserParameterTimestampTypeMapping {
|
|
3740
4726
|
default: string;
|
|
3741
4727
|
description: string;
|
|
3742
4728
|
key: string;
|
|
3743
4729
|
level: string;
|
|
3744
4730
|
value: string;
|
|
3745
4731
|
}
|
|
3746
|
-
export interface
|
|
4732
|
+
export interface ServiceUserParameterTimestampTzOutputFormat {
|
|
3747
4733
|
default: string;
|
|
3748
4734
|
description: string;
|
|
3749
4735
|
key: string;
|
|
3750
4736
|
level: string;
|
|
3751
4737
|
value: string;
|
|
3752
4738
|
}
|
|
3753
|
-
export interface
|
|
4739
|
+
export interface ServiceUserParameterTimezone {
|
|
3754
4740
|
default: string;
|
|
3755
4741
|
description: string;
|
|
3756
4742
|
key: string;
|
|
3757
4743
|
level: string;
|
|
3758
4744
|
value: string;
|
|
3759
4745
|
}
|
|
3760
|
-
export interface
|
|
4746
|
+
export interface ServiceUserParameterTraceLevel {
|
|
3761
4747
|
default: string;
|
|
3762
4748
|
description: string;
|
|
3763
4749
|
key: string;
|
|
3764
4750
|
level: string;
|
|
3765
4751
|
value: string;
|
|
3766
4752
|
}
|
|
3767
|
-
export interface
|
|
4753
|
+
export interface ServiceUserParameterTransactionAbortOnError {
|
|
3768
4754
|
default: string;
|
|
3769
4755
|
description: string;
|
|
3770
4756
|
key: string;
|
|
3771
4757
|
level: string;
|
|
3772
4758
|
value: string;
|
|
3773
4759
|
}
|
|
3774
|
-
export interface
|
|
4760
|
+
export interface ServiceUserParameterTransactionDefaultIsolationLevel {
|
|
3775
4761
|
default: string;
|
|
3776
4762
|
description: string;
|
|
3777
4763
|
key: string;
|
|
3778
4764
|
level: string;
|
|
3779
4765
|
value: string;
|
|
3780
4766
|
}
|
|
3781
|
-
export interface
|
|
3782
|
-
comment: string;
|
|
3783
|
-
createdOn: string;
|
|
3784
|
-
databaseName: string;
|
|
3785
|
-
droppedOn: string;
|
|
3786
|
-
isCurrent: boolean;
|
|
3787
|
-
isDefault: boolean;
|
|
3788
|
-
name: string;
|
|
3789
|
-
options: string;
|
|
3790
|
-
owner: string;
|
|
3791
|
-
ownerRoleType: string;
|
|
3792
|
-
retentionTime: string;
|
|
3793
|
-
}
|
|
3794
|
-
export interface ScimIntegrationDescribeOutput {
|
|
3795
|
-
comments: outputs.ScimIntegrationDescribeOutputComment[];
|
|
3796
|
-
enableds: outputs.ScimIntegrationDescribeOutputEnabled[];
|
|
3797
|
-
networkPolicies: outputs.ScimIntegrationDescribeOutputNetworkPolicy[];
|
|
3798
|
-
runAsRoles: outputs.ScimIntegrationDescribeOutputRunAsRole[];
|
|
3799
|
-
syncPasswords: outputs.ScimIntegrationDescribeOutputSyncPassword[];
|
|
3800
|
-
}
|
|
3801
|
-
export interface ScimIntegrationDescribeOutputComment {
|
|
4767
|
+
export interface ServiceUserParameterTwoDigitCenturyStart {
|
|
3802
4768
|
default: string;
|
|
3803
|
-
|
|
3804
|
-
|
|
4769
|
+
description: string;
|
|
4770
|
+
key: string;
|
|
4771
|
+
level: string;
|
|
3805
4772
|
value: string;
|
|
3806
4773
|
}
|
|
3807
|
-
export interface
|
|
4774
|
+
export interface ServiceUserParameterUnsupportedDdlAction {
|
|
3808
4775
|
default: string;
|
|
3809
|
-
|
|
3810
|
-
|
|
4776
|
+
description: string;
|
|
4777
|
+
key: string;
|
|
4778
|
+
level: string;
|
|
3811
4779
|
value: string;
|
|
3812
4780
|
}
|
|
3813
|
-
export interface
|
|
4781
|
+
export interface ServiceUserParameterUseCachedResult {
|
|
3814
4782
|
default: string;
|
|
3815
|
-
|
|
3816
|
-
|
|
4783
|
+
description: string;
|
|
4784
|
+
key: string;
|
|
4785
|
+
level: string;
|
|
3817
4786
|
value: string;
|
|
3818
4787
|
}
|
|
3819
|
-
export interface
|
|
4788
|
+
export interface ServiceUserParameterWeekOfYearPolicy {
|
|
3820
4789
|
default: string;
|
|
3821
|
-
|
|
3822
|
-
|
|
4790
|
+
description: string;
|
|
4791
|
+
key: string;
|
|
4792
|
+
level: string;
|
|
3823
4793
|
value: string;
|
|
3824
4794
|
}
|
|
3825
|
-
export interface
|
|
4795
|
+
export interface ServiceUserParameterWeekStart {
|
|
3826
4796
|
default: string;
|
|
3827
|
-
|
|
3828
|
-
|
|
4797
|
+
description: string;
|
|
4798
|
+
key: string;
|
|
4799
|
+
level: string;
|
|
3829
4800
|
value: string;
|
|
3830
4801
|
}
|
|
3831
|
-
export interface
|
|
3832
|
-
category: string;
|
|
4802
|
+
export interface ServiceUserShowOutput {
|
|
3833
4803
|
comment: string;
|
|
3834
4804
|
createdOn: string;
|
|
3835
|
-
|
|
3836
|
-
|
|
4805
|
+
daysToExpiry: string;
|
|
4806
|
+
defaultNamespace: string;
|
|
4807
|
+
defaultRole: string;
|
|
4808
|
+
defaultSecondaryRoles: string;
|
|
4809
|
+
defaultWarehouse: string;
|
|
4810
|
+
disabled: boolean;
|
|
4811
|
+
displayName: string;
|
|
4812
|
+
email: string;
|
|
4813
|
+
expiresAtTime: string;
|
|
4814
|
+
extAuthnDuo: boolean;
|
|
4815
|
+
extAuthnUid: string;
|
|
4816
|
+
firstName: string;
|
|
4817
|
+
hasMfa: boolean;
|
|
4818
|
+
hasPassword: boolean;
|
|
4819
|
+
hasRsaPublicKey: boolean;
|
|
4820
|
+
lastName: string;
|
|
4821
|
+
lastSuccessLogin: string;
|
|
4822
|
+
lockedUntilTime: string;
|
|
4823
|
+
loginName: string;
|
|
4824
|
+
minsToBypassMfa: string;
|
|
4825
|
+
minsToUnlock: string;
|
|
4826
|
+
mustChangePassword: boolean;
|
|
3837
4827
|
name: string;
|
|
4828
|
+
owner: string;
|
|
4829
|
+
snowflakeLock: boolean;
|
|
4830
|
+
type: string;
|
|
3838
4831
|
}
|
|
3839
4832
|
export interface StageTag {
|
|
3840
4833
|
/**
|
|
@@ -3854,6 +4847,146 @@ export interface StageTag {
|
|
|
3854
4847
|
*/
|
|
3855
4848
|
value: string;
|
|
3856
4849
|
}
|
|
4850
|
+
export interface StreamOnExternalTableAt {
|
|
4851
|
+
/**
|
|
4852
|
+
* Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes).
|
|
4853
|
+
*/
|
|
4854
|
+
offset?: string;
|
|
4855
|
+
/**
|
|
4856
|
+
* Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT.
|
|
4857
|
+
*/
|
|
4858
|
+
statement?: string;
|
|
4859
|
+
/**
|
|
4860
|
+
* Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object.
|
|
4861
|
+
*/
|
|
4862
|
+
stream?: string;
|
|
4863
|
+
/**
|
|
4864
|
+
* Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP*LTZ, TIMESTAMP*NTZ, or TIMESTAMP_TZ data type.
|
|
4865
|
+
*/
|
|
4866
|
+
timestamp?: string;
|
|
4867
|
+
}
|
|
4868
|
+
export interface StreamOnExternalTableBefore {
|
|
4869
|
+
/**
|
|
4870
|
+
* Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes).
|
|
4871
|
+
*/
|
|
4872
|
+
offset?: string;
|
|
4873
|
+
/**
|
|
4874
|
+
* Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT.
|
|
4875
|
+
*/
|
|
4876
|
+
statement?: string;
|
|
4877
|
+
/**
|
|
4878
|
+
* Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object.
|
|
4879
|
+
*/
|
|
4880
|
+
stream?: string;
|
|
4881
|
+
/**
|
|
4882
|
+
* Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP*LTZ, TIMESTAMP*NTZ, or TIMESTAMP_TZ data type.
|
|
4883
|
+
*/
|
|
4884
|
+
timestamp?: string;
|
|
4885
|
+
}
|
|
4886
|
+
export interface StreamOnExternalTableDescribeOutput {
|
|
4887
|
+
baseTables: string[];
|
|
4888
|
+
comment: string;
|
|
4889
|
+
createdOn: string;
|
|
4890
|
+
databaseName: string;
|
|
4891
|
+
invalidReason: string;
|
|
4892
|
+
mode: string;
|
|
4893
|
+
name: string;
|
|
4894
|
+
owner: string;
|
|
4895
|
+
ownerRoleType: string;
|
|
4896
|
+
schemaName: string;
|
|
4897
|
+
sourceType: string;
|
|
4898
|
+
stale: string;
|
|
4899
|
+
staleAfter: string;
|
|
4900
|
+
tableName: string;
|
|
4901
|
+
type: string;
|
|
4902
|
+
}
|
|
4903
|
+
export interface StreamOnExternalTableShowOutput {
|
|
4904
|
+
baseTables: string[];
|
|
4905
|
+
comment: string;
|
|
4906
|
+
createdOn: string;
|
|
4907
|
+
databaseName: string;
|
|
4908
|
+
invalidReason: string;
|
|
4909
|
+
mode: string;
|
|
4910
|
+
name: string;
|
|
4911
|
+
owner: string;
|
|
4912
|
+
ownerRoleType: string;
|
|
4913
|
+
schemaName: string;
|
|
4914
|
+
sourceType: string;
|
|
4915
|
+
stale: string;
|
|
4916
|
+
staleAfter: string;
|
|
4917
|
+
tableName: string;
|
|
4918
|
+
type: string;
|
|
4919
|
+
}
|
|
4920
|
+
export interface StreamOnTableAt {
|
|
4921
|
+
/**
|
|
4922
|
+
* Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes).
|
|
4923
|
+
*/
|
|
4924
|
+
offset?: string;
|
|
4925
|
+
/**
|
|
4926
|
+
* Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT.
|
|
4927
|
+
*/
|
|
4928
|
+
statement?: string;
|
|
4929
|
+
/**
|
|
4930
|
+
* Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object.
|
|
4931
|
+
*/
|
|
4932
|
+
stream?: string;
|
|
4933
|
+
/**
|
|
4934
|
+
* Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP*LTZ, TIMESTAMP*NTZ, or TIMESTAMP_TZ data type.
|
|
4935
|
+
*/
|
|
4936
|
+
timestamp?: string;
|
|
4937
|
+
}
|
|
4938
|
+
export interface StreamOnTableBefore {
|
|
4939
|
+
/**
|
|
4940
|
+
* Specifies the difference in seconds from the current time to use for Time Travel, in the form -N where N can be an integer or arithmetic expression (e.g. -120 is 120 seconds, -30*60 is 1800 seconds or 30 minutes).
|
|
4941
|
+
*/
|
|
4942
|
+
offset?: string;
|
|
4943
|
+
/**
|
|
4944
|
+
* Specifies the query ID of a statement to use as the reference point for Time Travel. This parameter supports any statement of one of the following types: DML (e.g. INSERT, UPDATE, DELETE), TCL (BEGIN, COMMIT transaction), SELECT.
|
|
4945
|
+
*/
|
|
4946
|
+
statement?: string;
|
|
4947
|
+
/**
|
|
4948
|
+
* Specifies the identifier (i.e. name) for an existing stream on the queried table or view. The current offset in the stream is used as the AT point in time for returning change data for the source object.
|
|
4949
|
+
*/
|
|
4950
|
+
stream?: string;
|
|
4951
|
+
/**
|
|
4952
|
+
* Specifies an exact date and time to use for Time Travel. The value must be explicitly cast to a TIMESTAMP, TIMESTAMP*LTZ, TIMESTAMP*NTZ, or TIMESTAMP_TZ data type.
|
|
4953
|
+
*/
|
|
4954
|
+
timestamp?: string;
|
|
4955
|
+
}
|
|
4956
|
+
export interface StreamOnTableDescribeOutput {
|
|
4957
|
+
baseTables: string[];
|
|
4958
|
+
comment: string;
|
|
4959
|
+
createdOn: string;
|
|
4960
|
+
databaseName: string;
|
|
4961
|
+
invalidReason: string;
|
|
4962
|
+
mode: string;
|
|
4963
|
+
name: string;
|
|
4964
|
+
owner: string;
|
|
4965
|
+
ownerRoleType: string;
|
|
4966
|
+
schemaName: string;
|
|
4967
|
+
sourceType: string;
|
|
4968
|
+
stale: string;
|
|
4969
|
+
staleAfter: string;
|
|
4970
|
+
tableName: string;
|
|
4971
|
+
type: string;
|
|
4972
|
+
}
|
|
4973
|
+
export interface StreamOnTableShowOutput {
|
|
4974
|
+
baseTables: string[];
|
|
4975
|
+
comment: string;
|
|
4976
|
+
createdOn: string;
|
|
4977
|
+
databaseName: string;
|
|
4978
|
+
invalidReason: string;
|
|
4979
|
+
mode: string;
|
|
4980
|
+
name: string;
|
|
4981
|
+
owner: string;
|
|
4982
|
+
ownerRoleType: string;
|
|
4983
|
+
schemaName: string;
|
|
4984
|
+
sourceType: string;
|
|
4985
|
+
stale: string;
|
|
4986
|
+
staleAfter: string;
|
|
4987
|
+
tableName: string;
|
|
4988
|
+
type: string;
|
|
4989
|
+
}
|
|
3857
4990
|
export interface StreamlitDescribeOutput {
|
|
3858
4991
|
defaultPackages: string;
|
|
3859
4992
|
externalAccessIntegrations: string[];
|
|
@@ -4561,7 +5694,7 @@ export interface ViewDataMetricFunction {
|
|
|
4561
5694
|
}
|
|
4562
5695
|
export interface ViewDataMetricSchedule {
|
|
4563
5696
|
/**
|
|
4564
|
-
* Specifies an interval (in minutes) of wait time inserted between runs of the data metric function. Conflicts with `usingCron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field
|
|
5697
|
+
* Specifies an interval (in minutes) of wait time inserted between runs of the data metric function. Conflicts with `usingCron`. Valid values are: `5` | `15` | `30` | `60` | `720` | `1440`. Due to Snowflake limitations, changes in this field are not managed by the provider. Please consider using taint command, `usingCron` field, or replace*triggered*by metadata argument.
|
|
4565
5698
|
*/
|
|
4566
5699
|
minutes?: number;
|
|
4567
5700
|
/**
|