pulumi-twingate 3.0.3.dev0__tar.gz → 3.0.4.dev0__tar.gz

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 (40) hide show
  1. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/PKG-INFO +1 -1
  2. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/twingate_group.py +0 -20
  3. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/twingate_resource.py +0 -20
  4. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/twingate_service_account_key.py +0 -8
  5. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate.egg-info/PKG-INFO +1 -1
  6. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/setup.py +1 -1
  7. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/README.md +0 -0
  8. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/__init__.py +0 -0
  9. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/_inputs.py +0 -0
  10. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/_utilities.py +0 -0
  11. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/config/__init__.py +0 -0
  12. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/config/vars.py +0 -0
  13. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_connector.py +0 -0
  14. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_connectors.py +0 -0
  15. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_group.py +0 -0
  16. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_groups.py +0 -0
  17. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_remote_network.py +0 -0
  18. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_remote_networks.py +0 -0
  19. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_resource.py +0 -0
  20. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_resources.py +0 -0
  21. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_security_policies.py +0 -0
  22. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_security_policy.py +0 -0
  23. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_service_accounts.py +0 -0
  24. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_user.py +0 -0
  25. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/get_twingate_users.py +0 -0
  26. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/outputs.py +0 -0
  27. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/provider.py +0 -0
  28. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/pulumi-plugin.json +0 -0
  29. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/py.typed +0 -0
  30. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/twingate_connector.py +0 -0
  31. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/twingate_connector_tokens.py +0 -0
  32. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/twingate_remote_network.py +0 -0
  33. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/twingate_service_account.py +0 -0
  34. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate/twingate_user.py +0 -0
  35. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate.egg-info/SOURCES.txt +0 -0
  36. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate.egg-info/dependency_links.txt +0 -0
  37. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate.egg-info/not-zip-safe +0 -0
  38. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate.egg-info/requires.txt +0 -0
  39. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/pulumi_twingate.egg-info/top_level.txt +0 -0
  40. {pulumi_twingate-3.0.3.dev0 → pulumi_twingate-3.0.4.dev0}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi_twingate
3
- Version: 3.0.3.dev0
3
+ Version: 3.0.4.dev0
4
4
  Summary: A Pulumi package for creating and managing Twingate cloud resources.
5
5
  Home-page: https://www.twingate.com
6
6
  License: Apache-2.0
@@ -20,8 +20,6 @@ class TwingateGroupArgs:
20
20
  user_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
21
21
  """
22
22
  The set of arguments for constructing a TwingateGroup resource.
23
- :param pulumi.Input[bool] is_authoritative: Determines whether User assignments to this Group will override any existing assignments. Default is `true`. If set to
24
- `false`, assignments made outside of Terraform will be ignored.
25
23
  :param pulumi.Input[str] name: The name of the group
26
24
  :param pulumi.Input[str] security_policy_id: Defines which Security Policy applies to this Group. The Security Policy ID can be obtained from the `get_twingate_security_policy` and `get_twingate_security_policies` data sources.
27
25
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_ids: List of User IDs that have permission to access the Group.
@@ -38,10 +36,6 @@ class TwingateGroupArgs:
38
36
  @property
39
37
  @pulumi.getter(name="isAuthoritative")
40
38
  def is_authoritative(self) -> Optional[pulumi.Input[bool]]:
41
- """
42
- Determines whether User assignments to this Group will override any existing assignments. Default is `true`. If set to
43
- `false`, assignments made outside of Terraform will be ignored.
44
- """
45
39
  return pulumi.get(self, "is_authoritative")
46
40
 
47
41
  @is_authoritative.setter
@@ -94,8 +88,6 @@ class _TwingateGroupState:
94
88
  user_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
95
89
  """
96
90
  Input properties used for looking up and filtering TwingateGroup resources.
97
- :param pulumi.Input[bool] is_authoritative: Determines whether User assignments to this Group will override any existing assignments. Default is `true`. If set to
98
- `false`, assignments made outside of Terraform will be ignored.
99
91
  :param pulumi.Input[str] name: The name of the group
100
92
  :param pulumi.Input[str] security_policy_id: Defines which Security Policy applies to this Group. The Security Policy ID can be obtained from the `get_twingate_security_policy` and `get_twingate_security_policies` data sources.
101
93
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_ids: List of User IDs that have permission to access the Group.
@@ -112,10 +104,6 @@ class _TwingateGroupState:
112
104
  @property
113
105
  @pulumi.getter(name="isAuthoritative")
114
106
  def is_authoritative(self) -> Optional[pulumi.Input[bool]]:
115
- """
116
- Determines whether User assignments to this Group will override any existing assignments. Default is `true`. If set to
117
- `false`, assignments made outside of Terraform will be ignored.
118
- """
119
107
  return pulumi.get(self, "is_authoritative")
120
108
 
121
109
  @is_authoritative.setter
@@ -189,8 +177,6 @@ class TwingateGroup(pulumi.CustomResource):
189
177
 
190
178
  :param str resource_name: The name of the resource.
191
179
  :param pulumi.ResourceOptions opts: Options for the resource.
192
- :param pulumi.Input[bool] is_authoritative: Determines whether User assignments to this Group will override any existing assignments. Default is `true`. If set to
193
- `false`, assignments made outside of Terraform will be ignored.
194
180
  :param pulumi.Input[str] name: The name of the group
195
181
  :param pulumi.Input[str] security_policy_id: Defines which Security Policy applies to this Group. The Security Policy ID can be obtained from the `get_twingate_security_policy` and `get_twingate_security_policies` data sources.
196
182
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_ids: List of User IDs that have permission to access the Group.
@@ -272,8 +258,6 @@ class TwingateGroup(pulumi.CustomResource):
272
258
  :param str resource_name: The unique name of the resulting resource.
273
259
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
274
260
  :param pulumi.ResourceOptions opts: Options for the resource.
275
- :param pulumi.Input[bool] is_authoritative: Determines whether User assignments to this Group will override any existing assignments. Default is `true`. If set to
276
- `false`, assignments made outside of Terraform will be ignored.
277
261
  :param pulumi.Input[str] name: The name of the group
278
262
  :param pulumi.Input[str] security_policy_id: Defines which Security Policy applies to this Group. The Security Policy ID can be obtained from the `get_twingate_security_policy` and `get_twingate_security_policies` data sources.
279
263
  :param pulumi.Input[Sequence[pulumi.Input[str]]] user_ids: List of User IDs that have permission to access the Group.
@@ -291,10 +275,6 @@ class TwingateGroup(pulumi.CustomResource):
291
275
  @property
292
276
  @pulumi.getter(name="isAuthoritative")
293
277
  def is_authoritative(self) -> pulumi.Output[bool]:
294
- """
295
- Determines whether User assignments to this Group will override any existing assignments. Default is `true`. If set to
296
- `false`, assignments made outside of Terraform will be ignored.
297
- """
298
278
  return pulumi.get(self, "is_authoritative")
299
279
 
300
280
  @property
@@ -36,8 +36,6 @@ class TwingateResourceArgs:
36
36
  :param pulumi.Input[Sequence[pulumi.Input['TwingateResourceAccessServiceArgs']]] access_services: Restrict access to certain service account
37
37
  :param pulumi.Input[str] alias: Set a DNS alias address for the Resource. Must be a DNS-valid name string.
38
38
  :param pulumi.Input[bool] is_active: Set the resource as active or inactive. Default is `true`.
39
- :param pulumi.Input[bool] is_authoritative: Determines whether assignments in the access block will override any existing assignments. Default is `true`. If set to
40
- `false`, assignments made outside of Terraform will be ignored.
41
39
  :param pulumi.Input[bool] is_browser_shortcut_enabled: Controls whether an "Open in Browser" shortcut will be shown for this Resource in the Twingate Client. Default is `false`.
42
40
  :param pulumi.Input[bool] is_visible: Controls whether this Resource will be visible in the main Resource list in the Twingate Client. Default is `true`.
43
41
  :param pulumi.Input[str] name: The name of the Resource
@@ -142,10 +140,6 @@ class TwingateResourceArgs:
142
140
  @property
143
141
  @pulumi.getter(name="isAuthoritative")
144
142
  def is_authoritative(self) -> Optional[pulumi.Input[bool]]:
145
- """
146
- Determines whether assignments in the access block will override any existing assignments. Default is `true`. If set to
147
- `false`, assignments made outside of Terraform will be ignored.
148
- """
149
143
  return pulumi.get(self, "is_authoritative")
150
144
 
151
145
  @is_authoritative.setter
@@ -235,8 +229,6 @@ class _TwingateResourceState:
235
229
  :param pulumi.Input[str] address: The Resource's IP/CIDR or FQDN/DNS zone
236
230
  :param pulumi.Input[str] alias: Set a DNS alias address for the Resource. Must be a DNS-valid name string.
237
231
  :param pulumi.Input[bool] is_active: Set the resource as active or inactive. Default is `true`.
238
- :param pulumi.Input[bool] is_authoritative: Determines whether assignments in the access block will override any existing assignments. Default is `true`. If set to
239
- `false`, assignments made outside of Terraform will be ignored.
240
232
  :param pulumi.Input[bool] is_browser_shortcut_enabled: Controls whether an "Open in Browser" shortcut will be shown for this Resource in the Twingate Client. Default is `false`.
241
233
  :param pulumi.Input[bool] is_visible: Controls whether this Resource will be visible in the main Resource list in the Twingate Client. Default is `true`.
242
234
  :param pulumi.Input[str] name: The name of the Resource
@@ -332,10 +324,6 @@ class _TwingateResourceState:
332
324
  @property
333
325
  @pulumi.getter(name="isAuthoritative")
334
326
  def is_authoritative(self) -> Optional[pulumi.Input[bool]]:
335
- """
336
- Determines whether assignments in the access block will override any existing assignments. Default is `true`. If set to
337
- `false`, assignments made outside of Terraform will be ignored.
338
- """
339
327
  return pulumi.get(self, "is_authoritative")
340
328
 
341
329
  @is_authoritative.setter
@@ -449,8 +437,6 @@ class TwingateResource(pulumi.CustomResource):
449
437
  :param pulumi.Input[str] address: The Resource's IP/CIDR or FQDN/DNS zone
450
438
  :param pulumi.Input[str] alias: Set a DNS alias address for the Resource. Must be a DNS-valid name string.
451
439
  :param pulumi.Input[bool] is_active: Set the resource as active or inactive. Default is `true`.
452
- :param pulumi.Input[bool] is_authoritative: Determines whether assignments in the access block will override any existing assignments. Default is `true`. If set to
453
- `false`, assignments made outside of Terraform will be ignored.
454
440
  :param pulumi.Input[bool] is_browser_shortcut_enabled: Controls whether an "Open in Browser" shortcut will be shown for this Resource in the Twingate Client. Default is `false`.
455
441
  :param pulumi.Input[bool] is_visible: Controls whether this Resource will be visible in the main Resource list in the Twingate Client. Default is `true`.
456
442
  :param pulumi.Input[str] name: The name of the Resource
@@ -559,8 +545,6 @@ class TwingateResource(pulumi.CustomResource):
559
545
  :param pulumi.Input[str] address: The Resource's IP/CIDR or FQDN/DNS zone
560
546
  :param pulumi.Input[str] alias: Set a DNS alias address for the Resource. Must be a DNS-valid name string.
561
547
  :param pulumi.Input[bool] is_active: Set the resource as active or inactive. Default is `true`.
562
- :param pulumi.Input[bool] is_authoritative: Determines whether assignments in the access block will override any existing assignments. Default is `true`. If set to
563
- `false`, assignments made outside of Terraform will be ignored.
564
548
  :param pulumi.Input[bool] is_browser_shortcut_enabled: Controls whether an "Open in Browser" shortcut will be shown for this Resource in the Twingate Client. Default is `false`.
565
549
  :param pulumi.Input[bool] is_visible: Controls whether this Resource will be visible in the main Resource list in the Twingate Client. Default is `true`.
566
550
  :param pulumi.Input[str] name: The name of the Resource
@@ -629,10 +613,6 @@ class TwingateResource(pulumi.CustomResource):
629
613
  @property
630
614
  @pulumi.getter(name="isAuthoritative")
631
615
  def is_authoritative(self) -> pulumi.Output[bool]:
632
- """
633
- Determines whether assignments in the access block will override any existing assignments. Default is `true`. If set to
634
- `false`, assignments made outside of Terraform will be ignored.
635
- """
636
616
  return pulumi.get(self, "is_authoritative")
637
617
 
638
618
  @property
@@ -77,7 +77,6 @@ class _TwingateServiceAccountKeyState:
77
77
  """
78
78
  Input properties used for looking up and filtering TwingateServiceAccountKey resources.
79
79
  :param pulumi.Input[int] expiration_time: Specifies how many days until a Service Account Key expires. This should be an integer between 0 and 365 representing the number of days until the Service Account Key will expire. Defaults to 0, meaning the key will never expire.
80
- :param pulumi.Input[bool] is_active: If the value of this attribute changes to false, Terraform will destroy and recreate the resource.
81
80
  :param pulumi.Input[str] name: The name of the Service Key
82
81
  :param pulumi.Input[str] service_account_id: The id of the Service Account
83
82
  :param pulumi.Input[str] token: Autogenerated Service Key token. Used to configure a Twingate Client running in headless mode.
@@ -108,9 +107,6 @@ class _TwingateServiceAccountKeyState:
108
107
  @property
109
108
  @pulumi.getter(name="isActive")
110
109
  def is_active(self) -> Optional[pulumi.Input[bool]]:
111
- """
112
- If the value of this attribute changes to false, Terraform will destroy and recreate the resource.
113
- """
114
110
  return pulumi.get(self, "is_active")
115
111
 
116
112
  @is_active.setter
@@ -270,7 +266,6 @@ class TwingateServiceAccountKey(pulumi.CustomResource):
270
266
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
271
267
  :param pulumi.ResourceOptions opts: Options for the resource.
272
268
  :param pulumi.Input[int] expiration_time: Specifies how many days until a Service Account Key expires. This should be an integer between 0 and 365 representing the number of days until the Service Account Key will expire. Defaults to 0, meaning the key will never expire.
273
- :param pulumi.Input[bool] is_active: If the value of this attribute changes to false, Terraform will destroy and recreate the resource.
274
269
  :param pulumi.Input[str] name: The name of the Service Key
275
270
  :param pulumi.Input[str] service_account_id: The id of the Service Account
276
271
  :param pulumi.Input[str] token: Autogenerated Service Key token. Used to configure a Twingate Client running in headless mode.
@@ -297,9 +292,6 @@ class TwingateServiceAccountKey(pulumi.CustomResource):
297
292
  @property
298
293
  @pulumi.getter(name="isActive")
299
294
  def is_active(self) -> pulumi.Output[bool]:
300
- """
301
- If the value of this attribute changes to false, Terraform will destroy and recreate the resource.
302
- """
303
295
  return pulumi.get(self, "is_active")
304
296
 
305
297
  @property
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulumi-twingate
3
- Version: 3.0.3.dev0
3
+ Version: 3.0.4.dev0
4
4
  Summary: A Pulumi package for creating and managing Twingate cloud resources.
5
5
  Home-page: https://www.twingate.com
6
6
  License: Apache-2.0
@@ -8,7 +8,7 @@ from setuptools.command.install import install
8
8
  from subprocess import check_call
9
9
 
10
10
 
11
- VERSION = "3.0.3dev0"
11
+ VERSION = "3.0.4dev0"
12
12
  def readme():
13
13
  try:
14
14
  with open('README.md', encoding='utf-8') as f: