pulumi-ise 0.3.0a1743573250__py3-none-any.whl → 0.3.0a1744183105__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 (118) hide show
  1. pulumi_ise/__init__.py +1 -0
  2. pulumi_ise/config/__init__.py +1 -0
  3. pulumi_ise/config/__init__.pyi +1 -0
  4. pulumi_ise/config/vars.py +1 -0
  5. pulumi_ise/deviceadmin/__init__.py +1 -0
  6. pulumi_ise/deviceadmin/_inputs.py +538 -537
  7. pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +71 -70
  8. pulumi_ise/deviceadmin/authentication_rule.py +239 -238
  9. pulumi_ise/deviceadmin/authentication_rule_update_rank.py +43 -42
  10. pulumi_ise/deviceadmin/authorization_exception_rule.py +211 -210
  11. pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +43 -42
  12. pulumi_ise/deviceadmin/authorization_global_exception_rule.py +183 -182
  13. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +29 -28
  14. pulumi_ise/deviceadmin/authorization_rule.py +211 -210
  15. pulumi_ise/deviceadmin/authorization_rule_update_rank.py +43 -42
  16. pulumi_ise/deviceadmin/condition.py +127 -126
  17. pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +15 -14
  18. pulumi_ise/deviceadmin/get_authentication_rule.py +31 -30
  19. pulumi_ise/deviceadmin/get_authorization_exception_rule.py +29 -28
  20. pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +23 -22
  21. pulumi_ise/deviceadmin/get_authorization_rule.py +29 -28
  22. pulumi_ise/deviceadmin/get_condition.py +19 -18
  23. pulumi_ise/deviceadmin/get_policy_set.py +25 -24
  24. pulumi_ise/deviceadmin/get_tacacs_command_set.py +13 -12
  25. pulumi_ise/deviceadmin/get_tacacs_profile.py +12 -11
  26. pulumi_ise/deviceadmin/get_time_and_date_condition.py +23 -22
  27. pulumi_ise/deviceadmin/outputs.py +656 -655
  28. pulumi_ise/deviceadmin/policy_set.py +211 -210
  29. pulumi_ise/deviceadmin/policy_set_update_rank.py +29 -28
  30. pulumi_ise/deviceadmin/tacacs_command_set.py +43 -42
  31. pulumi_ise/deviceadmin/tacacs_profile.py +29 -28
  32. pulumi_ise/deviceadmin/time_and_date_condition.py +183 -182
  33. pulumi_ise/identitymanagement/__init__.py +1 -0
  34. pulumi_ise/identitymanagement/_inputs.py +85 -84
  35. pulumi_ise/identitymanagement/active_directory_add_groups.py +85 -84
  36. pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +15 -14
  37. pulumi_ise/identitymanagement/active_directory_join_point.py +421 -420
  38. pulumi_ise/identitymanagement/certificate_authentication_profile.py +99 -98
  39. pulumi_ise/identitymanagement/endpoint.py +365 -364
  40. pulumi_ise/identitymanagement/endpoint_identity_group.py +57 -56
  41. pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +27 -26
  42. pulumi_ise/identitymanagement/get_active_directory_join_point.py +36 -35
  43. pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +17 -16
  44. pulumi_ise/identitymanagement/get_endpoint.py +36 -35
  45. pulumi_ise/identitymanagement/get_endpoint_identity_group.py +14 -13
  46. pulumi_ise/identitymanagement/get_identity_source_sequence.py +14 -13
  47. pulumi_ise/identitymanagement/get_internal_user.py +24 -23
  48. pulumi_ise/identitymanagement/get_user_identity_group.py +13 -12
  49. pulumi_ise/identitymanagement/identity_source_sequence.py +57 -56
  50. pulumi_ise/identitymanagement/internal_user.py +197 -196
  51. pulumi_ise/identitymanagement/outputs.py +95 -94
  52. pulumi_ise/identitymanagement/user_identity_group.py +43 -42
  53. pulumi_ise/network/__init__.py +1 -0
  54. pulumi_ise/network/_inputs.py +16 -15
  55. pulumi_ise/network/device.py +575 -574
  56. pulumi_ise/network/device_group.py +43 -42
  57. pulumi_ise/network/get_device.py +51 -50
  58. pulumi_ise/network/get_device_group.py +13 -12
  59. pulumi_ise/network/outputs.py +19 -18
  60. pulumi_ise/networkaccess/__init__.py +1 -0
  61. pulumi_ise/networkaccess/_inputs.py +539 -538
  62. pulumi_ise/networkaccess/allowed_protocols.py +1079 -1078
  63. pulumi_ise/networkaccess/authentication_rule.py +239 -238
  64. pulumi_ise/networkaccess/authentication_rule_update_rank.py +43 -42
  65. pulumi_ise/networkaccess/authorization_exception_rule.py +211 -210
  66. pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +43 -42
  67. pulumi_ise/networkaccess/authorization_global_exception_rule.py +183 -182
  68. pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +29 -28
  69. pulumi_ise/networkaccess/authorization_profile.py +449 -448
  70. pulumi_ise/networkaccess/authorization_rule.py +211 -210
  71. pulumi_ise/networkaccess/authorization_rule_update_rank.py +43 -42
  72. pulumi_ise/networkaccess/condition.py +127 -126
  73. pulumi_ise/networkaccess/dictionary.py +57 -56
  74. pulumi_ise/networkaccess/downloadable_acl.py +57 -56
  75. pulumi_ise/networkaccess/get_allowed_protocols.py +87 -86
  76. pulumi_ise/networkaccess/get_authentication_rule.py +31 -30
  77. pulumi_ise/networkaccess/get_authorization_exception_rule.py +29 -28
  78. pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +23 -22
  79. pulumi_ise/networkaccess/get_authorization_profile.py +42 -41
  80. pulumi_ise/networkaccess/get_authorization_rule.py +29 -28
  81. pulumi_ise/networkaccess/get_condition.py +19 -18
  82. pulumi_ise/networkaccess/get_dictionary.py +14 -13
  83. pulumi_ise/networkaccess/get_downloadable_acl.py +14 -13
  84. pulumi_ise/networkaccess/get_policy_set.py +25 -24
  85. pulumi_ise/networkaccess/get_time_and_date_condition.py +23 -22
  86. pulumi_ise/networkaccess/outputs.py +658 -657
  87. pulumi_ise/networkaccess/policy_set.py +211 -210
  88. pulumi_ise/networkaccess/policy_set_update_rank.py +29 -28
  89. pulumi_ise/networkaccess/time_and_date_condition.py +183 -182
  90. pulumi_ise/provider.py +39 -38
  91. pulumi_ise/pulumi-plugin.json +1 -1
  92. pulumi_ise/system/__init__.py +1 -0
  93. pulumi_ise/system/_inputs.py +11 -10
  94. pulumi_ise/system/get_license_tier_state.py +6 -5
  95. pulumi_ise/system/get_repository.py +17 -16
  96. pulumi_ise/system/license_tier_state.py +1 -0
  97. pulumi_ise/system/outputs.py +13 -12
  98. pulumi_ise/system/repository.py +99 -98
  99. pulumi_ise/trustsec/__init__.py +1 -0
  100. pulumi_ise/trustsec/egress_matrix_cell.py +85 -84
  101. pulumi_ise/trustsec/egress_matrix_cell_default.py +57 -56
  102. pulumi_ise/trustsec/get_egress_matrix_cell.py +12 -11
  103. pulumi_ise/trustsec/get_egress_matrix_cell_default.py +10 -9
  104. pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +18 -17
  105. pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +15 -14
  106. pulumi_ise/trustsec/get_security_group.py +15 -14
  107. pulumi_ise/trustsec/get_security_group_acl.py +15 -14
  108. pulumi_ise/trustsec/get_sxp_domain_filter.py +16 -15
  109. pulumi_ise/trustsec/ip_to_sgt_mapping.py +113 -112
  110. pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +71 -70
  111. pulumi_ise/trustsec/security_group.py +71 -70
  112. pulumi_ise/trustsec/security_group_acl.py +71 -70
  113. pulumi_ise/trustsec/sxp_domain_filter.py +85 -84
  114. {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/METADATA +1 -1
  115. pulumi_ise-0.3.0a1744183105.dist-info/RECORD +119 -0
  116. pulumi_ise-0.3.0a1743573250.dist-info/RECORD +0 -119
  117. {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/WHEEL +0 -0
  118. {pulumi_ise-0.3.0a1743573250.dist-info → pulumi_ise-0.3.0a1744183105.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,14 +20,14 @@ __all__ = ['DeviceGroupArgs', 'DeviceGroup']
19
20
  @pulumi.input_type
20
21
  class DeviceGroupArgs:
21
22
  def __init__(__self__, *,
22
- root_group: pulumi.Input[str],
23
- description: Optional[pulumi.Input[str]] = None,
24
- name: Optional[pulumi.Input[str]] = None):
23
+ root_group: pulumi.Input[builtins.str],
24
+ description: Optional[pulumi.Input[builtins.str]] = None,
25
+ name: Optional[pulumi.Input[builtins.str]] = None):
25
26
  """
26
27
  The set of arguments for constructing a DeviceGroup resource.
27
- :param pulumi.Input[str] root_group: The name of the root device group.
28
- :param pulumi.Input[str] description: Description
29
- :param pulumi.Input[str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
28
+ :param pulumi.Input[builtins.str] root_group: The name of the root device group.
29
+ :param pulumi.Input[builtins.str] description: Description
30
+ :param pulumi.Input[builtins.str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
30
31
  """
31
32
  pulumi.set(__self__, "root_group", root_group)
32
33
  if description is not None:
@@ -36,52 +37,52 @@ class DeviceGroupArgs:
36
37
 
37
38
  @property
38
39
  @pulumi.getter(name="rootGroup")
39
- def root_group(self) -> pulumi.Input[str]:
40
+ def root_group(self) -> pulumi.Input[builtins.str]:
40
41
  """
41
42
  The name of the root device group.
42
43
  """
43
44
  return pulumi.get(self, "root_group")
44
45
 
45
46
  @root_group.setter
46
- def root_group(self, value: pulumi.Input[str]):
47
+ def root_group(self, value: pulumi.Input[builtins.str]):
47
48
  pulumi.set(self, "root_group", value)
48
49
 
49
50
  @property
50
51
  @pulumi.getter
51
- def description(self) -> Optional[pulumi.Input[str]]:
52
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
52
53
  """
53
54
  Description
54
55
  """
55
56
  return pulumi.get(self, "description")
56
57
 
57
58
  @description.setter
58
- def description(self, value: Optional[pulumi.Input[str]]):
59
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
59
60
  pulumi.set(self, "description", value)
60
61
 
61
62
  @property
62
63
  @pulumi.getter
63
- def name(self) -> Optional[pulumi.Input[str]]:
64
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
64
65
  """
65
66
  The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
66
67
  """
67
68
  return pulumi.get(self, "name")
68
69
 
69
70
  @name.setter
70
- def name(self, value: Optional[pulumi.Input[str]]):
71
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
71
72
  pulumi.set(self, "name", value)
72
73
 
73
74
 
74
75
  @pulumi.input_type
75
76
  class _DeviceGroupState:
76
77
  def __init__(__self__, *,
77
- description: Optional[pulumi.Input[str]] = None,
78
- name: Optional[pulumi.Input[str]] = None,
79
- root_group: Optional[pulumi.Input[str]] = None):
78
+ description: Optional[pulumi.Input[builtins.str]] = None,
79
+ name: Optional[pulumi.Input[builtins.str]] = None,
80
+ root_group: Optional[pulumi.Input[builtins.str]] = None):
80
81
  """
81
82
  Input properties used for looking up and filtering DeviceGroup resources.
82
- :param pulumi.Input[str] description: Description
83
- :param pulumi.Input[str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
84
- :param pulumi.Input[str] root_group: The name of the root device group.
83
+ :param pulumi.Input[builtins.str] description: Description
84
+ :param pulumi.Input[builtins.str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
85
+ :param pulumi.Input[builtins.str] root_group: The name of the root device group.
85
86
  """
86
87
  if description is not None:
87
88
  pulumi.set(__self__, "description", description)
@@ -92,38 +93,38 @@ class _DeviceGroupState:
92
93
 
93
94
  @property
94
95
  @pulumi.getter
95
- def description(self) -> Optional[pulumi.Input[str]]:
96
+ def description(self) -> Optional[pulumi.Input[builtins.str]]:
96
97
  """
97
98
  Description
98
99
  """
99
100
  return pulumi.get(self, "description")
100
101
 
101
102
  @description.setter
102
- def description(self, value: Optional[pulumi.Input[str]]):
103
+ def description(self, value: Optional[pulumi.Input[builtins.str]]):
103
104
  pulumi.set(self, "description", value)
104
105
 
105
106
  @property
106
107
  @pulumi.getter
107
- def name(self) -> Optional[pulumi.Input[str]]:
108
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
108
109
  """
109
110
  The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
110
111
  """
111
112
  return pulumi.get(self, "name")
112
113
 
113
114
  @name.setter
114
- def name(self, value: Optional[pulumi.Input[str]]):
115
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
115
116
  pulumi.set(self, "name", value)
116
117
 
117
118
  @property
118
119
  @pulumi.getter(name="rootGroup")
119
- def root_group(self) -> Optional[pulumi.Input[str]]:
120
+ def root_group(self) -> Optional[pulumi.Input[builtins.str]]:
120
121
  """
121
122
  The name of the root device group.
122
123
  """
123
124
  return pulumi.get(self, "root_group")
124
125
 
125
126
  @root_group.setter
126
- def root_group(self, value: Optional[pulumi.Input[str]]):
127
+ def root_group(self, value: Optional[pulumi.Input[builtins.str]]):
127
128
  pulumi.set(self, "root_group", value)
128
129
 
129
130
 
@@ -132,9 +133,9 @@ class DeviceGroup(pulumi.CustomResource):
132
133
  def __init__(__self__,
133
134
  resource_name: str,
134
135
  opts: Optional[pulumi.ResourceOptions] = None,
135
- description: Optional[pulumi.Input[str]] = None,
136
- name: Optional[pulumi.Input[str]] = None,
137
- root_group: Optional[pulumi.Input[str]] = None,
136
+ description: Optional[pulumi.Input[builtins.str]] = None,
137
+ name: Optional[pulumi.Input[builtins.str]] = None,
138
+ root_group: Optional[pulumi.Input[builtins.str]] = None,
138
139
  __props__=None):
139
140
  """
140
141
  This resource can manage a Network Device Group.
@@ -159,9 +160,9 @@ class DeviceGroup(pulumi.CustomResource):
159
160
 
160
161
  :param str resource_name: The name of the resource.
161
162
  :param pulumi.ResourceOptions opts: Options for the resource.
162
- :param pulumi.Input[str] description: Description
163
- :param pulumi.Input[str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
164
- :param pulumi.Input[str] root_group: The name of the root device group.
163
+ :param pulumi.Input[builtins.str] description: Description
164
+ :param pulumi.Input[builtins.str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
165
+ :param pulumi.Input[builtins.str] root_group: The name of the root device group.
165
166
  """
166
167
  ...
167
168
  @overload
@@ -205,9 +206,9 @@ class DeviceGroup(pulumi.CustomResource):
205
206
  def _internal_init(__self__,
206
207
  resource_name: str,
207
208
  opts: Optional[pulumi.ResourceOptions] = None,
208
- description: Optional[pulumi.Input[str]] = None,
209
- name: Optional[pulumi.Input[str]] = None,
210
- root_group: Optional[pulumi.Input[str]] = None,
209
+ description: Optional[pulumi.Input[builtins.str]] = None,
210
+ name: Optional[pulumi.Input[builtins.str]] = None,
211
+ root_group: Optional[pulumi.Input[builtins.str]] = None,
211
212
  __props__=None):
212
213
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
213
214
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -232,9 +233,9 @@ class DeviceGroup(pulumi.CustomResource):
232
233
  def get(resource_name: str,
233
234
  id: pulumi.Input[str],
234
235
  opts: Optional[pulumi.ResourceOptions] = None,
235
- description: Optional[pulumi.Input[str]] = None,
236
- name: Optional[pulumi.Input[str]] = None,
237
- root_group: Optional[pulumi.Input[str]] = None) -> 'DeviceGroup':
236
+ description: Optional[pulumi.Input[builtins.str]] = None,
237
+ name: Optional[pulumi.Input[builtins.str]] = None,
238
+ root_group: Optional[pulumi.Input[builtins.str]] = None) -> 'DeviceGroup':
238
239
  """
239
240
  Get an existing DeviceGroup resource's state with the given name, id, and optional extra
240
241
  properties used to qualify the lookup.
@@ -242,9 +243,9 @@ class DeviceGroup(pulumi.CustomResource):
242
243
  :param str resource_name: The unique name of the resulting resource.
243
244
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
244
245
  :param pulumi.ResourceOptions opts: Options for the resource.
245
- :param pulumi.Input[str] description: Description
246
- :param pulumi.Input[str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
247
- :param pulumi.Input[str] root_group: The name of the root device group.
246
+ :param pulumi.Input[builtins.str] description: Description
247
+ :param pulumi.Input[builtins.str] name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
248
+ :param pulumi.Input[builtins.str] root_group: The name of the root device group.
248
249
  """
249
250
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
250
251
 
@@ -257,7 +258,7 @@ class DeviceGroup(pulumi.CustomResource):
257
258
 
258
259
  @property
259
260
  @pulumi.getter
260
- def description(self) -> pulumi.Output[Optional[str]]:
261
+ def description(self) -> pulumi.Output[Optional[builtins.str]]:
261
262
  """
262
263
  Description
263
264
  """
@@ -265,7 +266,7 @@ class DeviceGroup(pulumi.CustomResource):
265
266
 
266
267
  @property
267
268
  @pulumi.getter
268
- def name(self) -> pulumi.Output[str]:
269
+ def name(self) -> pulumi.Output[builtins.str]:
269
270
  """
270
271
  The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
271
272
  """
@@ -273,7 +274,7 @@ class DeviceGroup(pulumi.CustomResource):
273
274
 
274
275
  @property
275
276
  @pulumi.getter(name="rootGroup")
276
- def root_group(self) -> pulumi.Output[str]:
277
+ def root_group(self) -> pulumi.Output[builtins.str]:
277
278
  """
278
279
  The name of the root device group.
279
280
  """
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -160,7 +161,7 @@ class GetDeviceResult:
160
161
 
161
162
  @property
162
163
  @pulumi.getter(name="authenticationDtlsRequired")
163
- def authentication_dtls_required(self) -> bool:
164
+ def authentication_dtls_required(self) -> builtins.bool:
164
165
  """
165
166
  Enforce use of DTLS
166
167
  """
@@ -168,7 +169,7 @@ class GetDeviceResult:
168
169
 
169
170
  @property
170
171
  @pulumi.getter(name="authenticationEnableKeyWrap")
171
- def authentication_enable_key_wrap(self) -> bool:
172
+ def authentication_enable_key_wrap(self) -> builtins.bool:
172
173
  """
173
174
  Enable key wrap
174
175
  """
@@ -176,7 +177,7 @@ class GetDeviceResult:
176
177
 
177
178
  @property
178
179
  @pulumi.getter(name="authenticationEnableMultiSecret")
179
- def authentication_enable_multi_secret(self) -> bool:
180
+ def authentication_enable_multi_secret(self) -> builtins.bool:
180
181
  """
181
182
  Enable multiple RADIUS shared secrets
182
183
  """
@@ -184,7 +185,7 @@ class GetDeviceResult:
184
185
 
185
186
  @property
186
187
  @pulumi.getter(name="authenticationEncryptionKey")
187
- def authentication_encryption_key(self) -> str:
188
+ def authentication_encryption_key(self) -> builtins.str:
188
189
  """
189
190
  Encryption key
190
191
  """
@@ -192,7 +193,7 @@ class GetDeviceResult:
192
193
 
193
194
  @property
194
195
  @pulumi.getter(name="authenticationEncryptionKeyFormat")
195
- def authentication_encryption_key_format(self) -> str:
196
+ def authentication_encryption_key_format(self) -> builtins.str:
196
197
  """
197
198
  Key input format
198
199
  """
@@ -200,7 +201,7 @@ class GetDeviceResult:
200
201
 
201
202
  @property
202
203
  @pulumi.getter(name="authenticationMessageAuthenticatorCodeKey")
203
- def authentication_message_authenticator_code_key(self) -> str:
204
+ def authentication_message_authenticator_code_key(self) -> builtins.str:
204
205
  """
205
206
  Message authenticator code key
206
207
  """
@@ -208,7 +209,7 @@ class GetDeviceResult:
208
209
 
209
210
  @property
210
211
  @pulumi.getter(name="authenticationNetworkProtocol")
211
- def authentication_network_protocol(self) -> str:
212
+ def authentication_network_protocol(self) -> builtins.str:
212
213
  """
213
214
  Network protocol
214
215
  """
@@ -216,7 +217,7 @@ class GetDeviceResult:
216
217
 
217
218
  @property
218
219
  @pulumi.getter(name="authenticationRadiusSharedSecret")
219
- def authentication_radius_shared_secret(self) -> str:
220
+ def authentication_radius_shared_secret(self) -> builtins.str:
220
221
  """
221
222
  RADIUS shared secret
222
223
  """
@@ -224,7 +225,7 @@ class GetDeviceResult:
224
225
 
225
226
  @property
226
227
  @pulumi.getter(name="authenticationSecondRadiusSharedSecret")
227
- def authentication_second_radius_shared_secret(self) -> str:
228
+ def authentication_second_radius_shared_secret(self) -> builtins.str:
228
229
  """
229
230
  Second RADIUS shared secret
230
231
  """
@@ -232,7 +233,7 @@ class GetDeviceResult:
232
233
 
233
234
  @property
234
235
  @pulumi.getter(name="coaPort")
235
- def coa_port(self) -> int:
236
+ def coa_port(self) -> builtins.int:
236
237
  """
237
238
  CoA port
238
239
  """
@@ -240,7 +241,7 @@ class GetDeviceResult:
240
241
 
241
242
  @property
242
243
  @pulumi.getter
243
- def description(self) -> str:
244
+ def description(self) -> builtins.str:
244
245
  """
245
246
  Description
246
247
  """
@@ -248,7 +249,7 @@ class GetDeviceResult:
248
249
 
249
250
  @property
250
251
  @pulumi.getter(name="dtlsDnsName")
251
- def dtls_dns_name(self) -> str:
252
+ def dtls_dns_name(self) -> builtins.str:
252
253
  """
253
254
  This value is used to verify the client identity contained in the X.509 RADIUS/DTLS client certificate
254
255
  """
@@ -256,7 +257,7 @@ class GetDeviceResult:
256
257
 
257
258
  @property
258
259
  @pulumi.getter
259
- def id(self) -> str:
260
+ def id(self) -> builtins.str:
260
261
  """
261
262
  The id of the object
262
263
  """
@@ -272,7 +273,7 @@ class GetDeviceResult:
272
273
 
273
274
  @property
274
275
  @pulumi.getter(name="modelName")
275
- def model_name(self) -> str:
276
+ def model_name(self) -> builtins.str:
276
277
  """
277
278
  Model name
278
279
  """
@@ -280,7 +281,7 @@ class GetDeviceResult:
280
281
 
281
282
  @property
282
283
  @pulumi.getter
283
- def name(self) -> str:
284
+ def name(self) -> builtins.str:
284
285
  """
285
286
  The name of the network device
286
287
  """
@@ -288,7 +289,7 @@ class GetDeviceResult:
288
289
 
289
290
  @property
290
291
  @pulumi.getter(name="networkDeviceGroups")
291
- def network_device_groups(self) -> Sequence[str]:
292
+ def network_device_groups(self) -> Sequence[builtins.str]:
292
293
  """
293
294
  List of network device groups, e.g. `Device Type#All Device Types#ACCESS`
294
295
  """
@@ -296,7 +297,7 @@ class GetDeviceResult:
296
297
 
297
298
  @property
298
299
  @pulumi.getter(name="profileName")
299
- def profile_name(self) -> str:
300
+ def profile_name(self) -> builtins.str:
300
301
  """
301
302
  Profile name
302
303
  """
@@ -304,7 +305,7 @@ class GetDeviceResult:
304
305
 
305
306
  @property
306
307
  @pulumi.getter(name="snmpLinkTrapQuery")
307
- def snmp_link_trap_query(self) -> bool:
308
+ def snmp_link_trap_query(self) -> builtins.bool:
308
309
  """
309
310
  SNMP link Trap Query
310
311
  """
@@ -312,7 +313,7 @@ class GetDeviceResult:
312
313
 
313
314
  @property
314
315
  @pulumi.getter(name="snmpMacTrapQuery")
315
- def snmp_mac_trap_query(self) -> bool:
316
+ def snmp_mac_trap_query(self) -> builtins.bool:
316
317
  """
317
318
  SNMP MAC Trap Query
318
319
  """
@@ -320,7 +321,7 @@ class GetDeviceResult:
320
321
 
321
322
  @property
322
323
  @pulumi.getter(name="snmpOriginatingPolicyServiceNode")
323
- def snmp_originating_policy_service_node(self) -> str:
324
+ def snmp_originating_policy_service_node(self) -> builtins.str:
324
325
  """
325
326
  Originating Policy Services Node
326
327
  """
@@ -328,7 +329,7 @@ class GetDeviceResult:
328
329
 
329
330
  @property
330
331
  @pulumi.getter(name="snmpPollingInterval")
331
- def snmp_polling_interval(self) -> int:
332
+ def snmp_polling_interval(self) -> builtins.int:
332
333
  """
333
334
  SNMP Polling Interval in seconds
334
335
  """
@@ -336,7 +337,7 @@ class GetDeviceResult:
336
337
 
337
338
  @property
338
339
  @pulumi.getter(name="snmpRoCommunity")
339
- def snmp_ro_community(self) -> str:
340
+ def snmp_ro_community(self) -> builtins.str:
340
341
  """
341
342
  SNMP RO Community
342
343
  """
@@ -344,7 +345,7 @@ class GetDeviceResult:
344
345
 
345
346
  @property
346
347
  @pulumi.getter(name="snmpVersion")
347
- def snmp_version(self) -> str:
348
+ def snmp_version(self) -> builtins.str:
348
349
  """
349
350
  SNMP version
350
351
  """
@@ -352,7 +353,7 @@ class GetDeviceResult:
352
353
 
353
354
  @property
354
355
  @pulumi.getter(name="softwareVersion")
355
- def software_version(self) -> str:
356
+ def software_version(self) -> builtins.str:
356
357
  """
357
358
  Software version
358
359
  """
@@ -360,7 +361,7 @@ class GetDeviceResult:
360
361
 
361
362
  @property
362
363
  @pulumi.getter(name="tacacsConnectModeOptions")
363
- def tacacs_connect_mode_options(self) -> str:
364
+ def tacacs_connect_mode_options(self) -> builtins.str:
364
365
  """
365
366
  Connect mode options
366
367
  """
@@ -368,7 +369,7 @@ class GetDeviceResult:
368
369
 
369
370
  @property
370
371
  @pulumi.getter(name="tacacsSharedSecret")
371
- def tacacs_shared_secret(self) -> str:
372
+ def tacacs_shared_secret(self) -> builtins.str:
372
373
  """
373
374
  Shared secret
374
375
  """
@@ -376,7 +377,7 @@ class GetDeviceResult:
376
377
 
377
378
  @property
378
379
  @pulumi.getter(name="trustsecCoaSourceHost")
379
- def trustsec_coa_source_host(self) -> str:
380
+ def trustsec_coa_source_host(self) -> builtins.str:
380
381
  """
381
382
  CoA source host
382
383
  """
@@ -384,7 +385,7 @@ class GetDeviceResult:
384
385
 
385
386
  @property
386
387
  @pulumi.getter(name="trustsecDeviceId")
387
- def trustsec_device_id(self) -> str:
388
+ def trustsec_device_id(self) -> builtins.str:
388
389
  """
389
390
  TrustSec device ID
390
391
  """
@@ -392,7 +393,7 @@ class GetDeviceResult:
392
393
 
393
394
  @property
394
395
  @pulumi.getter(name="trustsecDevicePassword")
395
- def trustsec_device_password(self) -> str:
396
+ def trustsec_device_password(self) -> builtins.str:
396
397
  """
397
398
  TrustSec device password
398
399
  """
@@ -400,7 +401,7 @@ class GetDeviceResult:
400
401
 
401
402
  @property
402
403
  @pulumi.getter(name="trustsecDownloadEnviromentDataEveryXSeconds")
403
- def trustsec_download_enviroment_data_every_x_seconds(self) -> int:
404
+ def trustsec_download_enviroment_data_every_x_seconds(self) -> builtins.int:
404
405
  """
405
406
  Download environment data every X seconds
406
407
  """
@@ -408,7 +409,7 @@ class GetDeviceResult:
408
409
 
409
410
  @property
410
411
  @pulumi.getter(name="trustsecDownloadPeerAuthorizationPolicyEveryXSeconds")
411
- def trustsec_download_peer_authorization_policy_every_x_seconds(self) -> int:
412
+ def trustsec_download_peer_authorization_policy_every_x_seconds(self) -> builtins.int:
412
413
  """
413
414
  Download peer authorization policy every X seconds
414
415
  """
@@ -416,7 +417,7 @@ class GetDeviceResult:
416
417
 
417
418
  @property
418
419
  @pulumi.getter(name="trustsecDownloadSgaclListsEveryXSeconds")
419
- def trustsec_download_sgacl_lists_every_x_seconds(self) -> int:
420
+ def trustsec_download_sgacl_lists_every_x_seconds(self) -> builtins.int:
420
421
  """
421
422
  Download SGACL lists every X seconds
422
423
  """
@@ -424,7 +425,7 @@ class GetDeviceResult:
424
425
 
425
426
  @property
426
427
  @pulumi.getter(name="trustsecEnableModePassword")
427
- def trustsec_enable_mode_password(self) -> str:
428
+ def trustsec_enable_mode_password(self) -> builtins.str:
428
429
  """
429
430
  Enable mode password
430
431
  """
@@ -432,7 +433,7 @@ class GetDeviceResult:
432
433
 
433
434
  @property
434
435
  @pulumi.getter(name="trustsecExecModePassword")
435
- def trustsec_exec_mode_password(self) -> str:
436
+ def trustsec_exec_mode_password(self) -> builtins.str:
436
437
  """
437
438
  EXEC mode password
438
439
  """
@@ -440,7 +441,7 @@ class GetDeviceResult:
440
441
 
441
442
  @property
442
443
  @pulumi.getter(name="trustsecExecModeUsername")
443
- def trustsec_exec_mode_username(self) -> str:
444
+ def trustsec_exec_mode_username(self) -> builtins.str:
444
445
  """
445
446
  EXEC mode username
446
447
  """
@@ -448,7 +449,7 @@ class GetDeviceResult:
448
449
 
449
450
  @property
450
451
  @pulumi.getter(name="trustsecIncludeWhenDeployingSgtUpdates")
451
- def trustsec_include_when_deploying_sgt_updates(self) -> bool:
452
+ def trustsec_include_when_deploying_sgt_updates(self) -> builtins.bool:
452
453
  """
453
454
  Include this device when deploying Security Group Tag Mapping Updates
454
455
  """
@@ -456,7 +457,7 @@ class GetDeviceResult:
456
457
 
457
458
  @property
458
459
  @pulumi.getter(name="trustsecOtherSgaDevicesToTrustThisDevice")
459
- def trustsec_other_sga_devices_to_trust_this_device(self) -> bool:
460
+ def trustsec_other_sga_devices_to_trust_this_device(self) -> builtins.bool:
460
461
  """
461
462
  Other TrustSec devices to trust this device
462
463
  """
@@ -464,7 +465,7 @@ class GetDeviceResult:
464
465
 
465
466
  @property
466
467
  @pulumi.getter(name="trustsecReAuthenticationEveryXSeconds")
467
- def trustsec_re_authentication_every_x_seconds(self) -> int:
468
+ def trustsec_re_authentication_every_x_seconds(self) -> builtins.int:
468
469
  """
469
470
  Re-authenticate every X seconds
470
471
  """
@@ -472,7 +473,7 @@ class GetDeviceResult:
472
473
 
473
474
  @property
474
475
  @pulumi.getter(name="trustsecRestApiPassword")
475
- def trustsec_rest_api_password(self) -> str:
476
+ def trustsec_rest_api_password(self) -> builtins.str:
476
477
  """
477
478
  REST API password
478
479
  """
@@ -480,7 +481,7 @@ class GetDeviceResult:
480
481
 
481
482
  @property
482
483
  @pulumi.getter(name="trustsecRestApiUsername")
483
- def trustsec_rest_api_username(self) -> str:
484
+ def trustsec_rest_api_username(self) -> builtins.str:
484
485
  """
485
486
  REST API username
486
487
  """
@@ -488,7 +489,7 @@ class GetDeviceResult:
488
489
 
489
490
  @property
490
491
  @pulumi.getter(name="trustsecSendConfigurationToDevice")
491
- def trustsec_send_configuration_to_device(self) -> bool:
492
+ def trustsec_send_configuration_to_device(self) -> builtins.bool:
492
493
  """
493
494
  Send configuration to device
494
495
  """
@@ -496,7 +497,7 @@ class GetDeviceResult:
496
497
 
497
498
  @property
498
499
  @pulumi.getter(name="trustsecSendConfigurationToDeviceUsing")
499
- def trustsec_send_configuration_to_device_using(self) -> str:
500
+ def trustsec_send_configuration_to_device_using(self) -> builtins.str:
500
501
  """
501
502
  Send configuration to device using
502
503
  """
@@ -554,8 +555,8 @@ class AwaitableGetDeviceResult(GetDeviceResult):
554
555
  trustsec_send_configuration_to_device_using=self.trustsec_send_configuration_to_device_using)
555
556
 
556
557
 
557
- def get_device(id: Optional[str] = None,
558
- name: Optional[str] = None,
558
+ def get_device(id: Optional[builtins.str] = None,
559
+ name: Optional[builtins.str] = None,
559
560
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDeviceResult:
560
561
  """
561
562
  This data source can read the Network Device.
@@ -570,8 +571,8 @@ def get_device(id: Optional[str] = None,
570
571
  ```
571
572
 
572
573
 
573
- :param str id: The id of the object
574
- :param str name: The name of the network device
574
+ :param builtins.str id: The id of the object
575
+ :param builtins.str name: The name of the network device
575
576
  """
576
577
  __args__ = dict()
577
578
  __args__['id'] = id
@@ -623,8 +624,8 @@ def get_device(id: Optional[str] = None,
623
624
  trustsec_rest_api_username=pulumi.get(__ret__, 'trustsec_rest_api_username'),
624
625
  trustsec_send_configuration_to_device=pulumi.get(__ret__, 'trustsec_send_configuration_to_device'),
625
626
  trustsec_send_configuration_to_device_using=pulumi.get(__ret__, 'trustsec_send_configuration_to_device_using'))
626
- def get_device_output(id: Optional[pulumi.Input[Optional[str]]] = None,
627
- name: Optional[pulumi.Input[Optional[str]]] = None,
627
+ def get_device_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
628
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
628
629
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDeviceResult]:
629
630
  """
630
631
  This data source can read the Network Device.
@@ -639,8 +640,8 @@ def get_device_output(id: Optional[pulumi.Input[Optional[str]]] = None,
639
640
  ```
640
641
 
641
642
 
642
- :param str id: The id of the object
643
- :param str name: The name of the network device
643
+ :param builtins.str id: The id of the object
644
+ :param builtins.str name: The name of the network device
644
645
  """
645
646
  __args__ = dict()
646
647
  __args__['id'] = id