pulumi-snowflake 1.2.0a1744439488__py3-none-any.whl → 1.2.0a1744642997__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-snowflake might be problematic. Click here for more details.

Files changed (98) hide show
  1. pulumi_snowflake/_inputs.py +27 -27
  2. pulumi_snowflake/account.py +7 -7
  3. pulumi_snowflake/alert.py +7 -7
  4. pulumi_snowflake/api_authentication_integration_with_authorization_code_grant.py +7 -7
  5. pulumi_snowflake/api_authentication_integration_with_client_credentials.py +7 -7
  6. pulumi_snowflake/api_authentication_integration_with_jwt_bearer.py +7 -7
  7. pulumi_snowflake/api_integration.py +35 -35
  8. pulumi_snowflake/authentication_policy.py +7 -7
  9. pulumi_snowflake/dynamic_table.py +21 -21
  10. pulumi_snowflake/external_function.py +28 -28
  11. pulumi_snowflake/external_table.py +21 -21
  12. pulumi_snowflake/external_volume.py +13 -9
  13. pulumi_snowflake/failover_group.py +7 -7
  14. pulumi_snowflake/function_java.py +14 -14
  15. pulumi_snowflake/function_javascript.py +14 -14
  16. pulumi_snowflake/function_python.py +21 -21
  17. pulumi_snowflake/function_scala.py +14 -14
  18. pulumi_snowflake/function_sql.py +14 -14
  19. pulumi_snowflake/get_alerts.py +6 -2
  20. pulumi_snowflake/get_cortex_search_services.py +6 -2
  21. pulumi_snowflake/get_current_account.py +6 -2
  22. pulumi_snowflake/get_current_role.py +6 -2
  23. pulumi_snowflake/get_database.py +6 -2
  24. pulumi_snowflake/get_database_role.py +6 -2
  25. pulumi_snowflake/get_databases.py +6 -6
  26. pulumi_snowflake/get_dynamic_tables.py +6 -2
  27. pulumi_snowflake/get_external_functions.py +6 -2
  28. pulumi_snowflake/get_external_tables.py +6 -2
  29. pulumi_snowflake/get_failover_groups.py +6 -2
  30. pulumi_snowflake/get_file_formats.py +6 -2
  31. pulumi_snowflake/get_functions.py +6 -2
  32. pulumi_snowflake/get_grants.py +4 -0
  33. pulumi_snowflake/get_masking_policies.py +3 -3
  34. pulumi_snowflake/get_materialized_views.py +6 -2
  35. pulumi_snowflake/get_network_policies.py +3 -3
  36. pulumi_snowflake/get_parameters.py +9 -5
  37. pulumi_snowflake/get_pipes.py +6 -2
  38. pulumi_snowflake/get_procedures.py +6 -2
  39. pulumi_snowflake/get_row_access_policies.py +3 -3
  40. pulumi_snowflake/get_schemas.py +6 -6
  41. pulumi_snowflake/get_secrets.py +7 -3
  42. pulumi_snowflake/get_security_integrations.py +3 -3
  43. pulumi_snowflake/get_sequences.py +6 -2
  44. pulumi_snowflake/get_shares.py +6 -2
  45. pulumi_snowflake/get_stages.py +6 -2
  46. pulumi_snowflake/get_storage_integrations.py +6 -2
  47. pulumi_snowflake/get_streamlits.py +3 -3
  48. pulumi_snowflake/get_streams.py +3 -3
  49. pulumi_snowflake/get_system_generate_scim_access_token.py +6 -2
  50. pulumi_snowflake/get_system_get_aws_sns_iam_policy.py +4 -0
  51. pulumi_snowflake/get_system_get_private_link_config.py +6 -2
  52. pulumi_snowflake/get_system_get_snowflake_platform_info.py +6 -2
  53. pulumi_snowflake/get_tables.py +6 -2
  54. pulumi_snowflake/get_tasks.py +3 -3
  55. pulumi_snowflake/get_users.py +6 -6
  56. pulumi_snowflake/get_views.py +3 -3
  57. pulumi_snowflake/get_warehouses.py +6 -6
  58. pulumi_snowflake/grant_privileges_to_account_role.py +28 -28
  59. pulumi_snowflake/grant_privileges_to_database_role.py +21 -21
  60. pulumi_snowflake/legacy_service_user.py +21 -21
  61. pulumi_snowflake/managed_account.py +7 -7
  62. pulumi_snowflake/masking_policy.py +7 -7
  63. pulumi_snowflake/materialized_view.py +14 -14
  64. pulumi_snowflake/network_policy_attachment.py +7 -7
  65. pulumi_snowflake/notification_integration.py +20 -7
  66. pulumi_snowflake/oauth_integration_for_custom_clients.py +35 -35
  67. pulumi_snowflake/oauth_integration_for_partner_applications.py +21 -21
  68. pulumi_snowflake/object_parameter.py +7 -7
  69. pulumi_snowflake/outputs.py +18 -18
  70. pulumi_snowflake/password_policy.py +97 -93
  71. pulumi_snowflake/pipe.py +7 -7
  72. pulumi_snowflake/procedure_java.py +14 -14
  73. pulumi_snowflake/procedure_javascript.py +14 -14
  74. pulumi_snowflake/procedure_python.py +14 -14
  75. pulumi_snowflake/procedure_scala.py +14 -14
  76. pulumi_snowflake/procedure_sql.py +14 -14
  77. pulumi_snowflake/pulumi-plugin.json +1 -1
  78. pulumi_snowflake/saml2_integration.py +28 -28
  79. pulumi_snowflake/schema.py +14 -14
  80. pulumi_snowflake/scim_integration.py +7 -7
  81. pulumi_snowflake/sequence.py +21 -21
  82. pulumi_snowflake/service_user.py +14 -14
  83. pulumi_snowflake/storage_integration.py +65 -0
  84. pulumi_snowflake/stream_on_external_table.py +7 -7
  85. pulumi_snowflake/stream_on_table.py +7 -7
  86. pulumi_snowflake/stream_on_view.py +7 -7
  87. pulumi_snowflake/table.py +14 -14
  88. pulumi_snowflake/table_constraint.py +42 -42
  89. pulumi_snowflake/tag_association.py +7 -7
  90. pulumi_snowflake/task.py +7 -7
  91. pulumi_snowflake/user.py +21 -21
  92. pulumi_snowflake/view.py +14 -14
  93. pulumi_snowflake/warehouse.py +28 -28
  94. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/METADATA +1 -1
  95. pulumi_snowflake-1.2.0a1744642997.dist-info/RECORD +148 -0
  96. pulumi_snowflake-1.2.0a1744439488.dist-info/RECORD +0 -148
  97. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/WHEEL +0 -0
  98. {pulumi_snowflake-1.2.0a1744439488.dist-info → pulumi_snowflake-1.2.0a1744642997.dist-info}/top_level.txt +0 -0
@@ -77,7 +77,7 @@ class AwaitableGetSystemGenerateScimAccessTokenResult(GetSystemGenerateScimAcces
77
77
  def get_system_generate_scim_access_token(integration_name: Optional[builtins.str] = None,
78
78
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemGenerateScimAccessTokenResult:
79
79
  """
80
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
80
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
81
81
 
82
82
  ## Example Usage
83
83
 
@@ -88,6 +88,8 @@ def get_system_generate_scim_access_token(integration_name: Optional[builtins.st
88
88
  scim = snowflake.get_system_generate_scim_access_token(integration_name="AAD_PROVISIONING")
89
89
  ```
90
90
 
91
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
92
+
91
93
 
92
94
  :param builtins.str integration_name: SCIM Integration Name
93
95
  """
@@ -103,7 +105,7 @@ def get_system_generate_scim_access_token(integration_name: Optional[builtins.st
103
105
  def get_system_generate_scim_access_token_output(integration_name: Optional[pulumi.Input[builtins.str]] = None,
104
106
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemGenerateScimAccessTokenResult]:
105
107
  """
106
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
108
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
107
109
 
108
110
  ## Example Usage
109
111
 
@@ -114,6 +116,8 @@ def get_system_generate_scim_access_token_output(integration_name: Optional[pulu
114
116
  scim = snowflake.get_system_generate_scim_access_token(integration_name="AAD_PROVISIONING")
115
117
  ```
116
118
 
119
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
120
+
117
121
 
118
122
  :param builtins.str integration_name: SCIM Integration Name
119
123
  """
@@ -86,6 +86,8 @@ def get_system_get_aws_sns_iam_policy(aws_sns_topic_arn: Optional[builtins.str]
86
86
  snowflake_policy = snowflake.get_system_get_aws_sns_iam_policy(aws_sns_topic_arn="<aws_sns_topic_arn>")
87
87
  ```
88
88
 
89
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
90
+
89
91
 
90
92
  :param builtins.str aws_sns_topic_arn: Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
91
93
  """
@@ -110,6 +112,8 @@ def get_system_get_aws_sns_iam_policy_output(aws_sns_topic_arn: Optional[pulumi.
110
112
  snowflake_policy = snowflake.get_system_get_aws_sns_iam_policy(aws_sns_topic_arn="<aws_sns_topic_arn>")
111
113
  ```
112
114
 
115
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
116
+
113
117
 
114
118
  :param builtins.str aws_sns_topic_arn: Amazon Resource Name (ARN) of the SNS topic for your S3 bucket
115
119
  """
@@ -160,7 +160,7 @@ class AwaitableGetSystemGetPrivateLinkConfigResult(GetSystemGetPrivateLinkConfig
160
160
 
161
161
  def get_system_get_private_link_config(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemGetPrivateLinkConfigResult:
162
162
  """
163
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
163
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
164
164
 
165
165
  ## Example Usage
166
166
 
@@ -211,6 +211,8 @@ def get_system_get_private_link_config(opts: Optional[pulumi.InvokeOptions] = No
211
211
  ttl=300,
212
212
  records=[snowflake_private_link_vpc_endpoint.dns_entry[0].dns_name])
213
213
  ```
214
+
215
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
214
216
  """
215
217
  __args__ = dict()
216
218
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -229,7 +231,7 @@ def get_system_get_private_link_config(opts: Optional[pulumi.InvokeOptions] = No
229
231
  snowsight_url=pulumi.get(__ret__, 'snowsight_url'))
230
232
  def get_system_get_private_link_config_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemGetPrivateLinkConfigResult]:
231
233
  """
232
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
234
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
233
235
 
234
236
  ## Example Usage
235
237
 
@@ -280,6 +282,8 @@ def get_system_get_private_link_config_output(opts: Optional[Union[pulumi.Invoke
280
282
  ttl=300,
281
283
  records=[snowflake_private_link_vpc_endpoint.dns_entry[0].dns_name])
282
284
  ```
285
+
286
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
283
287
  """
284
288
  __args__ = dict()
285
289
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -76,7 +76,9 @@ class AwaitableGetSystemGetSnowflakePlatformInfoResult(GetSystemGetSnowflakePlat
76
76
 
77
77
  def get_system_get_snowflake_platform_info(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSystemGetSnowflakePlatformInfoResult:
78
78
  """
79
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
79
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
80
+
81
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
80
82
  """
81
83
  __args__ = dict()
82
84
  opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -88,7 +90,9 @@ def get_system_get_snowflake_platform_info(opts: Optional[pulumi.InvokeOptions]
88
90
  id=pulumi.get(__ret__, 'id'))
89
91
  def get_system_get_snowflake_platform_info_output(opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetSystemGetSnowflakePlatformInfoResult]:
90
92
  """
91
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
93
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+
95
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
92
96
  """
93
97
  __args__ = dict()
94
98
  opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
@@ -91,7 +91,7 @@ def get_tables(database: Optional[builtins.str] = None,
91
91
  schema: Optional[builtins.str] = None,
92
92
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetTablesResult:
93
93
  """
94
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
94
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
95
95
 
96
96
  ## Example Usage
97
97
 
@@ -103,6 +103,8 @@ def get_tables(database: Optional[builtins.str] = None,
103
103
  schema="MYSCHEMA")
104
104
  ```
105
105
 
106
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
107
+
106
108
 
107
109
  :param builtins.str database: The database from which to return the schemas from.
108
110
  :param builtins.str schema: The schema from which to return the tables from.
@@ -122,7 +124,7 @@ def get_tables_output(database: Optional[pulumi.Input[builtins.str]] = None,
122
124
  schema: Optional[pulumi.Input[builtins.str]] = None,
123
125
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetTablesResult]:
124
126
  """
125
- !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled field` in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
127
+ !> **Caution: Preview Feature** This feature is considered a preview feature in the provider, regardless of the state of the resource in Snowflake. We do not guarantee its stability. It will be reworked and marked as a stable feature in future releases. Breaking changes are expected, even without bumping the major version. To use this feature, add the relevant feature name to `preview_features_enabled` field in the provider configuration. Please always refer to the Getting Help section in our Github repo to best determine how to get help for your questions.
126
128
 
127
129
  ## Example Usage
128
130
 
@@ -134,6 +136,8 @@ def get_tables_output(database: Optional[pulumi.Input[builtins.str]] = None,
134
136
  schema="MYSCHEMA")
135
137
  ```
136
138
 
139
+ > **Note** If a field has a default value, it is shown next to the type in the schema.
140
+
137
141
 
138
142
  :param builtins.str database: The database from which to return the schemas from.
139
143
  :param builtins.str schema: The schema from which to return the tables from.
@@ -115,7 +115,7 @@ class GetTasksResult:
115
115
  @pulumi.getter(name="withParameters")
116
116
  def with_parameters(self) -> Optional[builtins.bool]:
117
117
  """
118
- Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
118
+ (Default: `true`) Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
119
119
  """
120
120
  return pulumi.get(self, "with_parameters")
121
121
 
@@ -152,7 +152,7 @@ def get_tasks(in_: Optional[Union['GetTasksInArgs', 'GetTasksInArgsDict']] = Non
152
152
  :param Union['GetTasksLimitArgs', 'GetTasksLimitArgsDict'] limit: 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`.
153
153
  :param builtins.bool root_only: Filters the command output to return only root tasks (tasks with no predecessors).
154
154
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
155
- :param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
155
+ :param builtins.bool with_parameters: (Default: `true`) Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
156
156
  """
157
157
  __args__ = dict()
158
158
  __args__['in'] = in_
@@ -189,7 +189,7 @@ def get_tasks_output(in_: Optional[pulumi.Input[Optional[Union['GetTasksInArgs',
189
189
  :param Union['GetTasksLimitArgs', 'GetTasksLimitArgsDict'] limit: 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`.
190
190
  :param builtins.bool root_only: Filters the command output to return only root tasks (tasks with no predecessors).
191
191
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
192
- :param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
192
+ :param builtins.bool with_parameters: (Default: `true`) Runs SHOW PARAMETERS FOR TASK for each task returned by SHOW TASK and saves the output to the parameters field as a map. By default this value is set to true.
193
193
  """
194
194
  __args__ = dict()
195
195
  __args__['in'] = in_
@@ -96,7 +96,7 @@ class GetUsersResult:
96
96
  @pulumi.getter(name="withDescribe")
97
97
  def with_describe(self) -> Optional[builtins.bool]:
98
98
  """
99
- 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.
99
+ (Default: `true`) 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.
100
100
  """
101
101
  return pulumi.get(self, "with_describe")
102
102
 
@@ -104,7 +104,7 @@ class GetUsersResult:
104
104
  @pulumi.getter(name="withParameters")
105
105
  def with_parameters(self) -> Optional[builtins.bool]:
106
106
  """
107
- 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.
107
+ (Default: `true`) 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.
108
108
  """
109
109
  return pulumi.get(self, "with_parameters")
110
110
 
@@ -137,8 +137,8 @@ def get_users(like: Optional[builtins.str] = None,
137
137
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
138
138
  :param Union['GetUsersLimitArgs', 'GetUsersLimitArgsDict'] limit: 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`.
139
139
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
140
- :param builtins.bool with_describe: 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.
141
- :param builtins.bool with_parameters: 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.
140
+ :param builtins.bool with_describe: (Default: `true`) 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.
141
+ :param builtins.bool with_parameters: (Default: `true`) 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.
142
142
  """
143
143
  __args__ = dict()
144
144
  __args__['like'] = like
@@ -170,8 +170,8 @@ def get_users_output(like: Optional[pulumi.Input[Optional[builtins.str]]] = None
170
170
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
171
171
  :param Union['GetUsersLimitArgs', 'GetUsersLimitArgsDict'] limit: 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`.
172
172
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
173
- :param builtins.bool with_describe: 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.
174
- :param builtins.bool with_parameters: 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.
173
+ :param builtins.bool with_describe: (Default: `true`) 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.
174
+ :param builtins.bool with_parameters: (Default: `true`) 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.
175
175
  """
176
176
  __args__ = dict()
177
177
  __args__['like'] = like
@@ -104,7 +104,7 @@ class GetViewsResult:
104
104
  @pulumi.getter(name="withDescribe")
105
105
  def with_describe(self) -> Optional[builtins.bool]:
106
106
  """
107
- Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
107
+ (Default: `true`) Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
108
108
  """
109
109
  return pulumi.get(self, "with_describe")
110
110
 
@@ -138,7 +138,7 @@ def get_views(in_: Optional[Union['GetViewsInArgs', 'GetViewsInArgsDict']] = Non
138
138
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
139
139
  :param Union['GetViewsLimitArgs', 'GetViewsLimitArgsDict'] limit: 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`.
140
140
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
141
- :param builtins.bool with_describe: Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
141
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
142
142
  """
143
143
  __args__ = dict()
144
144
  __args__['in'] = in_
@@ -171,7 +171,7 @@ def get_views_output(in_: Optional[pulumi.Input[Optional[Union['GetViewsInArgs',
171
171
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
172
172
  :param Union['GetViewsLimitArgs', 'GetViewsLimitArgsDict'] limit: 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`.
173
173
  :param builtins.str starts_with: Filters the output with **case-sensitive** characters indicating the beginning of the object name.
174
- :param builtins.bool with_describe: Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
174
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC VIEW for each view returned by SHOW VIEWS. The output of describe is saved to the description field. By default this value is set to true.
175
175
  """
176
176
  __args__ = dict()
177
177
  __args__['in'] = in_
@@ -73,7 +73,7 @@ class GetWarehousesResult:
73
73
  @pulumi.getter(name="withDescribe")
74
74
  def with_describe(self) -> Optional[builtins.bool]:
75
75
  """
76
- Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true.
76
+ (Default: `true`) Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true.
77
77
  """
78
78
  return pulumi.get(self, "with_describe")
79
79
 
@@ -81,7 +81,7 @@ class GetWarehousesResult:
81
81
  @pulumi.getter(name="withParameters")
82
82
  def with_parameters(self) -> Optional[builtins.bool]:
83
83
  """
84
- Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
84
+ (Default: `true`) Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
85
85
  """
86
86
  return pulumi.get(self, "with_parameters")
87
87
 
@@ -108,8 +108,8 @@ def get_warehouses(like: Optional[builtins.str] = None,
108
108
 
109
109
 
110
110
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
111
- :param builtins.bool with_describe: Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true.
112
- :param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
111
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true.
112
+ :param builtins.bool with_parameters: (Default: `true`) Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
113
113
  """
114
114
  __args__ = dict()
115
115
  __args__['like'] = like
@@ -133,8 +133,8 @@ def get_warehouses_output(like: Optional[pulumi.Input[Optional[builtins.str]]] =
133
133
 
134
134
 
135
135
  :param builtins.str like: Filters the output with **case-insensitive** pattern, with support for SQL wildcard characters (`%` and `_`).
136
- :param builtins.bool with_describe: Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true.
137
- :param builtins.bool with_parameters: Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
136
+ :param builtins.bool with_describe: (Default: `true`) Runs DESC WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the description field. By default this value is set to true.
137
+ :param builtins.bool with_parameters: (Default: `true`) Runs SHOW PARAMETERS FOR WAREHOUSE for each warehouse returned by SHOW WAREHOUSES. The output of describe is saved to the parameters field as a map. By default this value is set to true.
138
138
  """
139
139
  __args__ = dict()
140
140
  __args__['like'] = like
@@ -35,14 +35,14 @@ class GrantPrivilegesToAccountRoleArgs:
35
35
  """
36
36
  The set of arguments for constructing a GrantPrivilegesToAccountRole resource.
37
37
  :param pulumi.Input[builtins.str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
38
- :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the account role.
39
- :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
40
- :param pulumi.Input[builtins.bool] on_account: If true, the privileges will be granted on the account.
38
+ :param pulumi.Input[builtins.bool] all_privileges: (Default: `false`) Grant all privileges on the account role. When all privileges cannot be granted, the provider returns a warning, which is aligned with the Snowsight behavior.
39
+ :param pulumi.Input[builtins.str] always_apply_trigger: (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
40
+ :param pulumi.Input[builtins.bool] on_account: (Default: `false`) If true, the privileges will be granted on the account.
41
41
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnAccountObjectArgs'] on_account_object: Specifies the account object on which privileges will be granted
42
42
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaArgs'] on_schema: Specifies the schema on which privileges will be granted.
43
43
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaObjectArgs'] on_schema_object: Specifies the schema object on which privileges will be granted.
44
44
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
45
- :param pulumi.Input[builtins.bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
45
+ :param pulumi.Input[builtins.bool] with_grant_option: (Default: `false`) Specifies whether the grantee can grant the privileges to other users.
46
46
  """
47
47
  pulumi.set(__self__, "account_role_name", account_role_name)
48
48
  if all_privileges is not None:
@@ -80,7 +80,7 @@ class GrantPrivilegesToAccountRoleArgs:
80
80
  @pulumi.getter(name="allPrivileges")
81
81
  def all_privileges(self) -> Optional[pulumi.Input[builtins.bool]]:
82
82
  """
83
- Grant all privileges on the account role.
83
+ (Default: `false`) Grant all privileges on the account role. When all privileges cannot be granted, the provider returns a warning, which is aligned with the Snowsight behavior.
84
84
  """
85
85
  return pulumi.get(self, "all_privileges")
86
86
 
@@ -101,7 +101,7 @@ class GrantPrivilegesToAccountRoleArgs:
101
101
  @pulumi.getter(name="alwaysApplyTrigger")
102
102
  def always_apply_trigger(self) -> Optional[pulumi.Input[builtins.str]]:
103
103
  """
104
- This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
104
+ (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
105
105
  """
106
106
  return pulumi.get(self, "always_apply_trigger")
107
107
 
@@ -113,7 +113,7 @@ class GrantPrivilegesToAccountRoleArgs:
113
113
  @pulumi.getter(name="onAccount")
114
114
  def on_account(self) -> Optional[pulumi.Input[builtins.bool]]:
115
115
  """
116
- If true, the privileges will be granted on the account.
116
+ (Default: `false`) If true, the privileges will be granted on the account.
117
117
  """
118
118
  return pulumi.get(self, "on_account")
119
119
 
@@ -173,7 +173,7 @@ class GrantPrivilegesToAccountRoleArgs:
173
173
  @pulumi.getter(name="withGrantOption")
174
174
  def with_grant_option(self) -> Optional[pulumi.Input[builtins.bool]]:
175
175
  """
176
- Specifies whether the grantee can grant the privileges to other users.
176
+ (Default: `false`) Specifies whether the grantee can grant the privileges to other users.
177
177
  """
178
178
  return pulumi.get(self, "with_grant_option")
179
179
 
@@ -198,14 +198,14 @@ class _GrantPrivilegesToAccountRoleState:
198
198
  """
199
199
  Input properties used for looking up and filtering GrantPrivilegesToAccountRole resources.
200
200
  :param pulumi.Input[builtins.str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
201
- :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the account role.
202
- :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
203
- :param pulumi.Input[builtins.bool] on_account: If true, the privileges will be granted on the account.
201
+ :param pulumi.Input[builtins.bool] all_privileges: (Default: `false`) Grant all privileges on the account role. When all privileges cannot be granted, the provider returns a warning, which is aligned with the Snowsight behavior.
202
+ :param pulumi.Input[builtins.str] always_apply_trigger: (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
203
+ :param pulumi.Input[builtins.bool] on_account: (Default: `false`) If true, the privileges will be granted on the account.
204
204
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnAccountObjectArgs'] on_account_object: Specifies the account object on which privileges will be granted
205
205
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaArgs'] on_schema: Specifies the schema on which privileges will be granted.
206
206
  :param pulumi.Input['GrantPrivilegesToAccountRoleOnSchemaObjectArgs'] on_schema_object: Specifies the schema object on which privileges will be granted.
207
207
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
208
- :param pulumi.Input[builtins.bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
208
+ :param pulumi.Input[builtins.bool] with_grant_option: (Default: `false`) Specifies whether the grantee can grant the privileges to other users.
209
209
  """
210
210
  if account_role_name is not None:
211
211
  pulumi.set(__self__, "account_role_name", account_role_name)
@@ -244,7 +244,7 @@ class _GrantPrivilegesToAccountRoleState:
244
244
  @pulumi.getter(name="allPrivileges")
245
245
  def all_privileges(self) -> Optional[pulumi.Input[builtins.bool]]:
246
246
  """
247
- Grant all privileges on the account role.
247
+ (Default: `false`) Grant all privileges on the account role. When all privileges cannot be granted, the provider returns a warning, which is aligned with the Snowsight behavior.
248
248
  """
249
249
  return pulumi.get(self, "all_privileges")
250
250
 
@@ -265,7 +265,7 @@ class _GrantPrivilegesToAccountRoleState:
265
265
  @pulumi.getter(name="alwaysApplyTrigger")
266
266
  def always_apply_trigger(self) -> Optional[pulumi.Input[builtins.str]]:
267
267
  """
268
- This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
268
+ (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
269
269
  """
270
270
  return pulumi.get(self, "always_apply_trigger")
271
271
 
@@ -277,7 +277,7 @@ class _GrantPrivilegesToAccountRoleState:
277
277
  @pulumi.getter(name="onAccount")
278
278
  def on_account(self) -> Optional[pulumi.Input[builtins.bool]]:
279
279
  """
280
- If true, the privileges will be granted on the account.
280
+ (Default: `false`) If true, the privileges will be granted on the account.
281
281
  """
282
282
  return pulumi.get(self, "on_account")
283
283
 
@@ -337,7 +337,7 @@ class _GrantPrivilegesToAccountRoleState:
337
337
  @pulumi.getter(name="withGrantOption")
338
338
  def with_grant_option(self) -> Optional[pulumi.Input[builtins.bool]]:
339
339
  """
340
- Specifies whether the grantee can grant the privileges to other users.
340
+ (Default: `false`) Specifies whether the grantee can grant the privileges to other users.
341
341
  """
342
342
  return pulumi.get(self, "with_grant_option")
343
343
 
@@ -394,14 +394,14 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
394
394
  :param str resource_name: The name of the resource.
395
395
  :param pulumi.ResourceOptions opts: Options for the resource.
396
396
  :param pulumi.Input[builtins.str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
397
- :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the account role.
398
- :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
399
- :param pulumi.Input[builtins.bool] on_account: If true, the privileges will be granted on the account.
397
+ :param pulumi.Input[builtins.bool] all_privileges: (Default: `false`) Grant all privileges on the account role. When all privileges cannot be granted, the provider returns a warning, which is aligned with the Snowsight behavior.
398
+ :param pulumi.Input[builtins.str] always_apply_trigger: (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
399
+ :param pulumi.Input[builtins.bool] on_account: (Default: `false`) If true, the privileges will be granted on the account.
400
400
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnAccountObjectArgs', 'GrantPrivilegesToAccountRoleOnAccountObjectArgsDict']] on_account_object: Specifies the account object on which privileges will be granted
401
401
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaArgs', 'GrantPrivilegesToAccountRoleOnSchemaArgsDict']] on_schema: Specifies the schema on which privileges will be granted.
402
402
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaObjectArgs', 'GrantPrivilegesToAccountRoleOnSchemaObjectArgsDict']] on_schema_object: Specifies the schema object on which privileges will be granted.
403
403
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
404
- :param pulumi.Input[builtins.bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
404
+ :param pulumi.Input[builtins.bool] with_grant_option: (Default: `false`) Specifies whether the grantee can grant the privileges to other users.
405
405
  """
406
406
  ...
407
407
  @overload
@@ -512,14 +512,14 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
512
512
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
513
513
  :param pulumi.ResourceOptions opts: Options for the resource.
514
514
  :param pulumi.Input[builtins.str] account_role_name: The fully qualified name of the account role to which privileges will be granted. For more information about this resource, see docs.
515
- :param pulumi.Input[builtins.bool] all_privileges: Grant all privileges on the account role.
516
- :param pulumi.Input[builtins.str] always_apply_trigger: This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
517
- :param pulumi.Input[builtins.bool] on_account: If true, the privileges will be granted on the account.
515
+ :param pulumi.Input[builtins.bool] all_privileges: (Default: `false`) Grant all privileges on the account role. When all privileges cannot be granted, the provider returns a warning, which is aligned with the Snowsight behavior.
516
+ :param pulumi.Input[builtins.str] always_apply_trigger: (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
517
+ :param pulumi.Input[builtins.bool] on_account: (Default: `false`) If true, the privileges will be granted on the account.
518
518
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnAccountObjectArgs', 'GrantPrivilegesToAccountRoleOnAccountObjectArgsDict']] on_account_object: Specifies the account object on which privileges will be granted
519
519
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaArgs', 'GrantPrivilegesToAccountRoleOnSchemaArgsDict']] on_schema: Specifies the schema on which privileges will be granted.
520
520
  :param pulumi.Input[Union['GrantPrivilegesToAccountRoleOnSchemaObjectArgs', 'GrantPrivilegesToAccountRoleOnSchemaObjectArgsDict']] on_schema_object: Specifies the schema object on which privileges will be granted.
521
521
  :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] privileges: The privileges to grant on the account role. This field is case-sensitive; use only upper-case privileges.
522
- :param pulumi.Input[builtins.bool] with_grant_option: Specifies whether the grantee can grant the privileges to other users.
522
+ :param pulumi.Input[builtins.bool] with_grant_option: (Default: `false`) Specifies whether the grantee can grant the privileges to other users.
523
523
  """
524
524
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
525
525
 
@@ -549,7 +549,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
549
549
  @pulumi.getter(name="allPrivileges")
550
550
  def all_privileges(self) -> pulumi.Output[Optional[builtins.bool]]:
551
551
  """
552
- Grant all privileges on the account role.
552
+ (Default: `false`) Grant all privileges on the account role. When all privileges cannot be granted, the provider returns a warning, which is aligned with the Snowsight behavior.
553
553
  """
554
554
  return pulumi.get(self, "all_privileges")
555
555
 
@@ -562,7 +562,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
562
562
  @pulumi.getter(name="alwaysApplyTrigger")
563
563
  def always_apply_trigger(self) -> pulumi.Output[Optional[builtins.str]]:
564
564
  """
565
- This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
565
+ (Default: ``) This is a helper field and should not be set. Its main purpose is to help to achieve the functionality described by the always_apply field.
566
566
  """
567
567
  return pulumi.get(self, "always_apply_trigger")
568
568
 
@@ -570,7 +570,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
570
570
  @pulumi.getter(name="onAccount")
571
571
  def on_account(self) -> pulumi.Output[Optional[builtins.bool]]:
572
572
  """
573
- If true, the privileges will be granted on the account.
573
+ (Default: `false`) If true, the privileges will be granted on the account.
574
574
  """
575
575
  return pulumi.get(self, "on_account")
576
576
 
@@ -610,7 +610,7 @@ class GrantPrivilegesToAccountRole(pulumi.CustomResource):
610
610
  @pulumi.getter(name="withGrantOption")
611
611
  def with_grant_option(self) -> pulumi.Output[Optional[builtins.bool]]:
612
612
  """
613
- Specifies whether the grantee can grant the privileges to other users.
613
+ (Default: `false`) Specifies whether the grantee can grant the privileges to other users.
614
614
  """
615
615
  return pulumi.get(self, "with_grant_option")
616
616