pulumi-ise 0.3.0a1747979998__py3-none-any.whl → 0.3.0a1749535877__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (131) hide show
  1. pulumi_ise/__init__.py +9 -1
  2. pulumi_ise/_utilities.py +1 -1
  3. pulumi_ise/config/__init__.py +1 -1
  4. pulumi_ise/config/__init__.pyi +1 -1
  5. pulumi_ise/config/vars.py +1 -1
  6. pulumi_ise/deviceadmin/__init__.py +1 -1
  7. pulumi_ise/deviceadmin/_inputs.py +1 -1
  8. pulumi_ise/deviceadmin/allowed_protocols_tacacs.py +1 -1
  9. pulumi_ise/deviceadmin/authentication_rule.py +1 -1
  10. pulumi_ise/deviceadmin/authentication_rule_update_rank.py +1 -1
  11. pulumi_ise/deviceadmin/authentication_rule_update_ranks.py +1 -1
  12. pulumi_ise/deviceadmin/authorization_exception_rule.py +1 -1
  13. pulumi_ise/deviceadmin/authorization_exception_rule_update_rank.py +1 -1
  14. pulumi_ise/deviceadmin/authorization_exception_rule_update_ranks.py +1 -1
  15. pulumi_ise/deviceadmin/authorization_global_exception_rule.py +1 -1
  16. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_rank.py +1 -1
  17. pulumi_ise/deviceadmin/authorization_global_exception_rule_update_ranks.py +1 -1
  18. pulumi_ise/deviceadmin/authorization_rule.py +1 -1
  19. pulumi_ise/deviceadmin/authorization_rule_update_rank.py +1 -1
  20. pulumi_ise/deviceadmin/authorization_rule_update_ranks.py +1 -1
  21. pulumi_ise/deviceadmin/condition.py +1 -1
  22. pulumi_ise/deviceadmin/get_allowed_protocols_tacacs.py +1 -1
  23. pulumi_ise/deviceadmin/get_authentication_rule.py +1 -1
  24. pulumi_ise/deviceadmin/get_authorization_exception_rule.py +1 -1
  25. pulumi_ise/deviceadmin/get_authorization_global_exception_rule.py +1 -1
  26. pulumi_ise/deviceadmin/get_authorization_rule.py +1 -1
  27. pulumi_ise/deviceadmin/get_condition.py +1 -1
  28. pulumi_ise/deviceadmin/get_policy_set.py +1 -1
  29. pulumi_ise/deviceadmin/get_tacacs_command_set.py +1 -1
  30. pulumi_ise/deviceadmin/get_tacacs_profile.py +1 -1
  31. pulumi_ise/deviceadmin/get_time_and_date_condition.py +1 -1
  32. pulumi_ise/deviceadmin/outputs.py +1 -1
  33. pulumi_ise/deviceadmin/policy_set.py +1 -1
  34. pulumi_ise/deviceadmin/policy_set_update_rank.py +1 -1
  35. pulumi_ise/deviceadmin/policy_set_update_ranks.py +1 -1
  36. pulumi_ise/deviceadmin/tacacs_command_set.py +1 -1
  37. pulumi_ise/deviceadmin/tacacs_profile.py +1 -1
  38. pulumi_ise/deviceadmin/time_and_date_condition.py +1 -1
  39. pulumi_ise/identitymanagement/__init__.py +3 -1
  40. pulumi_ise/identitymanagement/_inputs.py +1 -1
  41. pulumi_ise/identitymanagement/active_directory_add_groups.py +1 -1
  42. pulumi_ise/identitymanagement/active_directory_join_domain_with_all_nodes.py +1 -1
  43. pulumi_ise/identitymanagement/active_directory_join_point.py +1 -1
  44. pulumi_ise/identitymanagement/certificate_authentication_profile.py +1 -1
  45. pulumi_ise/identitymanagement/endpoint.py +1 -1
  46. pulumi_ise/identitymanagement/endpoint_custom_attribute.py +235 -0
  47. pulumi_ise/identitymanagement/endpoint_identity_group.py +1 -1
  48. pulumi_ise/identitymanagement/get_active_directory_groups_by_domain.py +1 -1
  49. pulumi_ise/identitymanagement/get_active_directory_join_point.py +1 -1
  50. pulumi_ise/identitymanagement/get_certificate_authentication_profile.py +1 -1
  51. pulumi_ise/identitymanagement/get_endpoint.py +1 -1
  52. pulumi_ise/identitymanagement/get_endpoint_custom_attribute.py +127 -0
  53. pulumi_ise/identitymanagement/get_endpoint_identity_group.py +1 -1
  54. pulumi_ise/identitymanagement/get_identity_source_sequence.py +1 -1
  55. pulumi_ise/identitymanagement/get_internal_user.py +1 -1
  56. pulumi_ise/identitymanagement/get_user_identity_group.py +1 -1
  57. pulumi_ise/identitymanagement/identity_source_sequence.py +1 -1
  58. pulumi_ise/identitymanagement/internal_user.py +1 -1
  59. pulumi_ise/identitymanagement/outputs.py +1 -1
  60. pulumi_ise/identitymanagement/user_identity_group.py +1 -1
  61. pulumi_ise/network/__init__.py +1 -1
  62. pulumi_ise/network/_inputs.py +1 -1
  63. pulumi_ise/network/device.py +1 -1
  64. pulumi_ise/network/device_group.py +1 -1
  65. pulumi_ise/network/get_device.py +1 -1
  66. pulumi_ise/network/get_device_group.py +1 -1
  67. pulumi_ise/network/outputs.py +1 -1
  68. pulumi_ise/networkaccess/__init__.py +1 -1
  69. pulumi_ise/networkaccess/_inputs.py +1 -1
  70. pulumi_ise/networkaccess/allowed_protocols.py +1 -1
  71. pulumi_ise/networkaccess/authentication_rule.py +1 -1
  72. pulumi_ise/networkaccess/authentication_rule_update_rank.py +1 -1
  73. pulumi_ise/networkaccess/authentication_rule_update_ranks.py +1 -1
  74. pulumi_ise/networkaccess/authorization_exception_rule.py +1 -1
  75. pulumi_ise/networkaccess/authorization_exception_rule_update_rank.py +1 -1
  76. pulumi_ise/networkaccess/authorization_exception_rule_update_ranks.py +1 -1
  77. pulumi_ise/networkaccess/authorization_global_exception_rule.py +1 -1
  78. pulumi_ise/networkaccess/authorization_global_exception_rule_update_rank.py +1 -1
  79. pulumi_ise/networkaccess/authorization_global_exception_rule_update_ranks.py +1 -1
  80. pulumi_ise/networkaccess/authorization_profile.py +1 -1
  81. pulumi_ise/networkaccess/authorization_rule.py +1 -1
  82. pulumi_ise/networkaccess/authorization_rule_update_rank.py +1 -1
  83. pulumi_ise/networkaccess/authorization_rule_update_ranks.py +1 -1
  84. pulumi_ise/networkaccess/condition.py +1 -1
  85. pulumi_ise/networkaccess/dictionary.py +1 -1
  86. pulumi_ise/networkaccess/downloadable_acl.py +1 -1
  87. pulumi_ise/networkaccess/get_allowed_protocols.py +1 -1
  88. pulumi_ise/networkaccess/get_authentication_rule.py +1 -1
  89. pulumi_ise/networkaccess/get_authorization_exception_rule.py +1 -1
  90. pulumi_ise/networkaccess/get_authorization_global_exception_rule.py +1 -1
  91. pulumi_ise/networkaccess/get_authorization_profile.py +1 -1
  92. pulumi_ise/networkaccess/get_authorization_rule.py +1 -1
  93. pulumi_ise/networkaccess/get_condition.py +1 -1
  94. pulumi_ise/networkaccess/get_dictionary.py +1 -1
  95. pulumi_ise/networkaccess/get_downloadable_acl.py +1 -1
  96. pulumi_ise/networkaccess/get_policy_set.py +1 -1
  97. pulumi_ise/networkaccess/get_time_and_date_condition.py +1 -1
  98. pulumi_ise/networkaccess/outputs.py +1 -1
  99. pulumi_ise/networkaccess/policy_set.py +1 -1
  100. pulumi_ise/networkaccess/policy_set_update_rank.py +1 -1
  101. pulumi_ise/networkaccess/policy_set_update_ranks.py +1 -1
  102. pulumi_ise/networkaccess/time_and_date_condition.py +1 -1
  103. pulumi_ise/provider.py +1 -1
  104. pulumi_ise/pulumi-plugin.json +1 -1
  105. pulumi_ise/system/__init__.py +1 -1
  106. pulumi_ise/system/_inputs.py +1 -1
  107. pulumi_ise/system/get_license_tier_state.py +1 -1
  108. pulumi_ise/system/get_repository.py +1 -1
  109. pulumi_ise/system/license_tier_state.py +1 -1
  110. pulumi_ise/system/outputs.py +1 -1
  111. pulumi_ise/system/repository.py +1 -1
  112. pulumi_ise/trustsec/__init__.py +1 -1
  113. pulumi_ise/trustsec/egress_matrix_cell.py +1 -1
  114. pulumi_ise/trustsec/egress_matrix_cell_default.py +1 -1
  115. pulumi_ise/trustsec/get_egress_matrix_cell.py +1 -1
  116. pulumi_ise/trustsec/get_egress_matrix_cell_default.py +1 -1
  117. pulumi_ise/trustsec/get_ip_to_sgt_mapping.py +1 -1
  118. pulumi_ise/trustsec/get_ip_to_sgt_mapping_group.py +1 -1
  119. pulumi_ise/trustsec/get_security_group.py +1 -1
  120. pulumi_ise/trustsec/get_security_group_acl.py +1 -1
  121. pulumi_ise/trustsec/get_sxp_domain_filter.py +1 -1
  122. pulumi_ise/trustsec/ip_to_sgt_mapping.py +1 -1
  123. pulumi_ise/trustsec/ip_to_sgt_mapping_group.py +1 -1
  124. pulumi_ise/trustsec/security_group.py +1 -1
  125. pulumi_ise/trustsec/security_group_acl.py +1 -1
  126. pulumi_ise/trustsec/sxp_domain_filter.py +1 -1
  127. {pulumi_ise-0.3.0a1747979998.dist-info → pulumi_ise-0.3.0a1749535877.dist-info}/METADATA +1 -1
  128. pulumi_ise-0.3.0a1749535877.dist-info/RECORD +131 -0
  129. {pulumi_ise-0.3.0a1747979998.dist-info → pulumi_ise-0.3.0a1749535877.dist-info}/WHEEL +1 -1
  130. pulumi_ise-0.3.0a1747979998.dist-info/RECORD +0 -129
  131. {pulumi_ise-0.3.0a1747979998.dist-info → pulumi_ise-0.3.0a1749535877.dist-info}/top_level.txt +0 -0
pulumi_ise/__init__.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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",
pulumi_ise/_utilities.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
 
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
pulumi_ise/config/vars.py CHANGED
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -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 *
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins
@@ -0,0 +1,235 @@
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__ = ['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
+
@@ -1,5 +1,5 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
5
  import builtins