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.
- pulumi_ise/__init__.py +9 -1
- pulumi_ise/_utilities.py +1 -1
- pulumi_ise/config/__init__.py +1 -1
- pulumi_ise/config/__init__.pyi +1 -1
- pulumi_ise/config/vars.py +1 -1
- pulumi_ise/deviceadmin/__init__.py +1 -1
- pulumi_ise/deviceadmin/_inputs.py +1 -1
- pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +1 -1
- pulumi_ise/deviceadmin/authentication_rule.py +1 -1
- pulumi_ise/deviceadmin/authentication_rule_update_rank.py +1 -1
- pulumi_ise/deviceadmin/authentication_rule_update_ranks.py +1 -1
- pulumi_ise/deviceadmin/authorization_exception_rule.py +1 -1
- pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +1 -1
- pulumi_ise/deviceadmin/authorization_exception_rule_update_ranks.py +1 -1
- pulumi_ise/deviceadmin/authorization_global_exception_rule.py +1 -1
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +1 -1
- pulumi_ise/deviceadmin/authorization_global_exception_rule_update_ranks.py +1 -1
- pulumi_ise/deviceadmin/authorization_rule.py +1 -1
- pulumi_ise/deviceadmin/authorization_rule_update_rank.py +1 -1
- pulumi_ise/deviceadmin/authorization_rule_update_ranks.py +1 -1
- pulumi_ise/deviceadmin/condition.py +1 -1
- pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +1 -1
- pulumi_ise/deviceadmin/get_authentication_rule.py +1 -1
- pulumi_ise/deviceadmin/get_authorization_exception_rule.py +1 -1
- pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +1 -1
- pulumi_ise/deviceadmin/get_authorization_rule.py +1 -1
- pulumi_ise/deviceadmin/get_condition.py +1 -1
- pulumi_ise/deviceadmin/get_policy_set.py +1 -1
- pulumi_ise/deviceadmin/get_tacacs_command_set.py +1 -1
- pulumi_ise/deviceadmin/get_tacacs_profile.py +1 -1
- pulumi_ise/deviceadmin/get_time_and_date_condition.py +1 -1
- pulumi_ise/deviceadmin/outputs.py +1 -1
- pulumi_ise/deviceadmin/policy_set.py +1 -1
- pulumi_ise/deviceadmin/policy_set_update_rank.py +1 -1
- pulumi_ise/deviceadmin/policy_set_update_ranks.py +1 -1
- pulumi_ise/deviceadmin/tacacs_command_set.py +1 -1
- pulumi_ise/deviceadmin/tacacs_profile.py +1 -1
- pulumi_ise/deviceadmin/time_and_date_condition.py +1 -1
- pulumi_ise/identitymanagement/__init__.py +3 -1
- pulumi_ise/identitymanagement/_inputs.py +1 -1
- pulumi_ise/identitymanagement/active_directory_add_groups.py +1 -1
- pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +1 -1
- pulumi_ise/identitymanagement/active_directory_join_point.py +1 -1
- pulumi_ise/identitymanagement/certificate_authentication_profile.py +1 -1
- pulumi_ise/identitymanagement/endpoint.py +1 -1
- pulumi_ise/identitymanagement/endpoint_custom_attribute.py +235 -0
- pulumi_ise/identitymanagement/endpoint_identity_group.py +1 -1
- pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +1 -1
- pulumi_ise/identitymanagement/get_active_directory_join_point.py +1 -1
- pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +1 -1
- pulumi_ise/identitymanagement/get_endpoint.py +1 -1
- pulumi_ise/identitymanagement/get_endpoint_custom_attribute.py +127 -0
- pulumi_ise/identitymanagement/get_endpoint_identity_group.py +1 -1
- pulumi_ise/identitymanagement/get_identity_source_sequence.py +1 -1
- pulumi_ise/identitymanagement/get_internal_user.py +1 -1
- pulumi_ise/identitymanagement/get_user_identity_group.py +1 -1
- pulumi_ise/identitymanagement/identity_source_sequence.py +1 -1
- pulumi_ise/identitymanagement/internal_user.py +1 -1
- pulumi_ise/identitymanagement/outputs.py +1 -1
- pulumi_ise/identitymanagement/user_identity_group.py +1 -1
- pulumi_ise/network/__init__.py +1 -1
- pulumi_ise/network/_inputs.py +1 -1
- pulumi_ise/network/device.py +1 -1
- pulumi_ise/network/device_group.py +1 -1
- pulumi_ise/network/get_device.py +1 -1
- pulumi_ise/network/get_device_group.py +1 -1
- pulumi_ise/network/outputs.py +1 -1
- pulumi_ise/networkaccess/__init__.py +1 -1
- pulumi_ise/networkaccess/_inputs.py +1 -1
- pulumi_ise/networkaccess/allowed_protocols.py +1 -1
- pulumi_ise/networkaccess/authentication_rule.py +1 -1
- pulumi_ise/networkaccess/authentication_rule_update_rank.py +1 -1
- pulumi_ise/networkaccess/authentication_rule_update_ranks.py +1 -1
- pulumi_ise/networkaccess/authorization_exception_rule.py +1 -1
- pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +1 -1
- pulumi_ise/networkaccess/authorization_exception_rule_update_ranks.py +1 -1
- pulumi_ise/networkaccess/authorization_global_exception_rule.py +1 -1
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +1 -1
- pulumi_ise/networkaccess/authorization_global_exception_rule_update_ranks.py +1 -1
- pulumi_ise/networkaccess/authorization_profile.py +1 -1
- pulumi_ise/networkaccess/authorization_rule.py +1 -1
- pulumi_ise/networkaccess/authorization_rule_update_rank.py +1 -1
- pulumi_ise/networkaccess/authorization_rule_update_ranks.py +1 -1
- pulumi_ise/networkaccess/condition.py +1 -1
- pulumi_ise/networkaccess/dictionary.py +1 -1
- pulumi_ise/networkaccess/downloadable_acl.py +1 -1
- pulumi_ise/networkaccess/get_allowed_protocols.py +1 -1
- pulumi_ise/networkaccess/get_authentication_rule.py +1 -1
- pulumi_ise/networkaccess/get_authorization_exception_rule.py +1 -1
- pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +1 -1
- pulumi_ise/networkaccess/get_authorization_profile.py +1 -1
- pulumi_ise/networkaccess/get_authorization_rule.py +1 -1
- pulumi_ise/networkaccess/get_condition.py +1 -1
- pulumi_ise/networkaccess/get_dictionary.py +1 -1
- pulumi_ise/networkaccess/get_downloadable_acl.py +1 -1
- pulumi_ise/networkaccess/get_policy_set.py +1 -1
- pulumi_ise/networkaccess/get_time_and_date_condition.py +1 -1
- pulumi_ise/networkaccess/outputs.py +1 -1
- pulumi_ise/networkaccess/policy_set.py +1 -1
- pulumi_ise/networkaccess/policy_set_update_rank.py +1 -1
- pulumi_ise/networkaccess/policy_set_update_ranks.py +1 -1
- pulumi_ise/networkaccess/time_and_date_condition.py +1 -1
- pulumi_ise/provider.py +1 -1
- pulumi_ise/pulumi-plugin.json +1 -1
- pulumi_ise/system/__init__.py +1 -1
- pulumi_ise/system/_inputs.py +1 -1
- pulumi_ise/system/get_license_tier_state.py +1 -1
- pulumi_ise/system/get_repository.py +1 -1
- pulumi_ise/system/license_tier_state.py +1 -1
- pulumi_ise/system/outputs.py +1 -1
- pulumi_ise/system/repository.py +1 -1
- pulumi_ise/trustsec/__init__.py +1 -1
- pulumi_ise/trustsec/egress_matrix_cell.py +1 -1
- pulumi_ise/trustsec/egress_matrix_cell_default.py +1 -1
- pulumi_ise/trustsec/get_egress_matrix_cell.py +1 -1
- pulumi_ise/trustsec/get_egress_matrix_cell_default.py +1 -1
- pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +1 -1
- pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +1 -1
- pulumi_ise/trustsec/get_security_group.py +1 -1
- pulumi_ise/trustsec/get_security_group_acl.py +1 -1
- pulumi_ise/trustsec/get_sxp_domain_filter.py +1 -1
- pulumi_ise/trustsec/ip_to_sgt_mapping.py +1 -1
- pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +1 -1
- pulumi_ise/trustsec/security_group.py +1 -1
- pulumi_ise/trustsec/security_group_acl.py +1 -1
- pulumi_ise/trustsec/sxp_domain_filter.py +1 -1
- {pulumi_ise-0.3.0a1747979998.dist-info → pulumi_ise-0.3.0a1749535877.dist-info}/METADATA +1 -1
- pulumi_ise-0.3.0a1749535877.dist-info/RECORD +131 -0
- {pulumi_ise-0.3.0a1747979998.dist-info → pulumi_ise-0.3.0a1749535877.dist-info}/WHEEL +1 -1
- pulumi_ise-0.3.0a1747979998.dist-info/RECORD +0 -129
- {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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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/network/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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/network/_inputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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/network/device.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
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/network/get_device.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
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/network/outputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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
|
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/pulumi-plugin.json
CHANGED
pulumi_ise/system/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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/system/_inputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
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
|
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
|
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
|
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
|