1. Packages
  2. Snowflake
  3. API Docs
  4. getUsers
Snowflake v0.59.0 published on Friday, Sep 20, 2024 by Pulumi

snowflake.getUsers

Explore with Pulumi AI

snowflake logo
Snowflake v0.59.0 published on Friday, Sep 20, 2024 by Pulumi

    !> V1 release candidate This data source was reworked and is a release candidate for the V1. We do not expect significant changes in it before the V1. We will welcome any feedback and adjust the data source if needed. Any errors reported will be resolved with a higher priority. We encourage checking this data source out before the V1 release. Please follow the migration guide to use it.

    Datasource used to get details of filtered users. Filtering is aligned with the current possibilities for SHOW USERS query. The results of SHOW, DESCRIBE, and SHOW PARAMETERS IN are encapsulated in one output collection. Important note is that when querying users you don’t have permissions to, the querying options are limited. You won’t get almost any field in show_output (only empty or default values), the DESCRIBE command cannot be called, so you have to set with_describe = false. Only parameters output is not affected by the lack of privileges.

    Using getUsers

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getUsers(args: GetUsersArgs, opts?: InvokeOptions): Promise<GetUsersResult>
    function getUsersOutput(args: GetUsersOutputArgs, opts?: InvokeOptions): Output<GetUsersResult>
    def get_users(like: Optional[str] = None,
                  limit: Optional[GetUsersLimit] = None,
                  starts_with: Optional[str] = None,
                  with_describe: Optional[bool] = None,
                  with_parameters: Optional[bool] = None,
                  opts: Optional[InvokeOptions] = None) -> GetUsersResult
    def get_users_output(like: Optional[pulumi.Input[str]] = None,
                  limit: Optional[pulumi.Input[GetUsersLimitArgs]] = None,
                  starts_with: Optional[pulumi.Input[str]] = None,
                  with_describe: Optional[pulumi.Input[bool]] = None,
                  with_parameters: Optional[pulumi.Input[bool]] = None,
                  opts: Optional[InvokeOptions] = None) -> Output[GetUsersResult]
    func GetUsers(ctx *Context, args *GetUsersArgs, opts ...InvokeOption) (*GetUsersResult, error)
    func GetUsersOutput(ctx *Context, args *GetUsersOutputArgs, opts ...InvokeOption) GetUsersResultOutput

    > Note: This function is named GetUsers in the Go SDK.

    public static class GetUsers 
    {
        public static Task<GetUsersResult> InvokeAsync(GetUsersArgs args, InvokeOptions? opts = null)
        public static Output<GetUsersResult> Invoke(GetUsersInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetUsersResult> getUsers(GetUsersArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: snowflake:index/getUsers:getUsers
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    StartsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    WithDescribe bool
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    WithParameters bool
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    StartsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    WithDescribe bool
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    WithParameters bool
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    startsWith String
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withDescribe Boolean
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    withParameters Boolean
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    startsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withDescribe boolean
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    withParameters boolean
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    starts_with str
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    with_describe bool
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    with_parameters bool
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit Property Map
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    startsWith String
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withDescribe Boolean
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    withParameters Boolean
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.

    getUsers Result

    The following output properties are available:

    Id string
    The provider-assigned unique ID for this managed resource.
    Users List<GetUsersUser>
    Holds the aggregated output of all user details queries.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    StartsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    WithDescribe bool
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    WithParameters bool
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    Id string
    The provider-assigned unique ID for this managed resource.
    Users []GetUsersUser
    Holds the aggregated output of all user details queries.
    Like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    Limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    StartsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    WithDescribe bool
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    WithParameters bool
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    id String
    The provider-assigned unique ID for this managed resource.
    users List<GetUsersUser>
    Holds the aggregated output of all user details queries.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    startsWith String
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withDescribe Boolean
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    withParameters Boolean
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    id string
    The provider-assigned unique ID for this managed resource.
    users GetUsersUser[]
    Holds the aggregated output of all user details queries.
    like string
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    startsWith string
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withDescribe boolean
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    withParameters boolean
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    id str
    The provider-assigned unique ID for this managed resource.
    users Sequence[GetUsersUser]
    Holds the aggregated output of all user details queries.
    like str
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit GetUsersLimit
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    starts_with str
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    with_describe bool
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    with_parameters bool
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.
    id String
    The provider-assigned unique ID for this managed resource.
    users List<Property Map>
    Holds the aggregated output of all user details queries.
    like String
    Filters the output with case-insensitive pattern, with support for SQL wildcard characters (% and _).
    limit Property Map
    Limits the number of rows returned. If the limit.from is set, then the limit wll start from the first element matched by the expression. The expression is only used to match with the first element, later on the elements are not matched by the prefix, but you can enforce a certain pattern with starts_with or like.
    startsWith String
    Filters the output with case-sensitive characters indicating the beginning of the object name.
    withDescribe Boolean
    Runs DESC USER for each user returned by SHOW USERS. The output of describe is saved to the description field. By default this value is set to true.
    withParameters Boolean
    Runs SHOW PARAMETERS FOR USER for each user returned by SHOW USERS. The output of describe is saved to the parameters field as a map. By default this value is set to true.

    Supporting Types

    GetUsersLimit

    Rows int
    The maximum number of rows to return.
    From string
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    Rows int
    The maximum number of rows to return.
    From string
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    rows Integer
    The maximum number of rows to return.
    from String
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    rows number
    The maximum number of rows to return.
    from string
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    rows int
    The maximum number of rows to return.
    from_ str
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.
    rows Number
    The maximum number of rows to return.
    from String
    Specifies a case-sensitive pattern that is used to match object name. After the first match, the limit on the number of rows will be applied.

    GetUsersUser

    DescribeOutputs List<GetUsersUserDescribeOutput>
    Holds the output of DESCRIBE USER.
    Parameters List<GetUsersUserParameter>
    Holds the output of SHOW PARAMETERS FOR USER.
    ShowOutputs List<GetUsersUserShowOutput>
    Holds the output of SHOW USERS.
    DescribeOutputs []GetUsersUserDescribeOutput
    Holds the output of DESCRIBE USER.
    Parameters []GetUsersUserParameter
    Holds the output of SHOW PARAMETERS FOR USER.
    ShowOutputs []GetUsersUserShowOutput
    Holds the output of SHOW USERS.
    describeOutputs List<GetUsersUserDescribeOutput>
    Holds the output of DESCRIBE USER.
    parameters List<GetUsersUserParameter>
    Holds the output of SHOW PARAMETERS FOR USER.
    showOutputs List<GetUsersUserShowOutput>
    Holds the output of SHOW USERS.
    describeOutputs GetUsersUserDescribeOutput[]
    Holds the output of DESCRIBE USER.
    parameters GetUsersUserParameter[]
    Holds the output of SHOW PARAMETERS FOR USER.
    showOutputs GetUsersUserShowOutput[]
    Holds the output of SHOW USERS.
    describe_outputs Sequence[GetUsersUserDescribeOutput]
    Holds the output of DESCRIBE USER.
    parameters Sequence[GetUsersUserParameter]
    Holds the output of SHOW PARAMETERS FOR USER.
    show_outputs Sequence[GetUsersUserShowOutput]
    Holds the output of SHOW USERS.
    describeOutputs List<Property Map>
    Holds the output of DESCRIBE USER.
    parameters List<Property Map>
    Holds the output of SHOW PARAMETERS FOR USER.
    showOutputs List<Property Map>
    Holds the output of SHOW USERS.

    GetUsersUserDescribeOutput

    GetUsersUserParameter

    AbortDetachedQueries List<GetUsersUserParameterAbortDetachedQuery>
    Autocommits List<GetUsersUserParameterAutocommit>
    BinaryInputFormats List<GetUsersUserParameterBinaryInputFormat>
    BinaryOutputFormats List<GetUsersUserParameterBinaryOutputFormat>
    ClientMemoryLimits List<GetUsersUserParameterClientMemoryLimit>
    ClientMetadataRequestUseConnectionCtxes List<GetUsersUserParameterClientMetadataRequestUseConnectionCtx>
    ClientPrefetchThreads List<GetUsersUserParameterClientPrefetchThread>
    ClientResultChunkSizes List<GetUsersUserParameterClientResultChunkSize>
    ClientResultColumnCaseInsensitives List<GetUsersUserParameterClientResultColumnCaseInsensitive>
    ClientSessionKeepAliveHeartbeatFrequencies List<GetUsersUserParameterClientSessionKeepAliveHeartbeatFrequency>
    ClientSessionKeepAlives List<GetUsersUserParameterClientSessionKeepAlife>
    ClientTimestampTypeMappings List<GetUsersUserParameterClientTimestampTypeMapping>
    DateInputFormats List<GetUsersUserParameterDateInputFormat>
    DateOutputFormats List<GetUsersUserParameterDateOutputFormat>
    EnableUnloadPhysicalTypeOptimizations List<GetUsersUserParameterEnableUnloadPhysicalTypeOptimization>
    EnableUnredactedQuerySyntaxErrors List<GetUsersUserParameterEnableUnredactedQuerySyntaxError>
    ErrorOnNondeterministicMerges List<GetUsersUserParameterErrorOnNondeterministicMerge>
    ErrorOnNondeterministicUpdates List<GetUsersUserParameterErrorOnNondeterministicUpdate>
    GeographyOutputFormats List<GetUsersUserParameterGeographyOutputFormat>
    GeometryOutputFormats List<GetUsersUserParameterGeometryOutputFormat>
    JdbcTreatDecimalAsInts List<GetUsersUserParameterJdbcTreatDecimalAsInt>
    JdbcTreatTimestampNtzAsUtcs List<GetUsersUserParameterJdbcTreatTimestampNtzAsUtc>
    JdbcUseSessionTimezones List<GetUsersUserParameterJdbcUseSessionTimezone>
    JsonIndents List<GetUsersUserParameterJsonIndent>
    LockTimeouts List<GetUsersUserParameterLockTimeout>
    LogLevels List<GetUsersUserParameterLogLevel>
    MultiStatementCounts List<GetUsersUserParameterMultiStatementCount>
    NetworkPolicies List<GetUsersUserParameterNetworkPolicy>
    NoorderSequenceAsDefaults List<GetUsersUserParameterNoorderSequenceAsDefault>
    OdbcTreatDecimalAsInts List<GetUsersUserParameterOdbcTreatDecimalAsInt>
    PreventUnloadToInternalStages List<GetUsersUserParameterPreventUnloadToInternalStage>
    QueryTags List<GetUsersUserParameterQueryTag>
    QuotedIdentifiersIgnoreCases List<GetUsersUserParameterQuotedIdentifiersIgnoreCase>
    RowsPerResultsets List<GetUsersUserParameterRowsPerResultset>
    S3StageVpceDnsNames List<GetUsersUserParameterS3StageVpceDnsName>
    SearchPaths List<GetUsersUserParameterSearchPath>
    SimulatedDataSharingConsumers List<GetUsersUserParameterSimulatedDataSharingConsumer>
    StatementQueuedTimeoutInSeconds List<GetUsersUserParameterStatementQueuedTimeoutInSecond>
    StatementTimeoutInSeconds List<GetUsersUserParameterStatementTimeoutInSecond>
    StrictJsonOutputs List<GetUsersUserParameterStrictJsonOutput>
    TimeInputFormats List<GetUsersUserParameterTimeInputFormat>
    TimeOutputFormats List<GetUsersUserParameterTimeOutputFormat>
    TimestampDayIsAlways24hs List<GetUsersUserParameterTimestampDayIsAlways24h>
    TimestampInputFormats List<GetUsersUserParameterTimestampInputFormat>
    TimestampLtzOutputFormats List<GetUsersUserParameterTimestampLtzOutputFormat>
    TimestampNtzOutputFormats List<GetUsersUserParameterTimestampNtzOutputFormat>
    TimestampOutputFormats List<GetUsersUserParameterTimestampOutputFormat>
    TimestampTypeMappings List<GetUsersUserParameterTimestampTypeMapping>
    TimestampTzOutputFormats List<GetUsersUserParameterTimestampTzOutputFormat>
    Timezones List<GetUsersUserParameterTimezone>
    TraceLevels List<GetUsersUserParameterTraceLevel>
    TransactionAbortOnErrors List<GetUsersUserParameterTransactionAbortOnError>
    TransactionDefaultIsolationLevels List<GetUsersUserParameterTransactionDefaultIsolationLevel>
    TwoDigitCenturyStarts List<GetUsersUserParameterTwoDigitCenturyStart>
    UnsupportedDdlActions List<GetUsersUserParameterUnsupportedDdlAction>
    UseCachedResults List<GetUsersUserParameterUseCachedResult>
    WeekOfYearPolicies List<GetUsersUserParameterWeekOfYearPolicy>
    WeekStarts List<GetUsersUserParameterWeekStart>
    AbortDetachedQueries []GetUsersUserParameterAbortDetachedQuery
    Autocommits []GetUsersUserParameterAutocommit
    BinaryInputFormats []GetUsersUserParameterBinaryInputFormat
    BinaryOutputFormats []GetUsersUserParameterBinaryOutputFormat
    ClientMemoryLimits []GetUsersUserParameterClientMemoryLimit
    ClientMetadataRequestUseConnectionCtxes []GetUsersUserParameterClientMetadataRequestUseConnectionCtx
    ClientPrefetchThreads []GetUsersUserParameterClientPrefetchThread
    ClientResultChunkSizes []GetUsersUserParameterClientResultChunkSize
    ClientResultColumnCaseInsensitives []GetUsersUserParameterClientResultColumnCaseInsensitive
    ClientSessionKeepAliveHeartbeatFrequencies []GetUsersUserParameterClientSessionKeepAliveHeartbeatFrequency
    ClientSessionKeepAlives []GetUsersUserParameterClientSessionKeepAlife
    ClientTimestampTypeMappings []GetUsersUserParameterClientTimestampTypeMapping
    DateInputFormats []GetUsersUserParameterDateInputFormat
    DateOutputFormats []GetUsersUserParameterDateOutputFormat
    EnableUnloadPhysicalTypeOptimizations []GetUsersUserParameterEnableUnloadPhysicalTypeOptimization
    EnableUnredactedQuerySyntaxErrors []GetUsersUserParameterEnableUnredactedQuerySyntaxError
    ErrorOnNondeterministicMerges []GetUsersUserParameterErrorOnNondeterministicMerge
    ErrorOnNondeterministicUpdates []GetUsersUserParameterErrorOnNondeterministicUpdate
    GeographyOutputFormats []GetUsersUserParameterGeographyOutputFormat
    GeometryOutputFormats []GetUsersUserParameterGeometryOutputFormat
    JdbcTreatDecimalAsInts []GetUsersUserParameterJdbcTreatDecimalAsInt
    JdbcTreatTimestampNtzAsUtcs []GetUsersUserParameterJdbcTreatTimestampNtzAsUtc
    JdbcUseSessionTimezones []GetUsersUserParameterJdbcUseSessionTimezone
    JsonIndents []GetUsersUserParameterJsonIndent
    LockTimeouts []GetUsersUserParameterLockTimeout
    LogLevels []GetUsersUserParameterLogLevel
    MultiStatementCounts []GetUsersUserParameterMultiStatementCount
    NetworkPolicies []GetUsersUserParameterNetworkPolicy
    NoorderSequenceAsDefaults []GetUsersUserParameterNoorderSequenceAsDefault
    OdbcTreatDecimalAsInts []GetUsersUserParameterOdbcTreatDecimalAsInt
    PreventUnloadToInternalStages []GetUsersUserParameterPreventUnloadToInternalStage
    QueryTags []GetUsersUserParameterQueryTag
    QuotedIdentifiersIgnoreCases []GetUsersUserParameterQuotedIdentifiersIgnoreCase
    RowsPerResultsets []GetUsersUserParameterRowsPerResultset
    S3StageVpceDnsNames []GetUsersUserParameterS3StageVpceDnsName
    SearchPaths []GetUsersUserParameterSearchPath
    SimulatedDataSharingConsumers []GetUsersUserParameterSimulatedDataSharingConsumer
    StatementQueuedTimeoutInSeconds []GetUsersUserParameterStatementQueuedTimeoutInSecond
    StatementTimeoutInSeconds []GetUsersUserParameterStatementTimeoutInSecond
    StrictJsonOutputs []GetUsersUserParameterStrictJsonOutput
    TimeInputFormats []GetUsersUserParameterTimeInputFormat
    TimeOutputFormats []GetUsersUserParameterTimeOutputFormat
    TimestampDayIsAlways24hs []GetUsersUserParameterTimestampDayIsAlways24h
    TimestampInputFormats []GetUsersUserParameterTimestampInputFormat
    TimestampLtzOutputFormats []GetUsersUserParameterTimestampLtzOutputFormat
    TimestampNtzOutputFormats []GetUsersUserParameterTimestampNtzOutputFormat
    TimestampOutputFormats []GetUsersUserParameterTimestampOutputFormat
    TimestampTypeMappings []GetUsersUserParameterTimestampTypeMapping
    TimestampTzOutputFormats []GetUsersUserParameterTimestampTzOutputFormat
    Timezones []GetUsersUserParameterTimezone
    TraceLevels []GetUsersUserParameterTraceLevel
    TransactionAbortOnErrors []GetUsersUserParameterTransactionAbortOnError
    TransactionDefaultIsolationLevels []GetUsersUserParameterTransactionDefaultIsolationLevel
    TwoDigitCenturyStarts []GetUsersUserParameterTwoDigitCenturyStart
    UnsupportedDdlActions []GetUsersUserParameterUnsupportedDdlAction
    UseCachedResults []GetUsersUserParameterUseCachedResult
    WeekOfYearPolicies []GetUsersUserParameterWeekOfYearPolicy
    WeekStarts []GetUsersUserParameterWeekStart
    abortDetachedQueries List<GetUsersUserParameterAbortDetachedQuery>
    autocommits List<GetUsersUserParameterAutocommit>
    binaryInputFormats List<GetUsersUserParameterBinaryInputFormat>
    binaryOutputFormats List<GetUsersUserParameterBinaryOutputFormat>
    clientMemoryLimits List<GetUsersUserParameterClientMemoryLimit>
    clientMetadataRequestUseConnectionCtxes List<GetUsersUserParameterClientMetadataRequestUseConnectionCtx>
    clientPrefetchThreads List<GetUsersUserParameterClientPrefetchThread>
    clientResultChunkSizes List<GetUsersUserParameterClientResultChunkSize>
    clientResultColumnCaseInsensitives List<GetUsersUserParameterClientResultColumnCaseInsensitive>
    clientSessionKeepAliveHeartbeatFrequencies List<GetUsersUserParameterClientSessionKeepAliveHeartbeatFrequency>
    clientSessionKeepAlives List<GetUsersUserParameterClientSessionKeepAlife>
    clientTimestampTypeMappings List<GetUsersUserParameterClientTimestampTypeMapping>
    dateInputFormats List<GetUsersUserParameterDateInputFormat>
    dateOutputFormats List<GetUsersUserParameterDateOutputFormat>
    enableUnloadPhysicalTypeOptimizations List<GetUsersUserParameterEnableUnloadPhysicalTypeOptimization>
    enableUnredactedQuerySyntaxErrors List<GetUsersUserParameterEnableUnredactedQuerySyntaxError>
    errorOnNondeterministicMerges List<GetUsersUserParameterErrorOnNondeterministicMerge>
    errorOnNondeterministicUpdates List<GetUsersUserParameterErrorOnNondeterministicUpdate>
    geographyOutputFormats List<GetUsersUserParameterGeographyOutputFormat>
    geometryOutputFormats List<GetUsersUserParameterGeometryOutputFormat>
    jdbcTreatDecimalAsInts List<GetUsersUserParameterJdbcTreatDecimalAsInt>
    jdbcTreatTimestampNtzAsUtcs List<GetUsersUserParameterJdbcTreatTimestampNtzAsUtc>
    jdbcUseSessionTimezones List<GetUsersUserParameterJdbcUseSessionTimezone>
    jsonIndents List<GetUsersUserParameterJsonIndent>
    lockTimeouts List<GetUsersUserParameterLockTimeout>
    logLevels List<GetUsersUserParameterLogLevel>
    multiStatementCounts List<GetUsersUserParameterMultiStatementCount>
    networkPolicies List<GetUsersUserParameterNetworkPolicy>
    noorderSequenceAsDefaults List<GetUsersUserParameterNoorderSequenceAsDefault>
    odbcTreatDecimalAsInts List<GetUsersUserParameterOdbcTreatDecimalAsInt>
    preventUnloadToInternalStages List<GetUsersUserParameterPreventUnloadToInternalStage>
    queryTags List<GetUsersUserParameterQueryTag>
    quotedIdentifiersIgnoreCases List<GetUsersUserParameterQuotedIdentifiersIgnoreCase>
    rowsPerResultsets List<GetUsersUserParameterRowsPerResultset>
    s3StageVpceDnsNames List<GetUsersUserParameterS3StageVpceDnsName>
    searchPaths List<GetUsersUserParameterSearchPath>
    simulatedDataSharingConsumers List<GetUsersUserParameterSimulatedDataSharingConsumer>
    statementQueuedTimeoutInSeconds List<GetUsersUserParameterStatementQueuedTimeoutInSecond>
    statementTimeoutInSeconds List<GetUsersUserParameterStatementTimeoutInSecond>
    strictJsonOutputs List<GetUsersUserParameterStrictJsonOutput>
    timeInputFormats List<GetUsersUserParameterTimeInputFormat>
    timeOutputFormats List<GetUsersUserParameterTimeOutputFormat>
    timestampDayIsAlways24hs List<GetUsersUserParameterTimestampDayIsAlways24h>
    timestampInputFormats List<GetUsersUserParameterTimestampInputFormat>
    timestampLtzOutputFormats List<GetUsersUserParameterTimestampLtzOutputFormat>
    timestampNtzOutputFormats List<GetUsersUserParameterTimestampNtzOutputFormat>
    timestampOutputFormats List<GetUsersUserParameterTimestampOutputFormat>
    timestampTypeMappings List<GetUsersUserParameterTimestampTypeMapping>
    timestampTzOutputFormats List<GetUsersUserParameterTimestampTzOutputFormat>
    timezones List<GetUsersUserParameterTimezone>
    traceLevels List<GetUsersUserParameterTraceLevel>
    transactionAbortOnErrors List<GetUsersUserParameterTransactionAbortOnError>
    transactionDefaultIsolationLevels List<GetUsersUserParameterTransactionDefaultIsolationLevel>
    twoDigitCenturyStarts List<GetUsersUserParameterTwoDigitCenturyStart>
    unsupportedDdlActions List<GetUsersUserParameterUnsupportedDdlAction>
    useCachedResults List<GetUsersUserParameterUseCachedResult>
    weekOfYearPolicies List<GetUsersUserParameterWeekOfYearPolicy>
    weekStarts List<GetUsersUserParameterWeekStart>
    abortDetachedQueries GetUsersUserParameterAbortDetachedQuery[]
    autocommits GetUsersUserParameterAutocommit[]
    binaryInputFormats GetUsersUserParameterBinaryInputFormat[]
    binaryOutputFormats GetUsersUserParameterBinaryOutputFormat[]
    clientMemoryLimits GetUsersUserParameterClientMemoryLimit[]
    clientMetadataRequestUseConnectionCtxes GetUsersUserParameterClientMetadataRequestUseConnectionCtx[]
    clientPrefetchThreads GetUsersUserParameterClientPrefetchThread[]
    clientResultChunkSizes GetUsersUserParameterClientResultChunkSize[]
    clientResultColumnCaseInsensitives GetUsersUserParameterClientResultColumnCaseInsensitive[]
    clientSessionKeepAliveHeartbeatFrequencies GetUsersUserParameterClientSessionKeepAliveHeartbeatFrequency[]
    clientSessionKeepAlives GetUsersUserParameterClientSessionKeepAlife[]
    clientTimestampTypeMappings GetUsersUserParameterClientTimestampTypeMapping[]
    dateInputFormats GetUsersUserParameterDateInputFormat[]
    dateOutputFormats GetUsersUserParameterDateOutputFormat[]
    enableUnloadPhysicalTypeOptimizations GetUsersUserParameterEnableUnloadPhysicalTypeOptimization[]
    enableUnredactedQuerySyntaxErrors GetUsersUserParameterEnableUnredactedQuerySyntaxError[]
    errorOnNondeterministicMerges GetUsersUserParameterErrorOnNondeterministicMerge[]
    errorOnNondeterministicUpdates GetUsersUserParameterErrorOnNondeterministicUpdate[]
    geographyOutputFormats GetUsersUserParameterGeographyOutputFormat[]
    geometryOutputFormats GetUsersUserParameterGeometryOutputFormat[]
    jdbcTreatDecimalAsInts GetUsersUserParameterJdbcTreatDecimalAsInt[]
    jdbcTreatTimestampNtzAsUtcs GetUsersUserParameterJdbcTreatTimestampNtzAsUtc[]
    jdbcUseSessionTimezones GetUsersUserParameterJdbcUseSessionTimezone[]
    jsonIndents GetUsersUserParameterJsonIndent[]
    lockTimeouts GetUsersUserParameterLockTimeout[]
    logLevels GetUsersUserParameterLogLevel[]
    multiStatementCounts GetUsersUserParameterMultiStatementCount[]
    networkPolicies GetUsersUserParameterNetworkPolicy[]
    noorderSequenceAsDefaults GetUsersUserParameterNoorderSequenceAsDefault[]
    odbcTreatDecimalAsInts GetUsersUserParameterOdbcTreatDecimalAsInt[]
    preventUnloadToInternalStages GetUsersUserParameterPreventUnloadToInternalStage[]
    queryTags GetUsersUserParameterQueryTag[]
    quotedIdentifiersIgnoreCases GetUsersUserParameterQuotedIdentifiersIgnoreCase[]
    rowsPerResultsets GetUsersUserParameterRowsPerResultset[]
    s3StageVpceDnsNames GetUsersUserParameterS3StageVpceDnsName[]
    searchPaths GetUsersUserParameterSearchPath[]
    simulatedDataSharingConsumers GetUsersUserParameterSimulatedDataSharingConsumer[]
    statementQueuedTimeoutInSeconds GetUsersUserParameterStatementQueuedTimeoutInSecond[]
    statementTimeoutInSeconds GetUsersUserParameterStatementTimeoutInSecond[]
    strictJsonOutputs GetUsersUserParameterStrictJsonOutput[]
    timeInputFormats GetUsersUserParameterTimeInputFormat[]
    timeOutputFormats GetUsersUserParameterTimeOutputFormat[]
    timestampDayIsAlways24hs GetUsersUserParameterTimestampDayIsAlways24h[]
    timestampInputFormats GetUsersUserParameterTimestampInputFormat[]
    timestampLtzOutputFormats GetUsersUserParameterTimestampLtzOutputFormat[]
    timestampNtzOutputFormats GetUsersUserParameterTimestampNtzOutputFormat[]
    timestampOutputFormats GetUsersUserParameterTimestampOutputFormat[]
    timestampTypeMappings GetUsersUserParameterTimestampTypeMapping[]
    timestampTzOutputFormats GetUsersUserParameterTimestampTzOutputFormat[]
    timezones GetUsersUserParameterTimezone[]
    traceLevels GetUsersUserParameterTraceLevel[]
    transactionAbortOnErrors GetUsersUserParameterTransactionAbortOnError[]
    transactionDefaultIsolationLevels GetUsersUserParameterTransactionDefaultIsolationLevel[]
    twoDigitCenturyStarts GetUsersUserParameterTwoDigitCenturyStart[]
    unsupportedDdlActions GetUsersUserParameterUnsupportedDdlAction[]
    useCachedResults GetUsersUserParameterUseCachedResult[]
    weekOfYearPolicies GetUsersUserParameterWeekOfYearPolicy[]
    weekStarts GetUsersUserParameterWeekStart[]
    abort_detached_queries Sequence[GetUsersUserParameterAbortDetachedQuery]
    autocommits Sequence[GetUsersUserParameterAutocommit]
    binary_input_formats Sequence[GetUsersUserParameterBinaryInputFormat]
    binary_output_formats Sequence[GetUsersUserParameterBinaryOutputFormat]
    client_memory_limits Sequence[GetUsersUserParameterClientMemoryLimit]
    client_metadata_request_use_connection_ctxes Sequence[GetUsersUserParameterClientMetadataRequestUseConnectionCtx]
    client_prefetch_threads Sequence[GetUsersUserParameterClientPrefetchThread]
    client_result_chunk_sizes Sequence[GetUsersUserParameterClientResultChunkSize]
    client_result_column_case_insensitives Sequence[GetUsersUserParameterClientResultColumnCaseInsensitive]
    client_session_keep_alive_heartbeat_frequencies Sequence[GetUsersUserParameterClientSessionKeepAliveHeartbeatFrequency]
    client_session_keep_alives Sequence[GetUsersUserParameterClientSessionKeepAlife]
    client_timestamp_type_mappings Sequence[GetUsersUserParameterClientTimestampTypeMapping]
    date_input_formats Sequence[GetUsersUserParameterDateInputFormat]
    date_output_formats Sequence[GetUsersUserParameterDateOutputFormat]
    enable_unload_physical_type_optimizations Sequence[GetUsersUserParameterEnableUnloadPhysicalTypeOptimization]
    enable_unredacted_query_syntax_errors Sequence[GetUsersUserParameterEnableUnredactedQuerySyntaxError]
    error_on_nondeterministic_merges Sequence[GetUsersUserParameterErrorOnNondeterministicMerge]
    error_on_nondeterministic_updates Sequence[GetUsersUserParameterErrorOnNondeterministicUpdate]
    geography_output_formats Sequence[GetUsersUserParameterGeographyOutputFormat]
    geometry_output_formats Sequence[GetUsersUserParameterGeometryOutputFormat]
    jdbc_treat_decimal_as_ints Sequence[GetUsersUserParameterJdbcTreatDecimalAsInt]
    jdbc_treat_timestamp_ntz_as_utcs Sequence[GetUsersUserParameterJdbcTreatTimestampNtzAsUtc]
    jdbc_use_session_timezones Sequence[GetUsersUserParameterJdbcUseSessionTimezone]
    json_indents Sequence[GetUsersUserParameterJsonIndent]
    lock_timeouts Sequence[GetUsersUserParameterLockTimeout]
    log_levels Sequence[GetUsersUserParameterLogLevel]
    multi_statement_counts Sequence[GetUsersUserParameterMultiStatementCount]
    network_policies Sequence[GetUsersUserParameterNetworkPolicy]
    noorder_sequence_as_defaults Sequence[GetUsersUserParameterNoorderSequenceAsDefault]
    odbc_treat_decimal_as_ints Sequence[GetUsersUserParameterOdbcTreatDecimalAsInt]
    prevent_unload_to_internal_stages Sequence[GetUsersUserParameterPreventUnloadToInternalStage]
    query_tags Sequence[GetUsersUserParameterQueryTag]
    quoted_identifiers_ignore_cases Sequence[GetUsersUserParameterQuotedIdentifiersIgnoreCase]
    rows_per_resultsets Sequence[GetUsersUserParameterRowsPerResultset]
    s3_stage_vpce_dns_names Sequence[GetUsersUserParameterS3StageVpceDnsName]
    search_paths Sequence[GetUsersUserParameterSearchPath]
    simulated_data_sharing_consumers Sequence[GetUsersUserParameterSimulatedDataSharingConsumer]
    statement_queued_timeout_in_seconds Sequence[GetUsersUserParameterStatementQueuedTimeoutInSecond]
    statement_timeout_in_seconds Sequence[GetUsersUserParameterStatementTimeoutInSecond]
    strict_json_outputs Sequence[GetUsersUserParameterStrictJsonOutput]
    time_input_formats Sequence[GetUsersUserParameterTimeInputFormat]
    time_output_formats Sequence[GetUsersUserParameterTimeOutputFormat]
    timestamp_day_is_always24hs Sequence[GetUsersUserParameterTimestampDayIsAlways24h]
    timestamp_input_formats Sequence[GetUsersUserParameterTimestampInputFormat]
    timestamp_ltz_output_formats Sequence[GetUsersUserParameterTimestampLtzOutputFormat]
    timestamp_ntz_output_formats Sequence[GetUsersUserParameterTimestampNtzOutputFormat]
    timestamp_output_formats Sequence[GetUsersUserParameterTimestampOutputFormat]
    timestamp_type_mappings Sequence[GetUsersUserParameterTimestampTypeMapping]
    timestamp_tz_output_formats Sequence[GetUsersUserParameterTimestampTzOutputFormat]
    timezones Sequence[GetUsersUserParameterTimezone]
    trace_levels Sequence[GetUsersUserParameterTraceLevel]
    transaction_abort_on_errors Sequence[GetUsersUserParameterTransactionAbortOnError]
    transaction_default_isolation_levels Sequence[GetUsersUserParameterTransactionDefaultIsolationLevel]
    two_digit_century_starts Sequence[GetUsersUserParameterTwoDigitCenturyStart]
    unsupported_ddl_actions Sequence[GetUsersUserParameterUnsupportedDdlAction]
    use_cached_results Sequence[GetUsersUserParameterUseCachedResult]
    week_of_year_policies Sequence[GetUsersUserParameterWeekOfYearPolicy]
    week_starts Sequence[GetUsersUserParameterWeekStart]
    abortDetachedQueries List<Property Map>
    autocommits List<Property Map>
    binaryInputFormats List<Property Map>
    binaryOutputFormats List<Property Map>
    clientMemoryLimits List<Property Map>
    clientMetadataRequestUseConnectionCtxes List<Property Map>
    clientPrefetchThreads List<Property Map>
    clientResultChunkSizes List<Property Map>
    clientResultColumnCaseInsensitives List<Property Map>
    clientSessionKeepAliveHeartbeatFrequencies List<Property Map>
    clientSessionKeepAlives List<Property Map>
    clientTimestampTypeMappings List<Property Map>
    dateInputFormats List<Property Map>
    dateOutputFormats List<Property Map>
    enableUnloadPhysicalTypeOptimizations List<Property Map>
    enableUnredactedQuerySyntaxErrors List<Property Map>
    errorOnNondeterministicMerges List<Property Map>
    errorOnNondeterministicUpdates List<Property Map>
    geographyOutputFormats List<Property Map>
    geometryOutputFormats List<Property Map>
    jdbcTreatDecimalAsInts List<Property Map>
    jdbcTreatTimestampNtzAsUtcs List<Property Map>
    jdbcUseSessionTimezones List<Property Map>
    jsonIndents List<Property Map>
    lockTimeouts List<Property Map>
    logLevels List<Property Map>
    multiStatementCounts List<Property Map>
    networkPolicies List<Property Map>
    noorderSequenceAsDefaults List<Property Map>
    odbcTreatDecimalAsInts List<Property Map>
    preventUnloadToInternalStages List<Property Map>
    queryTags List<Property Map>
    quotedIdentifiersIgnoreCases List<Property Map>
    rowsPerResultsets List<Property Map>
    s3StageVpceDnsNames List<Property Map>
    searchPaths List<Property Map>
    simulatedDataSharingConsumers List<Property Map>
    statementQueuedTimeoutInSeconds List<Property Map>
    statementTimeoutInSeconds List<Property Map>
    strictJsonOutputs List<Property Map>
    timeInputFormats List<Property Map>
    timeOutputFormats List<Property Map>
    timestampDayIsAlways24hs List<Property Map>
    timestampInputFormats List<Property Map>
    timestampLtzOutputFormats List<Property Map>
    timestampNtzOutputFormats List<Property Map>
    timestampOutputFormats List<Property Map>
    timestampTypeMappings List<Property Map>
    timestampTzOutputFormats List<Property Map>
    timezones List<Property Map>
    traceLevels List<Property Map>
    transactionAbortOnErrors List<Property Map>
    transactionDefaultIsolationLevels List<Property Map>
    twoDigitCenturyStarts List<Property Map>
    unsupportedDdlActions List<Property Map>
    useCachedResults List<Property Map>
    weekOfYearPolicies List<Property Map>
    weekStarts List<Property Map>

    GetUsersUserParameterAbortDetachedQuery

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterAutocommit

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterBinaryInputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterBinaryOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterClientMemoryLimit

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterClientMetadataRequestUseConnectionCtx

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterClientPrefetchThread

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterClientResultChunkSize

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterClientResultColumnCaseInsensitive

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterClientSessionKeepAlife

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterClientSessionKeepAliveHeartbeatFrequency

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterClientTimestampTypeMapping

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterDateInputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterDateOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterEnableUnloadPhysicalTypeOptimization

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterEnableUnredactedQuerySyntaxError

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterErrorOnNondeterministicMerge

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterErrorOnNondeterministicUpdate

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterGeographyOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterGeometryOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterJdbcTreatDecimalAsInt

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterJdbcTreatTimestampNtzAsUtc

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterJdbcUseSessionTimezone

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterJsonIndent

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterLockTimeout

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterLogLevel

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterMultiStatementCount

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterNetworkPolicy

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterNoorderSequenceAsDefault

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterOdbcTreatDecimalAsInt

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterPreventUnloadToInternalStage

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterQueryTag

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterQuotedIdentifiersIgnoreCase

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterRowsPerResultset

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterS3StageVpceDnsName

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterSearchPath

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterSimulatedDataSharingConsumer

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterStatementQueuedTimeoutInSecond

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterStatementTimeoutInSecond

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterStrictJsonOutput

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimeInputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimeOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimestampDayIsAlways24h

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimestampInputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimestampLtzOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimestampNtzOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimestampOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimestampTypeMapping

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimestampTzOutputFormat

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTimezone

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTraceLevel

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTransactionAbortOnError

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTransactionDefaultIsolationLevel

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterTwoDigitCenturyStart

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterUnsupportedDdlAction

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterUseCachedResult

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterWeekOfYearPolicy

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserParameterWeekStart

    Default string
    Description string
    Key string
    Level string
    Value string
    Default string
    Description string
    Key string
    Level string
    Value string
    default_ String
    description String
    key String
    level String
    value String
    default string
    description string
    key string
    level string
    value string
    default String
    description String
    key String
    level String
    value String

    GetUsersUserShowOutput

    Package Details

    Repository
    Snowflake pulumi/pulumi-snowflake
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the snowflake Terraform Provider.
    snowflake logo
    Snowflake v0.59.0 published on Friday, Sep 20, 2024 by Pulumi