pulumi-ise 0.3.0a1747979998__py3-none-any.whl → 0.3.0a1749535877__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 (131) hide show
  1. pulumi_ise/__init__.py +9 -1
  2. pulumi_ise/_utilities.py +1 -1
  3. pulumi_ise/config/__init__.py +1 -1
  4. pulumi_ise/config/__init__.pyi +1 -1
  5. pulumi_ise/config/vars.py +1 -1
  6. pulumi_ise/deviceadmin/__init__.py +1 -1
  7. pulumi_ise/deviceadmin/_inputs.py +1 -1
  8. pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +1 -1
  9. pulumi_ise/deviceadmin/authentication_rule.py +1 -1
  10. pulumi_ise/deviceadmin/authentication_rule_update_rank.py +1 -1
  11. pulumi_ise/deviceadmin/authentication_rule_update_ranks.py +1 -1
  12. pulumi_ise/deviceadmin/authorization_exception_rule.py +1 -1
  13. pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +1 -1
  14. pulumi_ise/deviceadmin/authorization_exception_rule_update_ranks.py +1 -1
  15. pulumi_ise/deviceadmin/authorization_global_exception_rule.py +1 -1
  16. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +1 -1
  17. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_ranks.py +1 -1
  18. pulumi_ise/deviceadmin/authorization_rule.py +1 -1
  19. pulumi_ise/deviceadmin/authorization_rule_update_rank.py +1 -1
  20. pulumi_ise/deviceadmin/authorization_rule_update_ranks.py +1 -1
  21. pulumi_ise/deviceadmin/condition.py +1 -1
  22. pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +1 -1
  23. pulumi_ise/deviceadmin/get_authentication_rule.py +1 -1
  24. pulumi_ise/deviceadmin/get_authorization_exception_rule.py +1 -1
  25. pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +1 -1
  26. pulumi_ise/deviceadmin/get_authorization_rule.py +1 -1
  27. pulumi_ise/deviceadmin/get_condition.py +1 -1
  28. pulumi_ise/deviceadmin/get_policy_set.py +1 -1
  29. pulumi_ise/deviceadmin/get_tacacs_command_set.py +1 -1
  30. pulumi_ise/deviceadmin/get_tacacs_profile.py +1 -1
  31. pulumi_ise/deviceadmin/get_time_and_date_condition.py +1 -1
  32. pulumi_ise/deviceadmin/outputs.py +1 -1
  33. pulumi_ise/deviceadmin/policy_set.py +1 -1
  34. pulumi_ise/deviceadmin/policy_set_update_rank.py +1 -1
  35. pulumi_ise/deviceadmin/policy_set_update_ranks.py +1 -1
  36. pulumi_ise/deviceadmin/tacacs_command_set.py +1 -1
  37. pulumi_ise/deviceadmin/tacacs_profile.py +1 -1
  38. pulumi_ise/deviceadmin/time_and_date_condition.py +1 -1
  39. pulumi_ise/identitymanagement/__init__.py +3 -1
  40. pulumi_ise/identitymanagement/_inputs.py +1 -1
  41. pulumi_ise/identitymanagement/active_directory_add_groups.py +1 -1
  42. pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +1 -1
  43. pulumi_ise/identitymanagement/active_directory_join_point.py +1 -1
  44. pulumi_ise/identitymanagement/certificate_authentication_profile.py +1 -1
  45. pulumi_ise/identitymanagement/endpoint.py +1 -1
  46. pulumi_ise/identitymanagement/endpoint_custom_attribute.py +235 -0
  47. pulumi_ise/identitymanagement/endpoint_identity_group.py +1 -1
  48. pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +1 -1
  49. pulumi_ise/identitymanagement/get_active_directory_join_point.py +1 -1
  50. pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +1 -1
  51. pulumi_ise/identitymanagement/get_endpoint.py +1 -1
  52. pulumi_ise/identitymanagement/get_endpoint_custom_attribute.py +127 -0
  53. pulumi_ise/identitymanagement/get_endpoint_identity_group.py +1 -1
  54. pulumi_ise/identitymanagement/get_identity_source_sequence.py +1 -1
  55. pulumi_ise/identitymanagement/get_internal_user.py +1 -1
  56. pulumi_ise/identitymanagement/get_user_identity_group.py +1 -1
  57. pulumi_ise/identitymanagement/identity_source_sequence.py +1 -1
  58. pulumi_ise/identitymanagement/internal_user.py +1 -1
  59. pulumi_ise/identitymanagement/outputs.py +1 -1
  60. pulumi_ise/identitymanagement/user_identity_group.py +1 -1
  61. pulumi_ise/network/__init__.py +1 -1
  62. pulumi_ise/network/_inputs.py +1 -1
  63. pulumi_ise/network/device.py +1 -1
  64. pulumi_ise/network/device_group.py +1 -1
  65. pulumi_ise/network/get_device.py +1 -1
  66. pulumi_ise/network/get_device_group.py +1 -1
  67. pulumi_ise/network/outputs.py +1 -1
  68. pulumi_ise/networkaccess/__init__.py +1 -1
  69. pulumi_ise/networkaccess/_inputs.py +1 -1
  70. pulumi_ise/networkaccess/allowed_protocols.py +1 -1
  71. pulumi_ise/networkaccess/authentication_rule.py +1 -1
  72. pulumi_ise/networkaccess/authentication_rule_update_rank.py +1 -1
  73. pulumi_ise/networkaccess/authentication_rule_update_ranks.py +1 -1
  74. pulumi_ise/networkaccess/authorization_exception_rule.py +1 -1
  75. pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +1 -1
  76. pulumi_ise/networkaccess/authorization_exception_rule_update_ranks.py +1 -1
  77. pulumi_ise/networkaccess/authorization_global_exception_rule.py +1 -1
  78. pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +1 -1
  79. pulumi_ise/networkaccess/authorization_global_exception_rule_update_ranks.py +1 -1
  80. pulumi_ise/networkaccess/authorization_profile.py +1 -1
  81. pulumi_ise/networkaccess/authorization_rule.py +1 -1
  82. pulumi_ise/networkaccess/authorization_rule_update_rank.py +1 -1
  83. pulumi_ise/networkaccess/authorization_rule_update_ranks.py +1 -1
  84. pulumi_ise/networkaccess/condition.py +1 -1
  85. pulumi_ise/networkaccess/dictionary.py +1 -1
  86. pulumi_ise/networkaccess/downloadable_acl.py +1 -1
  87. pulumi_ise/networkaccess/get_allowed_protocols.py +1 -1
  88. pulumi_ise/networkaccess/get_authentication_rule.py +1 -1
  89. pulumi_ise/networkaccess/get_authorization_exception_rule.py +1 -1
  90. pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +1 -1
  91. pulumi_ise/networkaccess/get_authorization_profile.py +1 -1
  92. pulumi_ise/networkaccess/get_authorization_rule.py +1 -1
  93. pulumi_ise/networkaccess/get_condition.py +1 -1
  94. pulumi_ise/networkaccess/get_dictionary.py +1 -1
  95. pulumi_ise/networkaccess/get_downloadable_acl.py +1 -1
  96. pulumi_ise/networkaccess/get_policy_set.py +1 -1
  97. pulumi_ise/networkaccess/get_time_and_date_condition.py +1 -1
  98. pulumi_ise/networkaccess/outputs.py +1 -1
  99. pulumi_ise/networkaccess/policy_set.py +1 -1
  100. pulumi_ise/networkaccess/policy_set_update_rank.py +1 -1
  101. pulumi_ise/networkaccess/policy_set_update_ranks.py +1 -1
  102. pulumi_ise/networkaccess/time_and_date_condition.py +1 -1
  103. pulumi_ise/provider.py +1 -1
  104. pulumi_ise/pulumi-plugin.json +1 -1
  105. pulumi_ise/system/__init__.py +1 -1
  106. pulumi_ise/system/_inputs.py +1 -1
  107. pulumi_ise/system/get_license_tier_state.py +1 -1
  108. pulumi_ise/system/get_repository.py +1 -1
  109. pulumi_ise/system/license_tier_state.py +1 -1
  110. pulumi_ise/system/outputs.py +1 -1
  111. pulumi_ise/system/repository.py +1 -1
  112. pulumi_ise/trustsec/__init__.py +1 -1
  113. pulumi_ise/trustsec/egress_matrix_cell.py +1 -1
  114. pulumi_ise/trustsec/egress_matrix_cell_default.py +1 -1
  115. pulumi_ise/trustsec/get_egress_matrix_cell.py +1 -1
  116. pulumi_ise/trustsec/get_egress_matrix_cell_default.py +1 -1
  117. pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +1 -1
  118. pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +1 -1
  119. pulumi_ise/trustsec/get_security_group.py +1 -1
  120. pulumi_ise/trustsec/get_security_group_acl.py +1 -1
  121. pulumi_ise/trustsec/get_sxp_domain_filter.py +1 -1
  122. pulumi_ise/trustsec/ip_to_sgt_mapping.py +1 -1
  123. pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +1 -1
  124. pulumi_ise/trustsec/security_group.py +1 -1
  125. pulumi_ise/trustsec/security_group_acl.py +1 -1
  126. pulumi_ise/trustsec/sxp_domain_filter.py +1 -1
  127. {pulumi_ise-0.3.0a1747979998.dist-info → pulumi_ise-0.3.0a1749535877.dist-info}/METADATA +1 -1
  128. pulumi_ise-0.3.0a1749535877.dist-info/RECORD +131 -0
  129. {pulumi_ise-0.3.0a1747979998.dist-info → pulumi_ise-0.3.0a1749535877.dist-info}/WHEEL +1 -1
  130. pulumi_ise-0.3.0a1747979998.dist-info/RECORD +0 -129
  131. {pulumi_ise-0.3.0a1747979998.dist-info → pulumi_ise-0.3.0a1749535877.dist-info}/top_level.txt +0 -0
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -0,0 +1,127 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
+ # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+
5
+ import builtins
6
+ import copy
7
+ import warnings
8
+ import sys
9
+ import pulumi
10
+ import pulumi.runtime
11
+ from typing import Any, Mapping, Optional, Sequence, Union, overload
12
+ if sys.version_info >= (3, 11):
13
+ from typing import NotRequired, TypedDict, TypeAlias
14
+ else:
15
+ from typing_extensions import NotRequired, TypedDict, TypeAlias
16
+ from .. import _utilities
17
+
18
+ __all__ = [
19
+ 'GetEndpointCustomAttributeResult',
20
+ 'AwaitableGetEndpointCustomAttributeResult',
21
+ 'get_endpoint_custom_attribute',
22
+ 'get_endpoint_custom_attribute_output',
23
+ ]
24
+
25
+ @pulumi.output_type
26
+ class GetEndpointCustomAttributeResult:
27
+ """
28
+ A collection of values returned by getEndpointCustomAttribute.
29
+ """
30
+ def __init__(__self__, attribute_name=None, attribute_type=None, id=None):
31
+ if attribute_name and not isinstance(attribute_name, str):
32
+ raise TypeError("Expected argument 'attribute_name' to be a str")
33
+ pulumi.set(__self__, "attribute_name", attribute_name)
34
+ if attribute_type and not isinstance(attribute_type, str):
35
+ raise TypeError("Expected argument 'attribute_type' to be a str")
36
+ pulumi.set(__self__, "attribute_type", attribute_type)
37
+ if id and not isinstance(id, str):
38
+ raise TypeError("Expected argument 'id' to be a str")
39
+ pulumi.set(__self__, "id", id)
40
+
41
+ @property
42
+ @pulumi.getter(name="attributeName")
43
+ def attribute_name(self) -> builtins.str:
44
+ """
45
+ The name of the attribute
46
+ """
47
+ return pulumi.get(self, "attribute_name")
48
+
49
+ @property
50
+ @pulumi.getter(name="attributeType")
51
+ def attribute_type(self) -> builtins.str:
52
+ """
53
+ Attribute type
54
+ """
55
+ return pulumi.get(self, "attribute_type")
56
+
57
+ @property
58
+ @pulumi.getter
59
+ def id(self) -> builtins.str:
60
+ """
61
+ The id of the object
62
+ """
63
+ return pulumi.get(self, "id")
64
+
65
+
66
+ class AwaitableGetEndpointCustomAttributeResult(GetEndpointCustomAttributeResult):
67
+ # pylint: disable=using-constant-test
68
+ def __await__(self):
69
+ if False:
70
+ yield self
71
+ return GetEndpointCustomAttributeResult(
72
+ attribute_name=self.attribute_name,
73
+ attribute_type=self.attribute_type,
74
+ id=self.id)
75
+
76
+
77
+ def get_endpoint_custom_attribute(id: Optional[builtins.str] = None,
78
+ opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetEndpointCustomAttributeResult:
79
+ """
80
+ This data source can read the Endpoint Custom Attribute.
81
+
82
+ ## Example Usage
83
+
84
+ ```python
85
+ import pulumi
86
+ import pulumi_ise as ise
87
+
88
+ example = ise.identitymanagement.get_endpoint_custom_attribute(id="isMobile")
89
+ ```
90
+
91
+
92
+ :param builtins.str id: The id of the object
93
+ """
94
+ __args__ = dict()
95
+ __args__['id'] = id
96
+ opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
97
+ __ret__ = pulumi.runtime.invoke('ise:identitymanagement/getEndpointCustomAttribute:getEndpointCustomAttribute', __args__, opts=opts, typ=GetEndpointCustomAttributeResult).value
98
+
99
+ return AwaitableGetEndpointCustomAttributeResult(
100
+ attribute_name=pulumi.get(__ret__, 'attribute_name'),
101
+ attribute_type=pulumi.get(__ret__, 'attribute_type'),
102
+ id=pulumi.get(__ret__, 'id'))
103
+ def get_endpoint_custom_attribute_output(id: Optional[pulumi.Input[builtins.str]] = None,
104
+ opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetEndpointCustomAttributeResult]:
105
+ """
106
+ This data source can read the Endpoint Custom Attribute.
107
+
108
+ ## Example Usage
109
+
110
+ ```python
111
+ import pulumi
112
+ import pulumi_ise as ise
113
+
114
+ example = ise.identitymanagement.get_endpoint_custom_attribute(id="isMobile")
115
+ ```
116
+
117
+
118
+ :param builtins.str id: The id of the object
119
+ """
120
+ __args__ = dict()
121
+ __args__['id'] = id
122
+ opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
123
+ __ret__ = pulumi.runtime.invoke_output('ise:identitymanagement/getEndpointCustomAttribute:getEndpointCustomAttribute', __args__, opts=opts, typ=GetEndpointCustomAttributeResult)
124
+ return __ret__.apply(lambda __response__: GetEndpointCustomAttributeResult(
125
+ attribute_name=pulumi.get(__response__, 'attribute_name'),
126
+ attribute_type=pulumi.get(__response__, 'attribute_type'),
127
+ id=pulumi.get(__response__, 'id')))
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_ise/provider.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "ise",
4
- "version": "0.3.0-alpha.1747979998"
4
+ "version": "0.3.0-alpha.1749535877"
5
5
  }
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins