pulumi-aiven 6.43.0a1756184863__py3-none-any.whl → 6.47.0a1767071446__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.
Files changed (102) hide show
  1. pulumi_aiven/__init__.py +4 -0
  2. pulumi_aiven/_inputs.py +3087 -602
  3. pulumi_aiven/account_team.py +6 -12
  4. pulumi_aiven/account_team_member.py +6 -12
  5. pulumi_aiven/account_team_project.py +6 -12
  6. pulumi_aiven/alloydbomni.py +72 -23
  7. pulumi_aiven/alloydbomni_database.py +26 -0
  8. pulumi_aiven/alloydbomni_user.py +135 -8
  9. pulumi_aiven/billing_group.py +225 -114
  10. pulumi_aiven/cassandra.py +46 -23
  11. pulumi_aiven/cassandra_user.py +110 -9
  12. pulumi_aiven/clickhouse.py +46 -23
  13. pulumi_aiven/clickhouse_user.py +127 -7
  14. pulumi_aiven/dragonfly.py +46 -23
  15. pulumi_aiven/flink.py +46 -23
  16. pulumi_aiven/get_account_team.py +6 -12
  17. pulumi_aiven/get_account_team_member.py +6 -12
  18. pulumi_aiven/get_account_team_project.py +6 -12
  19. pulumi_aiven/get_alloydbomni.py +43 -3
  20. pulumi_aiven/get_alloydbomni_database.py +26 -0
  21. pulumi_aiven/get_alloydbomni_user.py +27 -1
  22. pulumi_aiven/get_billing_group.py +47 -15
  23. pulumi_aiven/get_cassanda.py +17 -3
  24. pulumi_aiven/get_cassandra.py +17 -3
  25. pulumi_aiven/get_cassandra_user.py +1 -1
  26. pulumi_aiven/get_clickhouse.py +17 -3
  27. pulumi_aiven/get_clickhouse_user.py +1 -1
  28. pulumi_aiven/get_dragonfly.py +17 -3
  29. pulumi_aiven/get_flink.py +17 -3
  30. pulumi_aiven/get_grafana.py +17 -3
  31. pulumi_aiven/get_influx_db.py +12 -1
  32. pulumi_aiven/get_kafka.py +17 -3
  33. pulumi_aiven/get_kafka_connect.py +17 -3
  34. pulumi_aiven/get_kafka_mirror_maker.py +17 -3
  35. pulumi_aiven/get_kafka_user.py +1 -1
  36. pulumi_aiven/get_m3_aggregator.py +14 -112
  37. pulumi_aiven/get_m3_db.py +14 -124
  38. pulumi_aiven/get_m3db_user.py +2 -61
  39. pulumi_aiven/get_my_sql.py +17 -3
  40. pulumi_aiven/get_mysql_user.py +1 -1
  41. pulumi_aiven/get_open_search.py +17 -3
  42. pulumi_aiven/get_opensearch_user.py +1 -1
  43. pulumi_aiven/get_organization.py +1 -1
  44. pulumi_aiven/get_organization_address.py +1 -1
  45. pulumi_aiven/get_organization_application_user.py +29 -11
  46. pulumi_aiven/get_organization_billing_group.py +3 -3
  47. pulumi_aiven/get_organization_project.py +2 -8
  48. pulumi_aiven/get_organization_user_group_list.py +131 -0
  49. pulumi_aiven/get_organization_user_group_member_list.py +171 -0
  50. pulumi_aiven/get_organization_user_list.py +33 -11
  51. pulumi_aiven/get_organizational_unit.py +4 -0
  52. pulumi_aiven/get_pg.py +17 -3
  53. pulumi_aiven/get_pg_user.py +1 -1
  54. pulumi_aiven/get_redis.py +14 -128
  55. pulumi_aiven/get_redis_user.py +2 -77
  56. pulumi_aiven/get_service_component.py +3 -3
  57. pulumi_aiven/get_service_plan.py +309 -0
  58. pulumi_aiven/get_service_plan_list.py +151 -0
  59. pulumi_aiven/get_thanos.py +17 -3
  60. pulumi_aiven/get_valkey.py +17 -3
  61. pulumi_aiven/get_valkey_user.py +4 -4
  62. pulumi_aiven/governance_access.py +12 -0
  63. pulumi_aiven/grafana.py +46 -23
  64. pulumi_aiven/influx_db.py +133 -291
  65. pulumi_aiven/influxdb_database.py +14 -28
  66. pulumi_aiven/influxdb_user.py +21 -42
  67. pulumi_aiven/kafka.py +46 -23
  68. pulumi_aiven/kafka_connect.py +48 -25
  69. pulumi_aiven/kafka_mirror_maker.py +46 -23
  70. pulumi_aiven/kafka_schema.py +20 -20
  71. pulumi_aiven/kafka_user.py +110 -9
  72. pulumi_aiven/m3_aggregator.py +48 -75
  73. pulumi_aiven/m3_db.py +48 -95
  74. pulumi_aiven/m3db_user.py +2 -54
  75. pulumi_aiven/my_sql.py +46 -23
  76. pulumi_aiven/mysql_user.py +110 -9
  77. pulumi_aiven/open_search.py +46 -23
  78. pulumi_aiven/opensearch_user.py +110 -9
  79. pulumi_aiven/organization.py +6 -6
  80. pulumi_aiven/organization_address.py +12 -0
  81. pulumi_aiven/organization_application_user.py +76 -48
  82. pulumi_aiven/organization_application_user_token.py +127 -91
  83. pulumi_aiven/organization_billing_group.py +33 -21
  84. pulumi_aiven/organization_permission.py +82 -49
  85. pulumi_aiven/organization_project.py +9 -15
  86. pulumi_aiven/organization_user.py +8 -8
  87. pulumi_aiven/organization_user_group_member.py +29 -35
  88. pulumi_aiven/outputs.py +2042 -326
  89. pulumi_aiven/pg.py +112 -23
  90. pulumi_aiven/pg_user.py +109 -8
  91. pulumi_aiven/project.py +2 -24
  92. pulumi_aiven/pulumi-plugin.json +1 -1
  93. pulumi_aiven/redis.py +57 -97
  94. pulumi_aiven/redis_user.py +23 -79
  95. pulumi_aiven/thanos.py +46 -23
  96. pulumi_aiven/valkey.py +46 -23
  97. pulumi_aiven/valkey_user.py +130 -29
  98. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/METADATA +1 -1
  99. pulumi_aiven-6.47.0a1767071446.dist-info/RECORD +193 -0
  100. pulumi_aiven-6.43.0a1756184863.dist-info/RECORD +0 -189
  101. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/WHEEL +0 -0
  102. {pulumi_aiven-6.43.0a1756184863.dist-info → pulumi_aiven-6.47.0a1767071446.dist-info}/top_level.txt +0 -0
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
13
13
  else:
14
14
  from typing_extensions import NotRequired, TypedDict, TypeAlias
15
15
  from . import _utilities
16
+ from . import outputs
17
+ from ._inputs import *
16
18
 
17
19
  __all__ = ['OrganizationApplicationUserArgs', 'OrganizationApplicationUser']
18
20
 
@@ -21,27 +23,30 @@ class OrganizationApplicationUserArgs:
21
23
  def __init__(__self__, *,
22
24
  organization_id: pulumi.Input[_builtins.str],
23
25
  is_super_admin: Optional[pulumi.Input[_builtins.bool]] = None,
24
- name: Optional[pulumi.Input[_builtins.str]] = None):
26
+ name: Optional[pulumi.Input[_builtins.str]] = None,
27
+ timeouts: Optional[pulumi.Input['OrganizationApplicationUserTimeoutsArgs']] = None):
25
28
  """
26
29
  The set of arguments for constructing a OrganizationApplicationUser resource.
27
- :param pulumi.Input[_builtins.str] organization_id: The ID of the organization the application user belongs to.
28
- :param pulumi.Input[_builtins.bool] is_super_admin: Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
29
- :param pulumi.Input[_builtins.str] name: Name of the application user.
30
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Changing this property forces recreation of the resource.
31
+ :param pulumi.Input[_builtins.bool] is_super_admin: Alters super admin state of the organization application user. The default value is `false`. **Deprecated**: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.
32
+ :param pulumi.Input[_builtins.str] name: Name.
30
33
  """
31
34
  pulumi.set(__self__, "organization_id", organization_id)
32
35
  if is_super_admin is not None:
33
- warnings.warn("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""", DeprecationWarning)
34
- pulumi.log.warn("""is_super_admin is deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
36
+ warnings.warn("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.""", DeprecationWarning)
37
+ pulumi.log.warn("""is_super_admin is deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.""")
35
38
  if is_super_admin is not None:
36
39
  pulumi.set(__self__, "is_super_admin", is_super_admin)
37
40
  if name is not None:
38
41
  pulumi.set(__self__, "name", name)
42
+ if timeouts is not None:
43
+ pulumi.set(__self__, "timeouts", timeouts)
39
44
 
40
45
  @_builtins.property
41
46
  @pulumi.getter(name="organizationId")
42
47
  def organization_id(self) -> pulumi.Input[_builtins.str]:
43
48
  """
44
- The ID of the organization the application user belongs to.
49
+ ID of an organization. Changing this property forces recreation of the resource.
45
50
  """
46
51
  return pulumi.get(self, "organization_id")
47
52
 
@@ -51,10 +56,10 @@ class OrganizationApplicationUserArgs:
51
56
 
52
57
  @_builtins.property
53
58
  @pulumi.getter(name="isSuperAdmin")
54
- @_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
59
+ @_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.""")
55
60
  def is_super_admin(self) -> Optional[pulumi.Input[_builtins.bool]]:
56
61
  """
57
- Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
62
+ Alters super admin state of the organization application user. The default value is `false`. **Deprecated**: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.
58
63
  """
59
64
  return pulumi.get(self, "is_super_admin")
60
65
 
@@ -66,7 +71,7 @@ class OrganizationApplicationUserArgs:
66
71
  @pulumi.getter
67
72
  def name(self) -> Optional[pulumi.Input[_builtins.str]]:
68
73
  """
69
- Name of the application user.
74
+ Name.
70
75
  """
71
76
  return pulumi.get(self, "name")
72
77
 
@@ -74,6 +79,15 @@ class OrganizationApplicationUserArgs:
74
79
  def name(self, value: Optional[pulumi.Input[_builtins.str]]):
75
80
  pulumi.set(self, "name", value)
76
81
 
82
+ @_builtins.property
83
+ @pulumi.getter
84
+ def timeouts(self) -> Optional[pulumi.Input['OrganizationApplicationUserTimeoutsArgs']]:
85
+ return pulumi.get(self, "timeouts")
86
+
87
+ @timeouts.setter
88
+ def timeouts(self, value: Optional[pulumi.Input['OrganizationApplicationUserTimeoutsArgs']]):
89
+ pulumi.set(self, "timeouts", value)
90
+
77
91
 
78
92
  @pulumi.input_type
79
93
  class _OrganizationApplicationUserState:
@@ -82,26 +96,29 @@ class _OrganizationApplicationUserState:
82
96
  is_super_admin: Optional[pulumi.Input[_builtins.bool]] = None,
83
97
  name: Optional[pulumi.Input[_builtins.str]] = None,
84
98
  organization_id: Optional[pulumi.Input[_builtins.str]] = None,
99
+ timeouts: Optional[pulumi.Input['OrganizationApplicationUserTimeoutsArgs']] = None,
85
100
  user_id: Optional[pulumi.Input[_builtins.str]] = None):
86
101
  """
87
102
  Input properties used for looking up and filtering OrganizationApplicationUser resources.
88
- :param pulumi.Input[_builtins.str] email: An email address automatically generated by Aiven to help identify the application user. No notifications are sent to this email.
89
- :param pulumi.Input[_builtins.bool] is_super_admin: Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
90
- :param pulumi.Input[_builtins.str] name: Name of the application user.
91
- :param pulumi.Input[_builtins.str] organization_id: The ID of the organization the application user belongs to.
92
- :param pulumi.Input[_builtins.str] user_id: The ID of the application user.
103
+ :param pulumi.Input[_builtins.str] email: User Email.
104
+ :param pulumi.Input[_builtins.bool] is_super_admin: Alters super admin state of the organization application user. The default value is `false`. **Deprecated**: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.
105
+ :param pulumi.Input[_builtins.str] name: Name.
106
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Changing this property forces recreation of the resource.
107
+ :param pulumi.Input[_builtins.str] user_id: User ID.
93
108
  """
94
109
  if email is not None:
95
110
  pulumi.set(__self__, "email", email)
96
111
  if is_super_admin is not None:
97
- warnings.warn("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""", DeprecationWarning)
98
- pulumi.log.warn("""is_super_admin is deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
112
+ warnings.warn("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.""", DeprecationWarning)
113
+ pulumi.log.warn("""is_super_admin is deprecated: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.""")
99
114
  if is_super_admin is not None:
100
115
  pulumi.set(__self__, "is_super_admin", is_super_admin)
101
116
  if name is not None:
102
117
  pulumi.set(__self__, "name", name)
103
118
  if organization_id is not None:
104
119
  pulumi.set(__self__, "organization_id", organization_id)
120
+ if timeouts is not None:
121
+ pulumi.set(__self__, "timeouts", timeouts)
105
122
  if user_id is not None:
106
123
  pulumi.set(__self__, "user_id", user_id)
107
124
 
@@ -109,7 +126,7 @@ class _OrganizationApplicationUserState:
109
126
  @pulumi.getter
110
127
  def email(self) -> Optional[pulumi.Input[_builtins.str]]:
111
128
  """
112
- An email address automatically generated by Aiven to help identify the application user. No notifications are sent to this email.
129
+ User Email.
113
130
  """
114
131
  return pulumi.get(self, "email")
115
132
 
@@ -119,10 +136,10 @@ class _OrganizationApplicationUserState:
119
136
 
120
137
  @_builtins.property
121
138
  @pulumi.getter(name="isSuperAdmin")
122
- @_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
139
+ @_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.""")
123
140
  def is_super_admin(self) -> Optional[pulumi.Input[_builtins.bool]]:
124
141
  """
125
- Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
142
+ Alters super admin state of the organization application user. The default value is `false`. **Deprecated**: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.
126
143
  """
127
144
  return pulumi.get(self, "is_super_admin")
128
145
 
@@ -134,7 +151,7 @@ class _OrganizationApplicationUserState:
134
151
  @pulumi.getter
135
152
  def name(self) -> Optional[pulumi.Input[_builtins.str]]:
136
153
  """
137
- Name of the application user.
154
+ Name.
138
155
  """
139
156
  return pulumi.get(self, "name")
140
157
 
@@ -146,7 +163,7 @@ class _OrganizationApplicationUserState:
146
163
  @pulumi.getter(name="organizationId")
147
164
  def organization_id(self) -> Optional[pulumi.Input[_builtins.str]]:
148
165
  """
149
- The ID of the organization the application user belongs to.
166
+ ID of an organization. Changing this property forces recreation of the resource.
150
167
  """
151
168
  return pulumi.get(self, "organization_id")
152
169
 
@@ -154,11 +171,20 @@ class _OrganizationApplicationUserState:
154
171
  def organization_id(self, value: Optional[pulumi.Input[_builtins.str]]):
155
172
  pulumi.set(self, "organization_id", value)
156
173
 
174
+ @_builtins.property
175
+ @pulumi.getter
176
+ def timeouts(self) -> Optional[pulumi.Input['OrganizationApplicationUserTimeoutsArgs']]:
177
+ return pulumi.get(self, "timeouts")
178
+
179
+ @timeouts.setter
180
+ def timeouts(self, value: Optional[pulumi.Input['OrganizationApplicationUserTimeoutsArgs']]):
181
+ pulumi.set(self, "timeouts", value)
182
+
157
183
  @_builtins.property
158
184
  @pulumi.getter(name="userId")
159
185
  def user_id(self) -> Optional[pulumi.Input[_builtins.str]]:
160
186
  """
161
- The ID of the application user.
187
+ User ID.
162
188
  """
163
189
  return pulumi.get(self, "user_id")
164
190
 
@@ -176,13 +202,10 @@ class OrganizationApplicationUser(pulumi.CustomResource):
176
202
  is_super_admin: Optional[pulumi.Input[_builtins.bool]] = None,
177
203
  name: Optional[pulumi.Input[_builtins.str]] = None,
178
204
  organization_id: Optional[pulumi.Input[_builtins.str]] = None,
205
+ timeouts: Optional[pulumi.Input[Union['OrganizationApplicationUserTimeoutsArgs', 'OrganizationApplicationUserTimeoutsArgsDict']]] = None,
179
206
  __props__=None):
180
207
  """
181
- Creates and manages an organization application user. [Application users](https://aiven.io/docs/platform/concepts/application-users) can be used for
182
- programmatic access to the platform using a token created with the `OrganizationApplicationUserToken` resource.
183
-
184
- You give application users access to your organization, projects, and services using the `OrganizationPermission` resource. You can also add application users to
185
- groups using the `OrganizationUserGroupMember` resource.
208
+ Creates and manages an organization application user. [Application users](https://aiven.io/docs/platform/concepts/application-users) can be used for programmatic access to the platform using a token created with the `OrganizationApplicationUserToken` resource. You give application users access to your organization, projects, and services using the `OrganizationPermission` resource. You can also add application users to groups using the `OrganizationUserGroupMember` resource.`.
186
209
 
187
210
  ## Example Usage
188
211
 
@@ -203,9 +226,9 @@ class OrganizationApplicationUser(pulumi.CustomResource):
203
226
 
204
227
  :param str resource_name: The name of the resource.
205
228
  :param pulumi.ResourceOptions opts: Options for the resource.
206
- :param pulumi.Input[_builtins.bool] is_super_admin: Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
207
- :param pulumi.Input[_builtins.str] name: Name of the application user.
208
- :param pulumi.Input[_builtins.str] organization_id: The ID of the organization the application user belongs to.
229
+ :param pulumi.Input[_builtins.bool] is_super_admin: Alters super admin state of the organization application user. The default value is `false`. **Deprecated**: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.
230
+ :param pulumi.Input[_builtins.str] name: Name.
231
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Changing this property forces recreation of the resource.
209
232
  """
210
233
  ...
211
234
  @overload
@@ -214,11 +237,7 @@ class OrganizationApplicationUser(pulumi.CustomResource):
214
237
  args: OrganizationApplicationUserArgs,
215
238
  opts: Optional[pulumi.ResourceOptions] = None):
216
239
  """
217
- Creates and manages an organization application user. [Application users](https://aiven.io/docs/platform/concepts/application-users) can be used for
218
- programmatic access to the platform using a token created with the `OrganizationApplicationUserToken` resource.
219
-
220
- You give application users access to your organization, projects, and services using the `OrganizationPermission` resource. You can also add application users to
221
- groups using the `OrganizationUserGroupMember` resource.
240
+ Creates and manages an organization application user. [Application users](https://aiven.io/docs/platform/concepts/application-users) can be used for programmatic access to the platform using a token created with the `OrganizationApplicationUserToken` resource. You give application users access to your organization, projects, and services using the `OrganizationPermission` resource. You can also add application users to groups using the `OrganizationUserGroupMember` resource.`.
222
241
 
223
242
  ## Example Usage
224
243
 
@@ -255,6 +274,7 @@ class OrganizationApplicationUser(pulumi.CustomResource):
255
274
  is_super_admin: Optional[pulumi.Input[_builtins.bool]] = None,
256
275
  name: Optional[pulumi.Input[_builtins.str]] = None,
257
276
  organization_id: Optional[pulumi.Input[_builtins.str]] = None,
277
+ timeouts: Optional[pulumi.Input[Union['OrganizationApplicationUserTimeoutsArgs', 'OrganizationApplicationUserTimeoutsArgsDict']]] = None,
258
278
  __props__=None):
259
279
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
260
280
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -269,6 +289,7 @@ class OrganizationApplicationUser(pulumi.CustomResource):
269
289
  if organization_id is None and not opts.urn:
270
290
  raise TypeError("Missing required property 'organization_id'")
271
291
  __props__.__dict__["organization_id"] = organization_id
292
+ __props__.__dict__["timeouts"] = timeouts
272
293
  __props__.__dict__["email"] = None
273
294
  __props__.__dict__["user_id"] = None
274
295
  super(OrganizationApplicationUser, __self__).__init__(
@@ -285,6 +306,7 @@ class OrganizationApplicationUser(pulumi.CustomResource):
285
306
  is_super_admin: Optional[pulumi.Input[_builtins.bool]] = None,
286
307
  name: Optional[pulumi.Input[_builtins.str]] = None,
287
308
  organization_id: Optional[pulumi.Input[_builtins.str]] = None,
309
+ timeouts: Optional[pulumi.Input[Union['OrganizationApplicationUserTimeoutsArgs', 'OrganizationApplicationUserTimeoutsArgsDict']]] = None,
288
310
  user_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'OrganizationApplicationUser':
289
311
  """
290
312
  Get an existing OrganizationApplicationUser resource's state with the given name, id, and optional extra
@@ -293,11 +315,11 @@ class OrganizationApplicationUser(pulumi.CustomResource):
293
315
  :param str resource_name: The unique name of the resulting resource.
294
316
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
295
317
  :param pulumi.ResourceOptions opts: Options for the resource.
296
- :param pulumi.Input[_builtins.str] email: An email address automatically generated by Aiven to help identify the application user. No notifications are sent to this email.
297
- :param pulumi.Input[_builtins.bool] is_super_admin: Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
298
- :param pulumi.Input[_builtins.str] name: Name of the application user.
299
- :param pulumi.Input[_builtins.str] organization_id: The ID of the organization the application user belongs to.
300
- :param pulumi.Input[_builtins.str] user_id: The ID of the application user.
318
+ :param pulumi.Input[_builtins.str] email: User Email.
319
+ :param pulumi.Input[_builtins.bool] is_super_admin: Alters super admin state of the organization application user. The default value is `false`. **Deprecated**: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.
320
+ :param pulumi.Input[_builtins.str] name: Name.
321
+ :param pulumi.Input[_builtins.str] organization_id: ID of an organization. Changing this property forces recreation of the resource.
322
+ :param pulumi.Input[_builtins.str] user_id: User ID.
301
323
  """
302
324
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
303
325
 
@@ -307,6 +329,7 @@ class OrganizationApplicationUser(pulumi.CustomResource):
307
329
  __props__.__dict__["is_super_admin"] = is_super_admin
308
330
  __props__.__dict__["name"] = name
309
331
  __props__.__dict__["organization_id"] = organization_id
332
+ __props__.__dict__["timeouts"] = timeouts
310
333
  __props__.__dict__["user_id"] = user_id
311
334
  return OrganizationApplicationUser(resource_name, opts=opts, __props__=__props__)
312
335
 
@@ -314,16 +337,16 @@ class OrganizationApplicationUser(pulumi.CustomResource):
314
337
  @pulumi.getter
315
338
  def email(self) -> pulumi.Output[_builtins.str]:
316
339
  """
317
- An email address automatically generated by Aiven to help identify the application user. No notifications are sent to this email.
340
+ User Email.
318
341
  """
319
342
  return pulumi.get(self, "email")
320
343
 
321
344
  @_builtins.property
322
345
  @pulumi.getter(name="isSuperAdmin")
323
- @_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the OrganizationPermission resource.""")
324
- def is_super_admin(self) -> pulumi.Output[Optional[_builtins.bool]]:
346
+ @_utilities.deprecated("""This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.""")
347
+ def is_super_admin(self) -> pulumi.Output[_builtins.bool]:
325
348
  """
326
- Makes the application user a super admin. The super admin role has completely unrestricted access to all organization resources and settings. This role should be limited to as few users as possible. For daily administrative tasks, assign users the organization admin role instead using the `OrganizationPermission` resource.
349
+ Alters super admin state of the organization application user. The default value is `false`. **Deprecated**: This field is no longer accepted by the API. For administrative tasks, assign application users the organization admin role instead using the `OrganizationPermission` resource.
327
350
  """
328
351
  return pulumi.get(self, "is_super_admin")
329
352
 
@@ -331,7 +354,7 @@ class OrganizationApplicationUser(pulumi.CustomResource):
331
354
  @pulumi.getter
332
355
  def name(self) -> pulumi.Output[_builtins.str]:
333
356
  """
334
- Name of the application user.
357
+ Name.
335
358
  """
336
359
  return pulumi.get(self, "name")
337
360
 
@@ -339,15 +362,20 @@ class OrganizationApplicationUser(pulumi.CustomResource):
339
362
  @pulumi.getter(name="organizationId")
340
363
  def organization_id(self) -> pulumi.Output[_builtins.str]:
341
364
  """
342
- The ID of the organization the application user belongs to.
365
+ ID of an organization. Changing this property forces recreation of the resource.
343
366
  """
344
367
  return pulumi.get(self, "organization_id")
345
368
 
369
+ @_builtins.property
370
+ @pulumi.getter
371
+ def timeouts(self) -> pulumi.Output[Optional['outputs.OrganizationApplicationUserTimeouts']]:
372
+ return pulumi.get(self, "timeouts")
373
+
346
374
  @_builtins.property
347
375
  @pulumi.getter(name="userId")
348
376
  def user_id(self) -> pulumi.Output[_builtins.str]:
349
377
  """
350
- The ID of the application user.
378
+ User ID.
351
379
  """
352
380
  return pulumi.get(self, "user_id")
353
381