pulumi-ise 0.2.2__py3-none-any.whl → 0.2.3__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 (71) hide show
  1. pulumi_ise/__init__.py +8 -0
  2. pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +1 -0
  3. pulumi_ise/deviceadmin/authentication_rule.py +1 -0
  4. pulumi_ise/deviceadmin/authentication_rule_update_rank.py +1 -0
  5. pulumi_ise/deviceadmin/authentication_rule_update_ranks.py +1 -0
  6. pulumi_ise/deviceadmin/authorization_exception_rule.py +1 -0
  7. pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +1 -0
  8. pulumi_ise/deviceadmin/authorization_exception_rule_update_ranks.py +1 -0
  9. pulumi_ise/deviceadmin/authorization_global_exception_rule.py +1 -0
  10. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +1 -0
  11. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_ranks.py +1 -0
  12. pulumi_ise/deviceadmin/authorization_rule.py +1 -0
  13. pulumi_ise/deviceadmin/authorization_rule_update_rank.py +1 -0
  14. pulumi_ise/deviceadmin/authorization_rule_update_ranks.py +1 -0
  15. pulumi_ise/deviceadmin/condition.py +1 -0
  16. pulumi_ise/deviceadmin/policy_set.py +1 -0
  17. pulumi_ise/deviceadmin/policy_set_update_rank.py +1 -0
  18. pulumi_ise/deviceadmin/policy_set_update_ranks.py +1 -0
  19. pulumi_ise/deviceadmin/tacacs_command_set.py +1 -0
  20. pulumi_ise/deviceadmin/tacacs_profile.py +1 -0
  21. pulumi_ise/deviceadmin/time_and_date_condition.py +1 -0
  22. pulumi_ise/identitymanagement/__init__.py +2 -0
  23. pulumi_ise/identitymanagement/active_directory_add_groups.py +1 -0
  24. pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +1 -0
  25. pulumi_ise/identitymanagement/active_directory_join_point.py +1 -0
  26. pulumi_ise/identitymanagement/certificate_authentication_profile.py +1 -0
  27. pulumi_ise/identitymanagement/endpoint.py +1 -0
  28. pulumi_ise/identitymanagement/endpoint_custom_attribute.py +235 -0
  29. pulumi_ise/identitymanagement/endpoint_identity_group.py +1 -0
  30. pulumi_ise/identitymanagement/get_endpoint_custom_attribute.py +127 -0
  31. pulumi_ise/identitymanagement/identity_source_sequence.py +1 -0
  32. pulumi_ise/identitymanagement/internal_user.py +1 -0
  33. pulumi_ise/identitymanagement/user_identity_group.py +1 -0
  34. pulumi_ise/network/device.py +1 -0
  35. pulumi_ise/network/device_group.py +1 -0
  36. pulumi_ise/networkaccess/allowed_protocols.py +1 -0
  37. pulumi_ise/networkaccess/authentication_rule.py +1 -0
  38. pulumi_ise/networkaccess/authentication_rule_update_rank.py +1 -0
  39. pulumi_ise/networkaccess/authentication_rule_update_ranks.py +1 -0
  40. pulumi_ise/networkaccess/authorization_exception_rule.py +1 -0
  41. pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +1 -0
  42. pulumi_ise/networkaccess/authorization_exception_rule_update_ranks.py +1 -0
  43. pulumi_ise/networkaccess/authorization_global_exception_rule.py +1 -0
  44. pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +1 -0
  45. pulumi_ise/networkaccess/authorization_global_exception_rule_update_ranks.py +1 -0
  46. pulumi_ise/networkaccess/authorization_profile.py +1 -0
  47. pulumi_ise/networkaccess/authorization_rule.py +1 -0
  48. pulumi_ise/networkaccess/authorization_rule_update_rank.py +1 -0
  49. pulumi_ise/networkaccess/authorization_rule_update_ranks.py +1 -0
  50. pulumi_ise/networkaccess/condition.py +1 -0
  51. pulumi_ise/networkaccess/dictionary.py +1 -0
  52. pulumi_ise/networkaccess/downloadable_acl.py +1 -0
  53. pulumi_ise/networkaccess/policy_set.py +1 -0
  54. pulumi_ise/networkaccess/policy_set_update_rank.py +1 -0
  55. pulumi_ise/networkaccess/policy_set_update_ranks.py +1 -0
  56. pulumi_ise/networkaccess/time_and_date_condition.py +1 -0
  57. pulumi_ise/provider.py +21 -0
  58. pulumi_ise/pulumi-plugin.json +1 -1
  59. pulumi_ise/system/license_tier_state.py +1 -0
  60. pulumi_ise/system/repository.py +1 -0
  61. pulumi_ise/trustsec/egress_matrix_cell.py +1 -0
  62. pulumi_ise/trustsec/egress_matrix_cell_default.py +1 -0
  63. pulumi_ise/trustsec/ip_to_sgt_mapping.py +1 -0
  64. pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +1 -0
  65. pulumi_ise/trustsec/security_group.py +1 -0
  66. pulumi_ise/trustsec/security_group_acl.py +1 -0
  67. pulumi_ise/trustsec/sxp_domain_filter.py +1 -0
  68. {pulumi_ise-0.2.2.dist-info → pulumi_ise-0.2.3.dist-info}/METADATA +3 -3
  69. {pulumi_ise-0.2.2.dist-info → pulumi_ise-0.2.3.dist-info}/RECORD +71 -69
  70. {pulumi_ise-0.2.2.dist-info → pulumi_ise-0.2.3.dist-info}/WHEEL +1 -1
  71. {pulumi_ise-0.2.2.dist-info → pulumi_ise-0.2.3.dist-info}/top_level.txt +0 -0
pulumi_ise/__init__.py CHANGED
@@ -236,6 +236,14 @@ _utilities.register(
236
236
  "ise:identitymanagement/endpoint:Endpoint": "Endpoint"
237
237
  }
238
238
  },
239
+ {
240
+ "pkg": "ise",
241
+ "mod": "identitymanagement/endpointCustomAttribute",
242
+ "fqn": "pulumi_ise.identitymanagement",
243
+ "classes": {
244
+ "ise:identitymanagement/endpointCustomAttribute:EndpointCustomAttribute": "EndpointCustomAttribute"
245
+ }
246
+ },
239
247
  {
240
248
  "pkg": "ise",
241
249
  "mod": "identitymanagement/endpointIdentityGroup",
@@ -190,6 +190,7 @@ class _AllowedProtocolsTacacsState:
190
190
  pulumi.set(self, "name", value)
191
191
 
192
192
 
193
+ @pulumi.type_token("ise:deviceadmin/allowedProtocolsTacacs:AllowedProtocolsTacacs")
193
194
  class AllowedProtocolsTacacs(pulumi.CustomResource):
194
195
  @overload
195
196
  def __init__(__self__,
@@ -627,6 +627,7 @@ class _AuthenticationRuleState:
627
627
  pulumi.set(self, "state", value)
628
628
 
629
629
 
630
+ @pulumi.type_token("ise:deviceadmin/authenticationRule:AuthenticationRule")
630
631
  class AuthenticationRule(pulumi.CustomResource):
631
632
  @overload
632
633
  def __init__(__self__,
@@ -126,6 +126,7 @@ class _AuthenticationRuleUpdateRankState:
126
126
  pulumi.set(self, "rule_id", value)
127
127
 
128
128
 
129
+ @pulumi.type_token("ise:deviceadmin/authenticationRuleUpdateRank:AuthenticationRuleUpdateRank")
129
130
  class AuthenticationRuleUpdateRank(pulumi.CustomResource):
130
131
  @overload
131
132
  def __init__(__self__,
@@ -90,6 +90,7 @@ class _AuthenticationRuleUpdateRanksState:
90
90
  pulumi.set(self, "rules", value)
91
91
 
92
92
 
93
+ @pulumi.type_token("ise:deviceadmin/authenticationRuleUpdateRanks:AuthenticationRuleUpdateRanks")
93
94
  class AuthenticationRuleUpdateRanks(pulumi.CustomResource):
94
95
  @overload
95
96
  def __init__(__self__,
@@ -562,6 +562,7 @@ class _AuthorizationExceptionRuleState:
562
562
  pulumi.set(self, "state", value)
563
563
 
564
564
 
565
+ @pulumi.type_token("ise:deviceadmin/authorizationExceptionRule:AuthorizationExceptionRule")
565
566
  class AuthorizationExceptionRule(pulumi.CustomResource):
566
567
  @overload
567
568
  def __init__(__self__,
@@ -126,6 +126,7 @@ class _AuthorizationExceptionRuleUpdateRankState:
126
126
  pulumi.set(self, "rule_id", value)
127
127
 
128
128
 
129
+ @pulumi.type_token("ise:deviceadmin/authorizationExceptionRuleUpdateRank:AuthorizationExceptionRuleUpdateRank")
129
130
  class AuthorizationExceptionRuleUpdateRank(pulumi.CustomResource):
130
131
  @overload
131
132
  def __init__(__self__,
@@ -90,6 +90,7 @@ class _AuthorizationExceptionRuleUpdateRanksState:
90
90
  pulumi.set(self, "rules", value)
91
91
 
92
92
 
93
+ @pulumi.type_token("ise:deviceadmin/authorizationExceptionRuleUpdateRanks:AuthorizationExceptionRuleUpdateRanks")
93
94
  class AuthorizationExceptionRuleUpdateRanks(pulumi.CustomResource):
94
95
  @overload
95
96
  def __init__(__self__,
@@ -499,6 +499,7 @@ class _AuthorizationGlobalExceptionRuleState:
499
499
  pulumi.set(self, "state", value)
500
500
 
501
501
 
502
+ @pulumi.type_token("ise:deviceadmin/authorizationGlobalExceptionRule:AuthorizationGlobalExceptionRule")
502
503
  class AuthorizationGlobalExceptionRule(pulumi.CustomResource):
503
504
  @overload
504
505
  def __init__(__self__,
@@ -95,6 +95,7 @@ class _AuthorizationGlobalExceptionRuleUpdateRankState:
95
95
  pulumi.set(self, "rule_id", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("ise:deviceadmin/authorizationGlobalExceptionRuleUpdateRank:AuthorizationGlobalExceptionRuleUpdateRank")
98
99
  class AuthorizationGlobalExceptionRuleUpdateRank(pulumi.CustomResource):
99
100
  @overload
100
101
  def __init__(__self__,
@@ -59,6 +59,7 @@ class _AuthorizationGlobalExceptionRuleUpdateRanksState:
59
59
  pulumi.set(self, "rules", value)
60
60
 
61
61
 
62
+ @pulumi.type_token("ise:deviceadmin/authorizationGlobalExceptionRuleUpdateRanks:AuthorizationGlobalExceptionRuleUpdateRanks")
62
63
  class AuthorizationGlobalExceptionRuleUpdateRanks(pulumi.CustomResource):
63
64
  @overload
64
65
  def __init__(__self__,
@@ -562,6 +562,7 @@ class _AuthorizationRuleState:
562
562
  pulumi.set(self, "state", value)
563
563
 
564
564
 
565
+ @pulumi.type_token("ise:deviceadmin/authorizationRule:AuthorizationRule")
565
566
  class AuthorizationRule(pulumi.CustomResource):
566
567
  @overload
567
568
  def __init__(__self__,
@@ -126,6 +126,7 @@ class _AuthorizationRuleUpdateRankState:
126
126
  pulumi.set(self, "rule_id", value)
127
127
 
128
128
 
129
+ @pulumi.type_token("ise:deviceadmin/authorizationRuleUpdateRank:AuthorizationRuleUpdateRank")
129
130
  class AuthorizationRuleUpdateRank(pulumi.CustomResource):
130
131
  @overload
131
132
  def __init__(__self__,
@@ -90,6 +90,7 @@ class _AuthorizationRuleUpdateRanksState:
90
90
  pulumi.set(self, "rules", value)
91
91
 
92
92
 
93
+ @pulumi.type_token("ise:deviceadmin/authorizationRuleUpdateRanks:AuthorizationRuleUpdateRanks")
93
94
  class AuthorizationRuleUpdateRanks(pulumi.CustomResource):
94
95
  @overload
95
96
  def __init__(__self__,
@@ -370,6 +370,7 @@ class _ConditionState:
370
370
  pulumi.set(self, "operator", value)
371
371
 
372
372
 
373
+ @pulumi.type_token("ise:deviceadmin/condition:Condition")
373
374
  class Condition(pulumi.CustomResource):
374
375
  @overload
375
376
  def __init__(__self__,
@@ -566,6 +566,7 @@ class _PolicySetState:
566
566
  pulumi.set(self, "state", value)
567
567
 
568
568
 
569
+ @pulumi.type_token("ise:deviceadmin/policySet:PolicySet")
569
570
  class PolicySet(pulumi.CustomResource):
570
571
  @overload
571
572
  def __init__(__self__,
@@ -95,6 +95,7 @@ class _PolicySetUpdateRankState:
95
95
  pulumi.set(self, "rank", value)
96
96
 
97
97
 
98
+ @pulumi.type_token("ise:deviceadmin/policySetUpdateRank:PolicySetUpdateRank")
98
99
  class PolicySetUpdateRank(pulumi.CustomResource):
99
100
  @overload
100
101
  def __init__(__self__,
@@ -59,6 +59,7 @@ class _PolicySetUpdateRanksState:
59
59
  pulumi.set(self, "policies", value)
60
60
 
61
61
 
62
+ @pulumi.type_token("ise:deviceadmin/policySetUpdateRanks:PolicySetUpdateRanks")
62
63
  class PolicySetUpdateRanks(pulumi.CustomResource):
63
64
  @overload
64
65
  def __init__(__self__,
@@ -155,6 +155,7 @@ class _TacacsCommandSetState:
155
155
  pulumi.set(self, "permit_unmatched", value)
156
156
 
157
157
 
158
+ @pulumi.type_token("ise:deviceadmin/tacacsCommandSet:TacacsCommandSet")
158
159
  class TacacsCommandSet(pulumi.CustomResource):
159
160
  @overload
160
161
  def __init__(__self__,
@@ -123,6 +123,7 @@ class _TacacsProfileState:
123
123
  pulumi.set(self, "session_attributes", value)
124
124
 
125
125
 
126
+ @pulumi.type_token("ise:deviceadmin/tacacsProfile:TacacsProfile")
126
127
  class TacacsProfile(pulumi.CustomResource):
127
128
  @overload
128
129
  def __init__(__self__,
@@ -449,6 +449,7 @@ class _TimeAndDateConditionState:
449
449
  pulumi.set(self, "week_days_exceptions", value)
450
450
 
451
451
 
452
+ @pulumi.type_token("ise:deviceadmin/timeAndDateCondition:TimeAndDateCondition")
452
453
  class TimeAndDateCondition(pulumi.CustomResource):
453
454
  @overload
454
455
  def __init__(__self__,
@@ -11,11 +11,13 @@ from .active_directory_join_domain_with_all_nodes import *
11
11
  from .active_directory_join_point import *
12
12
  from .certificate_authentication_profile import *
13
13
  from .endpoint import *
14
+ from .endpoint_custom_attribute import *
14
15
  from .endpoint_identity_group import *
15
16
  from .get_active_directory_groups_by_domain import *
16
17
  from .get_active_directory_join_point import *
17
18
  from .get_certificate_authentication_profile import *
18
19
  from .get_endpoint import *
20
+ from .get_endpoint_custom_attribute import *
19
21
  from .get_endpoint_identity_group import *
20
22
  from .get_identity_source_sequence import *
21
23
  from .get_internal_user import *
@@ -261,6 +261,7 @@ class _ActiveDirectoryAddGroupsState:
261
261
  pulumi.set(self, "name", value)
262
262
 
263
263
 
264
+ @pulumi.type_token("ise:identitymanagement/activeDirectoryAddGroups:ActiveDirectoryAddGroups")
264
265
  class ActiveDirectoryAddGroups(pulumi.CustomResource):
265
266
  @overload
266
267
  def __init__(__self__,
@@ -89,6 +89,7 @@ class _ActiveDirectoryJoinDomainWithAllNodesState:
89
89
  pulumi.set(self, "join_point_id", value)
90
90
 
91
91
 
92
+ @pulumi.type_token("ise:identitymanagement/activeDirectoryJoinDomainWithAllNodes:ActiveDirectoryJoinDomainWithAllNodes")
92
93
  class ActiveDirectoryJoinDomainWithAllNodes(pulumi.CustomResource):
93
94
  @overload
94
95
  def __init__(__self__,
@@ -1094,6 +1094,7 @@ class _ActiveDirectoryJoinPointState:
1094
1094
  pulumi.set(self, "unreachable_domains_behaviour", value)
1095
1095
 
1096
1096
 
1097
+ @pulumi.type_token("ise:identitymanagement/activeDirectoryJoinPoint:ActiveDirectoryJoinPoint")
1097
1098
  class ActiveDirectoryJoinPoint(pulumi.CustomResource):
1098
1099
  @overload
1099
1100
  def __init__(__self__,
@@ -285,6 +285,7 @@ class _CertificateAuthenticationProfileState:
285
285
  pulumi.set(self, "username_from", value)
286
286
 
287
287
 
288
+ @pulumi.type_token("ise:identitymanagement/certificateAuthenticationProfile:CertificateAuthenticationProfile")
288
289
  class CertificateAuthenticationProfile(pulumi.CustomResource):
289
290
  @overload
290
291
  def __init__(__self__,
@@ -862,6 +862,7 @@ class _EndpointState:
862
862
  pulumi.set(self, "static_profile_assignment_defined", value)
863
863
 
864
864
 
865
+ @pulumi.type_token("ise:identitymanagement/endpoint:Endpoint")
865
866
  class Endpoint(pulumi.CustomResource):
866
867
  @overload
867
868
  def __init__(__self__,
@@ -0,0 +1,235 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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__ = ['EndpointCustomAttributeArgs', 'EndpointCustomAttribute']
19
+
20
+ @pulumi.input_type
21
+ class EndpointCustomAttributeArgs:
22
+ def __init__(__self__, *,
23
+ attribute_name: pulumi.Input[builtins.str],
24
+ attribute_type: pulumi.Input[builtins.str]):
25
+ """
26
+ The set of arguments for constructing a EndpointCustomAttribute resource.
27
+ :param pulumi.Input[builtins.str] attribute_name: The name of the attribute
28
+ :param pulumi.Input[builtins.str] attribute_type: Attribute type - Choices: `Boolean`, `Date`, `Float`, `IP`, `Int`, `Long`, `String`
29
+ """
30
+ pulumi.set(__self__, "attribute_name", attribute_name)
31
+ pulumi.set(__self__, "attribute_type", attribute_type)
32
+
33
+ @property
34
+ @pulumi.getter(name="attributeName")
35
+ def attribute_name(self) -> pulumi.Input[builtins.str]:
36
+ """
37
+ The name of the attribute
38
+ """
39
+ return pulumi.get(self, "attribute_name")
40
+
41
+ @attribute_name.setter
42
+ def attribute_name(self, value: pulumi.Input[builtins.str]):
43
+ pulumi.set(self, "attribute_name", value)
44
+
45
+ @property
46
+ @pulumi.getter(name="attributeType")
47
+ def attribute_type(self) -> pulumi.Input[builtins.str]:
48
+ """
49
+ Attribute type - Choices: `Boolean`, `Date`, `Float`, `IP`, `Int`, `Long`, `String`
50
+ """
51
+ return pulumi.get(self, "attribute_type")
52
+
53
+ @attribute_type.setter
54
+ def attribute_type(self, value: pulumi.Input[builtins.str]):
55
+ pulumi.set(self, "attribute_type", value)
56
+
57
+
58
+ @pulumi.input_type
59
+ class _EndpointCustomAttributeState:
60
+ def __init__(__self__, *,
61
+ attribute_name: Optional[pulumi.Input[builtins.str]] = None,
62
+ attribute_type: Optional[pulumi.Input[builtins.str]] = None):
63
+ """
64
+ Input properties used for looking up and filtering EndpointCustomAttribute resources.
65
+ :param pulumi.Input[builtins.str] attribute_name: The name of the attribute
66
+ :param pulumi.Input[builtins.str] attribute_type: Attribute type - Choices: `Boolean`, `Date`, `Float`, `IP`, `Int`, `Long`, `String`
67
+ """
68
+ if attribute_name is not None:
69
+ pulumi.set(__self__, "attribute_name", attribute_name)
70
+ if attribute_type is not None:
71
+ pulumi.set(__self__, "attribute_type", attribute_type)
72
+
73
+ @property
74
+ @pulumi.getter(name="attributeName")
75
+ def attribute_name(self) -> Optional[pulumi.Input[builtins.str]]:
76
+ """
77
+ The name of the attribute
78
+ """
79
+ return pulumi.get(self, "attribute_name")
80
+
81
+ @attribute_name.setter
82
+ def attribute_name(self, value: Optional[pulumi.Input[builtins.str]]):
83
+ pulumi.set(self, "attribute_name", value)
84
+
85
+ @property
86
+ @pulumi.getter(name="attributeType")
87
+ def attribute_type(self) -> Optional[pulumi.Input[builtins.str]]:
88
+ """
89
+ Attribute type - Choices: `Boolean`, `Date`, `Float`, `IP`, `Int`, `Long`, `String`
90
+ """
91
+ return pulumi.get(self, "attribute_type")
92
+
93
+ @attribute_type.setter
94
+ def attribute_type(self, value: Optional[pulumi.Input[builtins.str]]):
95
+ pulumi.set(self, "attribute_type", value)
96
+
97
+
98
+ @pulumi.type_token("ise:identitymanagement/endpointCustomAttribute:EndpointCustomAttribute")
99
+ class EndpointCustomAttribute(pulumi.CustomResource):
100
+ @overload
101
+ def __init__(__self__,
102
+ resource_name: str,
103
+ opts: Optional[pulumi.ResourceOptions] = None,
104
+ attribute_name: Optional[pulumi.Input[builtins.str]] = None,
105
+ attribute_type: Optional[pulumi.Input[builtins.str]] = None,
106
+ __props__=None):
107
+ """
108
+ This resource can manage an Endpoint Custom Attribute.
109
+
110
+ ## Example Usage
111
+
112
+ ```python
113
+ import pulumi
114
+ import pulumi_ise as ise
115
+
116
+ example = ise.identitymanagement.EndpointCustomAttribute("example",
117
+ attribute_name="isMobile",
118
+ attribute_type="Boolean")
119
+ ```
120
+
121
+ ## Import
122
+
123
+ ```sh
124
+ $ pulumi import ise:identitymanagement/endpointCustomAttribute:EndpointCustomAttribute example "isMobile"
125
+ ```
126
+
127
+ :param str resource_name: The name of the resource.
128
+ :param pulumi.ResourceOptions opts: Options for the resource.
129
+ :param pulumi.Input[builtins.str] attribute_name: The name of the attribute
130
+ :param pulumi.Input[builtins.str] attribute_type: Attribute type - Choices: `Boolean`, `Date`, `Float`, `IP`, `Int`, `Long`, `String`
131
+ """
132
+ ...
133
+ @overload
134
+ def __init__(__self__,
135
+ resource_name: str,
136
+ args: EndpointCustomAttributeArgs,
137
+ opts: Optional[pulumi.ResourceOptions] = None):
138
+ """
139
+ This resource can manage an Endpoint Custom Attribute.
140
+
141
+ ## Example Usage
142
+
143
+ ```python
144
+ import pulumi
145
+ import pulumi_ise as ise
146
+
147
+ example = ise.identitymanagement.EndpointCustomAttribute("example",
148
+ attribute_name="isMobile",
149
+ attribute_type="Boolean")
150
+ ```
151
+
152
+ ## Import
153
+
154
+ ```sh
155
+ $ pulumi import ise:identitymanagement/endpointCustomAttribute:EndpointCustomAttribute example "isMobile"
156
+ ```
157
+
158
+ :param str resource_name: The name of the resource.
159
+ :param EndpointCustomAttributeArgs args: The arguments to use to populate this resource's properties.
160
+ :param pulumi.ResourceOptions opts: Options for the resource.
161
+ """
162
+ ...
163
+ def __init__(__self__, resource_name: str, *args, **kwargs):
164
+ resource_args, opts = _utilities.get_resource_args_opts(EndpointCustomAttributeArgs, pulumi.ResourceOptions, *args, **kwargs)
165
+ if resource_args is not None:
166
+ __self__._internal_init(resource_name, opts, **resource_args.__dict__)
167
+ else:
168
+ __self__._internal_init(resource_name, *args, **kwargs)
169
+
170
+ def _internal_init(__self__,
171
+ resource_name: str,
172
+ opts: Optional[pulumi.ResourceOptions] = None,
173
+ attribute_name: Optional[pulumi.Input[builtins.str]] = None,
174
+ attribute_type: Optional[pulumi.Input[builtins.str]] = None,
175
+ __props__=None):
176
+ opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
177
+ if not isinstance(opts, pulumi.ResourceOptions):
178
+ raise TypeError('Expected resource options to be a ResourceOptions instance')
179
+ if opts.id is None:
180
+ if __props__ is not None:
181
+ raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
182
+ __props__ = EndpointCustomAttributeArgs.__new__(EndpointCustomAttributeArgs)
183
+
184
+ if attribute_name is None and not opts.urn:
185
+ raise TypeError("Missing required property 'attribute_name'")
186
+ __props__.__dict__["attribute_name"] = attribute_name
187
+ if attribute_type is None and not opts.urn:
188
+ raise TypeError("Missing required property 'attribute_type'")
189
+ __props__.__dict__["attribute_type"] = attribute_type
190
+ super(EndpointCustomAttribute, __self__).__init__(
191
+ 'ise:identitymanagement/endpointCustomAttribute:EndpointCustomAttribute',
192
+ resource_name,
193
+ __props__,
194
+ opts)
195
+
196
+ @staticmethod
197
+ def get(resource_name: str,
198
+ id: pulumi.Input[str],
199
+ opts: Optional[pulumi.ResourceOptions] = None,
200
+ attribute_name: Optional[pulumi.Input[builtins.str]] = None,
201
+ attribute_type: Optional[pulumi.Input[builtins.str]] = None) -> 'EndpointCustomAttribute':
202
+ """
203
+ Get an existing EndpointCustomAttribute resource's state with the given name, id, and optional extra
204
+ properties used to qualify the lookup.
205
+
206
+ :param str resource_name: The unique name of the resulting resource.
207
+ :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
208
+ :param pulumi.ResourceOptions opts: Options for the resource.
209
+ :param pulumi.Input[builtins.str] attribute_name: The name of the attribute
210
+ :param pulumi.Input[builtins.str] attribute_type: Attribute type - Choices: `Boolean`, `Date`, `Float`, `IP`, `Int`, `Long`, `String`
211
+ """
212
+ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
213
+
214
+ __props__ = _EndpointCustomAttributeState.__new__(_EndpointCustomAttributeState)
215
+
216
+ __props__.__dict__["attribute_name"] = attribute_name
217
+ __props__.__dict__["attribute_type"] = attribute_type
218
+ return EndpointCustomAttribute(resource_name, opts=opts, __props__=__props__)
219
+
220
+ @property
221
+ @pulumi.getter(name="attributeName")
222
+ def attribute_name(self) -> pulumi.Output[builtins.str]:
223
+ """
224
+ The name of the attribute
225
+ """
226
+ return pulumi.get(self, "attribute_name")
227
+
228
+ @property
229
+ @pulumi.getter(name="attributeType")
230
+ def attribute_type(self) -> pulumi.Output[builtins.str]:
231
+ """
232
+ Attribute type - Choices: `Boolean`, `Date`, `Float`, `IP`, `Int`, `Long`, `String`
233
+ """
234
+ return pulumi.get(self, "attribute_type")
235
+
@@ -161,6 +161,7 @@ class _EndpointIdentityGroupState:
161
161
  pulumi.set(self, "system_defined", value)
162
162
 
163
163
 
164
+ @pulumi.type_token("ise:identitymanagement/endpointIdentityGroup:EndpointIdentityGroup")
164
165
  class EndpointIdentityGroup(pulumi.CustomResource):
165
166
  @overload
166
167
  def __init__(__self__,
@@ -0,0 +1,127 @@
1
+ # coding=utf-8
2
+ # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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')))
@@ -184,6 +184,7 @@ class _IdentitySourceSequenceState:
184
184
  pulumi.set(self, "name", value)
185
185
 
186
186
 
187
+ @pulumi.type_token("ise:identitymanagement/identitySourceSequence:IdentitySourceSequence")
187
188
  class IdentitySourceSequence(pulumi.CustomResource):
188
189
  @overload
189
190
  def __init__(__self__,
@@ -488,6 +488,7 @@ class _InternalUserState:
488
488
  pulumi.set(self, "password_never_expires", value)
489
489
 
490
490
 
491
+ @pulumi.type_token("ise:identitymanagement/internalUser:InternalUser")
491
492
  class InternalUser(pulumi.CustomResource):
492
493
  @overload
493
494
  def __init__(__self__,
@@ -129,6 +129,7 @@ class _UserIdentityGroupState:
129
129
  pulumi.set(self, "parent", value)
130
130
 
131
131
 
132
+ @pulumi.type_token("ise:identitymanagement/userIdentityGroup:UserIdentityGroup")
132
133
  class UserIdentityGroup(pulumi.CustomResource):
133
134
  @overload
134
135
  def __init__(__self__,