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
@@ -42,7 +43,7 @@ class GetDeviceGroupResult:
42
43
 
43
44
  @property
44
45
  @pulumi.getter
45
- def description(self) -> str:
46
+ def description(self) -> builtins.str:
46
47
  """
47
48
  Description
48
49
  """
@@ -50,7 +51,7 @@ class GetDeviceGroupResult:
50
51
 
51
52
  @property
52
53
  @pulumi.getter
53
- def id(self) -> str:
54
+ def id(self) -> builtins.str:
54
55
  """
55
56
  The id of the object
56
57
  """
@@ -58,7 +59,7 @@ class GetDeviceGroupResult:
58
59
 
59
60
  @property
60
61
  @pulumi.getter
61
- def name(self) -> str:
62
+ def name(self) -> builtins.str:
62
63
  """
63
64
  The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
64
65
  """
@@ -66,7 +67,7 @@ class GetDeviceGroupResult:
66
67
 
67
68
  @property
68
69
  @pulumi.getter(name="rootGroup")
69
- def root_group(self) -> str:
70
+ def root_group(self) -> builtins.str:
70
71
  """
71
72
  The name of the root device group.
72
73
  """
@@ -85,8 +86,8 @@ class AwaitableGetDeviceGroupResult(GetDeviceGroupResult):
85
86
  root_group=self.root_group)
86
87
 
87
88
 
88
- def get_device_group(id: Optional[str] = None,
89
- name: Optional[str] = None,
89
+ def get_device_group(id: Optional[builtins.str] = None,
90
+ name: Optional[builtins.str] = None,
90
91
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDeviceGroupResult:
91
92
  """
92
93
  This data source can read the Network Device Group.
@@ -101,8 +102,8 @@ def get_device_group(id: Optional[str] = None,
101
102
  ```
102
103
 
103
104
 
104
- :param str id: The id of the object
105
- :param str name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
105
+ :param builtins.str id: The id of the object
106
+ :param builtins.str name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
106
107
  """
107
108
  __args__ = dict()
108
109
  __args__['id'] = id
@@ -115,8 +116,8 @@ def get_device_group(id: Optional[str] = None,
115
116
  id=pulumi.get(__ret__, 'id'),
116
117
  name=pulumi.get(__ret__, 'name'),
117
118
  root_group=pulumi.get(__ret__, 'root_group'))
118
- def get_device_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
119
- name: Optional[pulumi.Input[Optional[str]]] = None,
119
+ def get_device_group_output(id: Optional[pulumi.Input[Optional[builtins.str]]] = None,
120
+ name: Optional[pulumi.Input[Optional[builtins.str]]] = None,
120
121
  opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetDeviceGroupResult]:
121
122
  """
122
123
  This data source can read the Network Device Group.
@@ -131,8 +132,8 @@ def get_device_group_output(id: Optional[pulumi.Input[Optional[str]]] = None,
131
132
  ```
132
133
 
133
134
 
134
- :param str id: The id of the object
135
- :param str name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
135
+ :param builtins.str id: The id of the object
136
+ :param builtins.str name: The name of the network device group including its hierarchy, e.g. `Device Type#All Device Types#ACCESS`.
136
137
  """
137
138
  __args__ = dict()
138
139
  __args__['id'] = id
@@ -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
@@ -39,13 +40,13 @@ class DeviceIp(dict):
39
40
  return super().get(key, default)
40
41
 
41
42
  def __init__(__self__, *,
42
- ipaddress: str,
43
- ipaddress_exclude: Optional[str] = None,
44
- mask: Optional[str] = None):
43
+ ipaddress: builtins.str,
44
+ ipaddress_exclude: Optional[builtins.str] = None,
45
+ mask: Optional[builtins.str] = None):
45
46
  """
46
- :param str ipaddress: It can be either single ip address or ip range address
47
- :param str ipaddress_exclude: It can be either single ip address or ip range address
48
- :param str mask: Subnet mask length
47
+ :param builtins.str ipaddress: It can be either single ip address or ip range address
48
+ :param builtins.str ipaddress_exclude: It can be either single ip address or ip range address
49
+ :param builtins.str mask: Subnet mask length
49
50
  """
50
51
  pulumi.set(__self__, "ipaddress", ipaddress)
51
52
  if ipaddress_exclude is not None:
@@ -55,7 +56,7 @@ class DeviceIp(dict):
55
56
 
56
57
  @property
57
58
  @pulumi.getter
58
- def ipaddress(self) -> str:
59
+ def ipaddress(self) -> builtins.str:
59
60
  """
60
61
  It can be either single ip address or ip range address
61
62
  """
@@ -63,7 +64,7 @@ class DeviceIp(dict):
63
64
 
64
65
  @property
65
66
  @pulumi.getter(name="ipaddressExclude")
66
- def ipaddress_exclude(self) -> Optional[str]:
67
+ def ipaddress_exclude(self) -> Optional[builtins.str]:
67
68
  """
68
69
  It can be either single ip address or ip range address
69
70
  """
@@ -71,7 +72,7 @@ class DeviceIp(dict):
71
72
 
72
73
  @property
73
74
  @pulumi.getter
74
- def mask(self) -> Optional[str]:
75
+ def mask(self) -> Optional[builtins.str]:
75
76
  """
76
77
  Subnet mask length
77
78
  """
@@ -81,13 +82,13 @@ class DeviceIp(dict):
81
82
  @pulumi.output_type
82
83
  class GetDeviceIpResult(dict):
83
84
  def __init__(__self__, *,
84
- ipaddress: str,
85
- ipaddress_exclude: str,
86
- mask: str):
85
+ ipaddress: builtins.str,
86
+ ipaddress_exclude: builtins.str,
87
+ mask: builtins.str):
87
88
  """
88
- :param str ipaddress: It can be either single ip address or ip range address
89
- :param str ipaddress_exclude: It can be either single ip address or ip range address
90
- :param str mask: Subnet mask length
89
+ :param builtins.str ipaddress: It can be either single ip address or ip range address
90
+ :param builtins.str ipaddress_exclude: It can be either single ip address or ip range address
91
+ :param builtins.str mask: Subnet mask length
91
92
  """
92
93
  pulumi.set(__self__, "ipaddress", ipaddress)
93
94
  pulumi.set(__self__, "ipaddress_exclude", ipaddress_exclude)
@@ -95,7 +96,7 @@ class GetDeviceIpResult(dict):
95
96
 
96
97
  @property
97
98
  @pulumi.getter
98
- def ipaddress(self) -> str:
99
+ def ipaddress(self) -> builtins.str:
99
100
  """
100
101
  It can be either single ip address or ip range address
101
102
  """
@@ -103,7 +104,7 @@ class GetDeviceIpResult(dict):
103
104
 
104
105
  @property
105
106
  @pulumi.getter(name="ipaddressExclude")
106
- def ipaddress_exclude(self) -> str:
107
+ def ipaddress_exclude(self) -> builtins.str:
107
108
  """
108
109
  It can be either single ip address or ip range address
109
110
  """
@@ -111,7 +112,7 @@ class GetDeviceIpResult(dict):
111
112
 
112
113
  @property
113
114
  @pulumi.getter
114
- def mask(self) -> str:
115
+ def mask(self) -> builtins.str:
115
116
  """
116
117
  Subnet mask length
117
118
  """
@@ -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
  from .. import _utilities
6
7
  import typing
7
8
  # Export this package's modules as members: