@robinmordasiewicz/f5xc-terraform-mcp 3.0.1 → 3.1.0

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 (142) hide show
  1. package/dist/docs/data-sources/addon_service.md +143 -0
  2. package/dist/docs/data-sources/addon_service_activation_status.md +144 -0
  3. package/dist/docs/data-sources/addon_subscription.md +134 -0
  4. package/dist/docs/data-sources/allowed_tenant.md +134 -0
  5. package/dist/docs/data-sources/api_credential.md +134 -0
  6. package/dist/docs/data-sources/bigip_irule.md +134 -0
  7. package/dist/docs/data-sources/child_tenant.md +134 -0
  8. package/dist/docs/data-sources/child_tenant_manager.md +134 -0
  9. package/dist/docs/data-sources/contact.md +134 -0
  10. package/dist/docs/data-sources/customer_support.md +134 -0
  11. package/dist/docs/data-sources/dns_lb_health_check.md +134 -0
  12. package/dist/docs/data-sources/dns_lb_pool.md +134 -0
  13. package/dist/docs/data-sources/dns_load_balancer.md +134 -0
  14. package/dist/docs/data-sources/dns_zone.md +145 -0
  15. package/dist/docs/data-sources/geo_location_set.md +134 -0
  16. package/dist/docs/data-sources/ike1.md +134 -0
  17. package/dist/docs/data-sources/ike2.md +134 -0
  18. package/dist/docs/data-sources/ike_phase1_profile.md +134 -0
  19. package/dist/docs/data-sources/ike_phase2_profile.md +134 -0
  20. package/dist/docs/data-sources/infraprotect_asn.md +134 -0
  21. package/dist/docs/data-sources/infraprotect_asn_prefix.md +134 -0
  22. package/dist/docs/data-sources/infraprotect_deny_list_rule.md +134 -0
  23. package/dist/docs/data-sources/infraprotect_firewall_rule.md +134 -0
  24. package/dist/docs/data-sources/infraprotect_firewall_rule_group.md +134 -0
  25. package/dist/docs/data-sources/infraprotect_internet_prefix_advertisement.md +134 -0
  26. package/dist/docs/data-sources/infraprotect_tunnel.md +134 -0
  27. package/dist/docs/data-sources/k8s_cluster.md +134 -0
  28. package/dist/docs/data-sources/k8s_cluster_role.md +134 -0
  29. package/dist/docs/data-sources/k8s_cluster_role_binding.md +134 -0
  30. package/dist/docs/data-sources/k8s_pod_security_admission.md +134 -0
  31. package/dist/docs/data-sources/k8s_pod_security_policy.md +134 -0
  32. package/dist/docs/data-sources/managed_tenant.md +134 -0
  33. package/dist/docs/data-sources/namespace.md +141 -0
  34. package/dist/docs/data-sources/oidc_provider.md +134 -0
  35. package/dist/docs/data-sources/quota.md +134 -0
  36. package/dist/docs/data-sources/registration.md +134 -0
  37. package/dist/docs/data-sources/report_config.md +134 -0
  38. package/dist/docs/data-sources/role.md +134 -0
  39. package/dist/docs/data-sources/secret_policy.md +134 -0
  40. package/dist/docs/data-sources/secret_policy_rule.md +134 -0
  41. package/dist/docs/data-sources/securemesh_site_v2.md +134 -0
  42. package/dist/docs/data-sources/srv6_network_slice.md +134 -0
  43. package/dist/docs/data-sources/tenant_profile.md +134 -0
  44. package/dist/docs/data-sources/ticket_tracking_system.md +134 -0
  45. package/dist/docs/data-sources/token.md +134 -0
  46. package/dist/docs/data-sources/tpm_api_key.md +134 -0
  47. package/dist/docs/data-sources/tpm_category.md +134 -0
  48. package/dist/docs/data-sources/tpm_manager.md +134 -0
  49. package/dist/docs/data-sources/virtual_k8s.md +134 -0
  50. package/dist/docs/data-sources/voltshare_admin_policy.md +134 -0
  51. package/dist/docs/resources/addon_subscription.md +213 -0
  52. package/dist/docs/resources/allowed_tenant.md +181 -0
  53. package/dist/docs/resources/api_credential.md +184 -0
  54. package/dist/docs/resources/bigip_irule.md +173 -0
  55. package/dist/docs/resources/child_tenant.md +237 -0
  56. package/dist/docs/resources/child_tenant_manager.md +201 -0
  57. package/dist/docs/resources/contact.md +187 -0
  58. package/dist/docs/resources/customer_support.md +253 -0
  59. package/dist/docs/resources/dns_lb_health_check.md +249 -0
  60. package/dist/docs/resources/dns_lb_pool.md +310 -0
  61. package/dist/docs/resources/dns_load_balancer.md +309 -0
  62. package/dist/docs/resources/dns_zone.md +790 -0
  63. package/dist/docs/resources/geo_location_set.md +180 -0
  64. package/dist/docs/resources/ike1.md +216 -0
  65. package/dist/docs/resources/ike2.md +210 -0
  66. package/dist/docs/resources/ike_phase1_profile.md +224 -0
  67. package/dist/docs/resources/ike_phase2_profile.md +214 -0
  68. package/dist/docs/resources/infraprotect_asn.md +183 -0
  69. package/dist/docs/resources/infraprotect_asn_prefix.md +181 -0
  70. package/dist/docs/resources/infraprotect_deny_list_rule.md +191 -0
  71. package/dist/docs/resources/infraprotect_firewall_rule.md +288 -0
  72. package/dist/docs/resources/infraprotect_firewall_rule_group.md +169 -0
  73. package/dist/docs/resources/infraprotect_internet_prefix_advertisement.md +191 -0
  74. package/dist/docs/resources/infraprotect_tunnel.md +289 -0
  75. package/dist/docs/resources/k8s_cluster.md +326 -0
  76. package/dist/docs/resources/k8s_cluster_role.md +222 -0
  77. package/dist/docs/resources/k8s_cluster_role_binding.md +207 -0
  78. package/dist/docs/resources/k8s_pod_security_admission.md +199 -0
  79. package/dist/docs/resources/k8s_pod_security_policy.md +337 -0
  80. package/dist/docs/resources/managed_tenant.md +193 -0
  81. package/dist/docs/resources/namespace.md +170 -0
  82. package/dist/docs/resources/oidc_provider.md +291 -0
  83. package/dist/docs/resources/quota.md +187 -0
  84. package/dist/docs/resources/registration.md +489 -0
  85. package/dist/docs/resources/report_config.md +237 -0
  86. package/dist/docs/resources/role.md +183 -0
  87. package/dist/docs/resources/secret_policy.md +240 -0
  88. package/dist/docs/resources/secret_policy_rule.md +198 -0
  89. package/dist/docs/resources/securemesh_site_v2.md +2027 -0
  90. package/dist/docs/resources/srv6_network_slice.md +175 -0
  91. package/dist/docs/resources/tenant_profile.md +233 -0
  92. package/dist/docs/resources/ticket_tracking_system.md +195 -0
  93. package/dist/docs/resources/token.md +170 -0
  94. package/dist/docs/resources/tpm_api_key.md +191 -0
  95. package/dist/docs/resources/tpm_category.md +191 -0
  96. package/dist/docs/resources/tpm_manager.md +167 -0
  97. package/dist/docs/resources/virtual_k8s.md +209 -0
  98. package/dist/docs/resources/voltshare_admin_policy.md +271 -0
  99. package/dist/docs/specifications/api/CHANGELOG.md +4 -4
  100. package/dist/docs/specifications/api/README.md +1 -1
  101. package/dist/docs/specifications/api/domains/admin_console_and_ui.json +25 -25
  102. package/dist/docs/specifications/api/domains/ai_services.json +21 -21
  103. package/dist/docs/specifications/api/domains/api.json +173 -173
  104. package/dist/docs/specifications/api/domains/authentication.json +45 -45
  105. package/dist/docs/specifications/api/domains/bigip.json +94 -94
  106. package/dist/docs/specifications/api/domains/billing_and_usage.json +63 -63
  107. package/dist/docs/specifications/api/domains/blindfold.json +109 -109
  108. package/dist/docs/specifications/api/domains/bot_and_threat_defense.json +65 -65
  109. package/dist/docs/specifications/api/domains/cdn.json +177 -177
  110. package/dist/docs/specifications/api/domains/ce_management.json +111 -111
  111. package/dist/docs/specifications/api/domains/certificates.json +75 -75
  112. package/dist/docs/specifications/api/domains/cloud_infrastructure.json +112 -112
  113. package/dist/docs/specifications/api/domains/container_services.json +91 -91
  114. package/dist/docs/specifications/api/domains/data_and_privacy_security.json +66 -66
  115. package/dist/docs/specifications/api/domains/data_intelligence.json +62 -62
  116. package/dist/docs/specifications/api/domains/ddos.json +154 -154
  117. package/dist/docs/specifications/api/domains/dns.json +148 -148
  118. package/dist/docs/specifications/api/domains/managed_kubernetes.json +85 -85
  119. package/dist/docs/specifications/api/domains/marketplace.json +103 -103
  120. package/dist/docs/specifications/api/domains/network.json +230 -230
  121. package/dist/docs/specifications/api/domains/network_security.json +187 -187
  122. package/dist/docs/specifications/api/domains/nginx_one.json +62 -62
  123. package/dist/docs/specifications/api/domains/object_storage.json +12 -12
  124. package/dist/docs/specifications/api/domains/observability.json +102 -102
  125. package/dist/docs/specifications/api/domains/rate_limiting.json +52 -52
  126. package/dist/docs/specifications/api/domains/secops_and_incident_response.json +36 -36
  127. package/dist/docs/specifications/api/domains/service_mesh.json +119 -119
  128. package/dist/docs/specifications/api/domains/shape.json +313 -313
  129. package/dist/docs/specifications/api/domains/sites.json +349 -349
  130. package/dist/docs/specifications/api/domains/statistics.json +225 -225
  131. package/dist/docs/specifications/api/domains/support.json +108 -108
  132. package/dist/docs/specifications/api/domains/telemetry_and_insights.json +72 -72
  133. package/dist/docs/specifications/api/domains/tenant_and_identity.json +268 -268
  134. package/dist/docs/specifications/api/domains/threat_campaign.json +66 -66
  135. package/dist/docs/specifications/api/domains/users.json +66 -66
  136. package/dist/docs/specifications/api/domains/virtual.json +244 -244
  137. package/dist/docs/specifications/api/domains/vpm_and_node_management.json +1 -1
  138. package/dist/docs/specifications/api/domains/waf.json +139 -139
  139. package/dist/docs/specifications/api/index.json +99 -4
  140. package/dist/docs/specifications/api/openapi.json +2616 -2616
  141. package/dist/docs/specifications/api/openapi.yaml +2616 -2616
  142. package/package.json +1 -1
@@ -0,0 +1,187 @@
1
+ ---
2
+ page_title: "f5xc_contact Resource - terraform-provider-f5xc"
3
+ subcategory: "Organization"
4
+ description: |-
5
+ Manages new customer's contact detail record with us, including address and phone number. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_contact (Resource)
9
+
10
+ Manages new customer's contact detail record with us, including address and phone number. in F5 Distributed Cloud.
11
+
12
+ ~> **Note** For more information about this resource, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
13
+
14
+ ## Example Usage
15
+
16
+ ```terraform
17
+ # Contact Resource Example
18
+ # Manages new customer's contact detail record with us, including address and phone number. in F5 Distributed Cloud.
19
+
20
+ # Basic Contact configuration
21
+ resource "f5xc_contact" "example" {
22
+ name = "example-contact"
23
+ namespace = "staging"
24
+
25
+ labels = {
26
+ environment = "production"
27
+ managed_by = "terraform"
28
+ }
29
+
30
+ annotations = {
31
+ "owner" = "platform-team"
32
+ }
33
+ }
34
+ ```
35
+
36
+ <!-- schema generated by tfplugindocs -->
37
+ ## Argument Reference
38
+
39
+ ### Metadata Argument Reference
40
+
41
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Contact. Must be unique within the namespace
42
+
43
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Contact will be created
44
+
45
+ <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
46
+
47
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
48
+
49
+ <a id="disable"></a>&#x2022; [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
50
+
51
+ <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
52
+
53
+ ### Spec Argument Reference
54
+
55
+ <a id="address1"></a>&#x2022; [`address1`](#address1) - Optional String<br>Address Line 1
56
+
57
+ <a id="address2"></a>&#x2022; [`address2`](#address2) - Optional String<br>Address Line 2
58
+
59
+ <a id="city"></a>&#x2022; [`city`](#city) - Optional String<br>City
60
+
61
+ <a id="contact-type"></a>&#x2022; [`contact_type`](#contact-type) - Optional String Defaults to `MAILING`<br>Possible values are `MAILING`, `BILLING`, `PAYMENT`<br>[Enum: MAILING|BILLING|PAYMENT] Contact Type. Determines the contact type Indicates snail mail address (used for correspondence) Indicates billing address (this address will appear on invoices) Indicates contact used for a payment method (this address is used when charging a payment method)
62
+
63
+ <a id="country"></a>&#x2022; [`country`](#country) - Optional String<br>Country
64
+
65
+ <a id="county"></a>&#x2022; [`county`](#county) - Optional String<br>County
66
+
67
+ <a id="phone-number"></a>&#x2022; [`phone_number`](#phone-number) - Optional String<br>Phone Number
68
+
69
+ <a id="state"></a>&#x2022; [`state`](#state) - Optional String<br>State
70
+
71
+ <a id="state-code"></a>&#x2022; [`state_code`](#state-code) - Optional String<br>State Code
72
+
73
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
74
+
75
+ <a id="zip-code"></a>&#x2022; [`zip_code`](#zip-code) - Optional String<br>ZIP code
76
+
77
+ ### Attributes Reference
78
+
79
+ In addition to all arguments above, the following attributes are exported:
80
+
81
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
82
+
83
+ ---
84
+
85
+ #### Timeouts
86
+
87
+ A [`timeouts`](#timeouts) block supports the following:
88
+
89
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
90
+
91
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
92
+
93
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
94
+
95
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
96
+
97
+ ---
98
+
99
+ ## Common Types
100
+
101
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
102
+
103
+ ### Object Reference {#common-object-reference}
104
+
105
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
106
+
107
+ | Field | Type | Description |
108
+ | ----- | ---- | ----------- |
109
+ | `name` | String | Name of the referenced object |
110
+ | `namespace` | String | Namespace containing the referenced object |
111
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
112
+
113
+ ### Transformers {#common-transformers}
114
+
115
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
116
+
117
+ | Value | Description |
118
+ | ----- | ----------- |
119
+ | `LOWER_CASE` | Convert to lowercase |
120
+ | `UPPER_CASE` | Convert to uppercase |
121
+ | `BASE64_DECODE` | Decode base64 content |
122
+ | `NORMALIZE_PATH` | Normalize URL path |
123
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
124
+ | `URL_DECODE` | Decode URL-encoded characters |
125
+ | `TRIM_LEFT` | Trim leading whitespace |
126
+ | `TRIM_RIGHT` | Trim trailing whitespace |
127
+ | `TRIM` | Trim both leading and trailing whitespace |
128
+
129
+ ### HTTP Methods {#common-http-methods}
130
+
131
+ HTTP methods used for request matching.
132
+
133
+ | Value | Description |
134
+ | ----- | ----------- |
135
+ | `ANY` | Match any HTTP method |
136
+ | `GET` | HTTP GET request |
137
+ | `HEAD` | HTTP HEAD request |
138
+ | `POST` | HTTP POST request |
139
+ | `PUT` | HTTP PUT request |
140
+ | `DELETE` | HTTP DELETE request |
141
+ | `CONNECT` | HTTP CONNECT request |
142
+ | `OPTIONS` | HTTP OPTIONS request |
143
+ | `TRACE` | HTTP TRACE request |
144
+ | `PATCH` | HTTP PATCH request |
145
+ | `COPY` | HTTP COPY request (WebDAV) |
146
+
147
+ ### TLS Fingerprints {#common-tls-fingerprints}
148
+
149
+ TLS fingerprint categories for malicious client detection.
150
+
151
+ | Value | Description |
152
+ | ----- | ----------- |
153
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
154
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
155
+ | `ADWARE` | Adware-associated fingerprints |
156
+ | `DRIDEX` | Dridex malware fingerprints |
157
+ | `GOOTKIT` | Gootkit malware fingerprints |
158
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
159
+ | `TRICKBOT` | Trickbot malware fingerprints |
160
+
161
+ ### IP Threat Categories {#common-ip-threat-categories}
162
+
163
+ IP address threat categories for security filtering.
164
+
165
+ | Value | Description |
166
+ | ----- | ----------- |
167
+ | `SPAM_SOURCES` | Known spam sources |
168
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
169
+ | `WEB_ATTACKS` | Web attack sources |
170
+ | `BOTNETS` | Known botnet IPs |
171
+ | `SCANNERS` | Network scanner IPs |
172
+ | `REPUTATION` | Poor reputation IPs |
173
+ | `PHISHING` | Phishing-related IPs |
174
+ | `PROXY` | Anonymous proxy IPs |
175
+ | `MOBILE_THREATS` | Mobile threat sources |
176
+ | `TOR_PROXY` | Tor exit nodes |
177
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
178
+ | `NETWORK` | Known bad network ranges |
179
+
180
+ ## Import
181
+
182
+ Import is supported using the following syntax:
183
+
184
+ ```shell
185
+ # Import using namespace/name format
186
+ terraform import f5xc_contact.example system/example
187
+ ```
@@ -0,0 +1,253 @@
1
+ ---
2
+ page_title: "f5xc_customer_support Resource - terraform-provider-f5xc"
3
+ subcategory: "Organization"
4
+ description: |-
5
+ Manages new customer support ticket in our customer support provider system. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_customer_support (Resource)
9
+
10
+ Manages new customer support ticket in our customer support provider system. in F5 Distributed Cloud.
11
+
12
+ ~> **Note** For more information about this resource, please refer to the [F5 XC API Documentation](https://docs.cloud.f5.com/docs/api/).
13
+
14
+ ## Example Usage
15
+
16
+ ```terraform
17
+ # Customer Support Resource Example
18
+ # Manages new customer support ticket in our customer support provider system. in F5 Distributed Cloud.
19
+
20
+ # Basic Customer Support configuration
21
+ resource "f5xc_customer_support" "example" {
22
+ name = "example-customer-support"
23
+ namespace = "staging"
24
+
25
+ labels = {
26
+ environment = "production"
27
+ managed_by = "terraform"
28
+ }
29
+
30
+ annotations = {
31
+ "owner" = "platform-team"
32
+ }
33
+
34
+ # Resource-specific configuration
35
+ # Comments. Comments are all public comments on an issue. T...
36
+ comments {
37
+ # Configure comments settings
38
+ }
39
+ # Attachments details. Information about any attachments (s...
40
+ attachments_info {
41
+ # Configure attachments_info settings
42
+ }
43
+ # Ticket which this one relates to. Optional reference to a...
44
+ relates_to {
45
+ # Configure relates_to settings
46
+ }
47
+ }
48
+ ```
49
+
50
+ <!-- schema generated by tfplugindocs -->
51
+ ## Argument Reference
52
+
53
+ ### Metadata Argument Reference
54
+
55
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Customer Support. Must be unique within the namespace
56
+
57
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Customer Support will be created
58
+
59
+ <a id="annotations"></a>&#x2022; [`annotations`](#annotations) - Optional Map<br>Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata
60
+
61
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
62
+
63
+ <a id="disable"></a>&#x2022; [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
64
+
65
+ <a id="labels"></a>&#x2022; [`labels`](#labels) - Optional Map<br>Labels is a user defined key value map that can be attached to resources for organization and filtering
66
+
67
+ ### Spec Argument Reference
68
+
69
+ <a id="category"></a>&#x2022; [`category`](#category) - Optional String<br>Category. ticket area further narrows down the ticket - infrastructure, application, dashboards can be examples
70
+
71
+ <a id="comments"></a>&#x2022; [`comments`](#comments) - Optional Block<br>Comments. Comments are all public comments on an issue. They'RE usually conversation between the support personnel and the customer<br>See [Comments](#comments) below for details.
72
+
73
+ <a id="description-spec"></a>&#x2022; [`description_spec`](#description-spec) - Optional String<br>Description. customer's description of the issue (free text)
74
+
75
+ <a id="ongoing"></a>&#x2022; [`ongoing`](#ongoing) - Optional Bool<br>Ongoing. Ongoing is a flag that indicates whether the issue is ongoing or not
76
+
77
+ <a id="priority"></a>&#x2022; [`priority`](#priority) - Optional String Defaults to `PRIORITY_UNKNOWN`<br>Possible values are `PRIORITY_UNKNOWN`, `PRIORITY_NORMAL`, `PRIORITY_HIGH`, `PRIORITY_URGENT`<br>[Enum: PRIORITY_UNKNOWN|PRIORITY_NORMAL|PRIORITY_HIGH|PRIORITY_URGENT] Priority. Support ticket priority helps understand importance of the ticket and focus more on more critical issues. Unknown/empty priority Normal priority issue High priority issue Urgent priority issue
78
+
79
+ <a id="product-data"></a>&#x2022; [`product_data`](#product-data) - Optional String<br>Product Data. Product data is a free text field that can be used to describe the issue in more detail
80
+
81
+ <a id="relates-to"></a>&#x2022; [`relates_to`](#relates-to) - Optional Block<br>Ticket which this one relates to. Optional reference to any original ticket in case the ticket being created is a followup<br>See [Relates To](#relates-to) below for details.
82
+
83
+ <a id="service"></a>&#x2022; [`service`](#service) - Optional String Defaults to `SS_UNKNOWN`<br>Possible values are `SS_UNKNOWN`, `SS_ACCOUNT_PROTECTION`, `SS_ADMINISTRATION`, `SS_APPLICATION_TRAFFIC_INSIGHT`, `SS_AUDIT_LOGS_AND_ALERTS`, `SS_AUTHENTICATION_INTELLIGENCE`, `SS_BILLING`, `SS_CLIENT_SIDE_DEFENSE`, `SS_CLOUD_AND_EDGE_SITES`, `SS_DDOS_AND_TRANSIT_SERVICES`, `SS_DISTRIBUTED_APPS`, `SS_DNS_MANAGEMENT`, `SS_LOAD_BALANCERS`, `SS_SHARED_CONFIGURATION`, `SS_WEB_APP_AND_API_PROTECTION`, `SS_OTHER`, `SS_BOT_DEFENSE`, `SS_CDN`, `SS_OBSERVABILITY`, `SS_DELEGATED_ACCESS`, `SS_MULTI_CLOUD_NETWORK_CONNECT`, `SS_MULTI_CLOUD_APP_CONNECT`, `SS_BIG_IP_APM`, `SS_DATA_INTELLIGENCE`, `SS_NGINX_ONE`, `SS_WEB_APP_SCANNING`, `SS_ROUTED_DDOS`, `SS_MOBILE_APP_SHIELD`<br>[Enum: SS_UNKNOWN|SS_ACCOUNT_PROTECTION|SS_ADMINISTRATION|SS_APPLICATION_TRAFFIC_INSIGHT|SS_AUDIT_LOGS_AND_ALERTS|SS_AUTHENTICATION_INTELLIGENCE|SS_BILLING|SS_CLIENT_SIDE_DEFENSE|SS_CLOUD_AND_EDGE_SITES|SS_DDOS_AND_TRANSIT_SERVICES|SS_DISTRIBUTED_APPS|SS_DNS_MANAGEMENT|SS_LOAD_BALANCERS|SS_SHARED_CONFIGURATION|SS_WEB_APP_AND_API_PROTECTION|SS_OTHER|SS_BOT_DEFENSE|SS_CDN|SS_OBSERVABILITY|SS_DELEGATED_ACCESS|SS_MULTI_CLOUD_NETWORK_CONNECT|SS_MULTI_CLOUD_APP_CONNECT|SS_BIG_IP_APM|SS_DATA_INTELLIGENCE|SS_NGINX_ONE|SS_WEB_APP_SCANNING|SS_ROUTED_DDOS|SS_MOBILE_APP_SHIELD] Support Service. Indicates the list of support service Unknown Support Service Account Protection Support Service Administration Support Service Application Traffic Insight Support Service Audit Logs & Alerts Support Service Authentication Intelligence Support Service Billing Support Service Client Side Defense Support Service Cloud & Edge Sites Support Service deprecated: use SS_MULTI_CLOUD_NETWORK_CONNECT instead DDOS & Transit Support Service Deprecated: use SS_ROUTED_DDOS instead Distributed Apps Support Service DNS Management Support Service LoadBalancers Support Service deprecated: use SS_MULTI_CLOUD_APP_CONNECT instead Shared Configuration Support Service Web App & API Protection Support Service Other Support Service Bot Defense Support Service Content delivery network Support Service Observability Support Service Delegated Access Support Service Networking & security across clouds, edge and on-premises Connect apps across clouds, edge and on-premises using Load Balancers BIG-IP Access Policy Manager (APM) Data Intelligence Support Service NGINX One Support Service Web App Scanning Support Service Routed DDOS Support Service Mobile App Shield protects mobile apps from reverse engineering, tampering and malware
84
+
85
+ <a id="status"></a>&#x2022; [`status`](#status) - Optional String Defaults to `STATUS_UNKNOWN`<br>Possible values are `STATUS_UNKNOWN`, `STATUS_NEW`, `STATUS_OPEN`, `STATUS_PENDING`, `STATUS_ONHOLD`, `STATUS_SOLVED`, `STATUS_CLOSED`, `STATUS_FAILED`<br>[Enum: STATUS_UNKNOWN|STATUS_NEW|STATUS_OPEN|STATUS_PENDING|STATUS_ONHOLD|STATUS_SOLVED|STATUS_CLOSED|STATUS_FAILED] Support Ticket Status. State of the ticket so the customers know if the problem is being looked into Unknown or empty support ticket status Indicates a new ticket, waiting to be assigned to an agent Indicates an open issues, actively being looked into Indicates a pending issue, an open issue not actively being looked into Indicates on issue that on-hold, waiting for more information Indicates a solved issue, waiting for customer's confirmation Indicates a closed issue, resolved and customer approved Indicates a failed ticket, a failed ticket didn't make it into Zendesk and a customer should create new one instead
86
+
87
+ <a id="subject"></a>&#x2022; [`subject`](#subject) - Optional String<br>Subject. subject of the ticket
88
+
89
+ <a id="timeline"></a>&#x2022; [`timeline`](#timeline) - Optional String<br>Timeline. Timeline is a free text field that can be used to describe the issue in more detail
90
+
91
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
92
+
93
+ <a id="topic"></a>&#x2022; [`topic`](#topic) - Optional String Defaults to `TOPIC_UNKNOWN`<br>Possible values are `TOPIC_UNKNOWN`, `ACCOUNT_SUPPORT_TOPIC_ACCESS_REQUEST`, `ACCOUNT_SUPPORT_TOPIC_ACCOUNT`, `ACCOUNT_SUPPORT_TOPIC_BILLING`, `ACCOUNT_SUPPORT_TOPIC_BILLING_PLAN_CHANGE`, `ACCOUNT_SUPPORT_TOPIC_PUBLIC_IP`, `ACCOUNT_SUPPORT_TOPIC_QUOTA_INCREASE`, `ACCOUNT_SUPPORT_TOPIC_RMA`, `ACCOUNT_SUPPORT_TOPIC_TAX_EXEMPT_VERIFICATION`, `ACCOUNT_SUPPORT_TOPIC_OTHERS`, `TECHNICAL_SUPPORT_TOPIC_CONFIGURATION_CHANGES`, `TECHNICAL_SUPPORT_TOPIC_ERROR_MESSAGE`, `TECHNICAL_SUPPORT_TOPIC_NEW_CONFIGURATION`, `TECHNICAL_SUPPORT_TOPIC_PRODUCT_QUESTION`, `TECHNICAL_SUPPORT_TOPIC_TROUBLESHOOTING`, `TECHNICAL_SUPPORT_TOPIC_OTHERS`, `INCIDENT_SUPPORT_TOPIC_LATENCY`, `INCIDENT_SUPPORT_TOPIC_PERFORMANCE_DEGRADATION`, `INCIDENT_SUPPORT_TOPIC_PARTIAL_OUTAGE`, `INCIDENT_SUPPORT_TOPIC_COMPLETE_OUTAGE`, `INCIDENT_SUPPORT_TOPIC_OTHERS`, `TASK_TOPIC_PLAN_TRANSITION`, `PROBLEM_TOPIC_SUPPORT_ALERT`, `QUESTION_TOPIC_INFRASTRUCTURE`, `TECHNICAL_SUPPORT_TOPIC_DELEGATED_DOMAIN_MIGRATION`<br>[Enum: TOPIC_UNKNOWN|ACCOUNT_SUPPORT_TOPIC_ACCESS_REQUEST|ACCOUNT_SUPPORT_TOPIC_ACCOUNT|ACCOUNT_SUPPORT_TOPIC_BILLING|ACCOUNT_SUPPORT_TOPIC_BILLING_PLAN_CHANGE|ACCOUNT_SUPPORT_TOPIC_PUBLIC_IP|ACCOUNT_SUPPORT_TOPIC_QUOTA_INCREASE|ACCOUNT_SUPPORT_TOPIC_RMA|ACCOUNT_SUPPORT_TOPIC_TAX_EXEMPT_VERIFICATION|ACCOUNT_SUPPORT_TOPIC_OTHERS|TECHNICAL_SUPPORT_TOPIC_CONFIGURATION_CHANGES|TECHNICAL_SUPPORT_TOPIC_ERROR_MESSAGE|TECHNICAL_SUPPORT_TOPIC_NEW_CONFIGURATION|TECHNICAL_SUPPORT_TOPIC_PRODUCT_QUESTION|TECHNICAL_SUPPORT_TOPIC_TROUBLESHOOTING|TECHNICAL_SUPPORT_TOPIC_OTHERS|INCIDENT_SUPPORT_TOPIC_LATENCY|INCIDENT_SUPPORT_TOPIC_PERFORMANCE_DEGRADATION|INCIDENT_SUPPORT_TOPIC_PARTIAL_OUTAGE|INCIDENT_SUPPORT_TOPIC_COMPLETE_OUTAGE|INCIDENT_SUPPORT_TOPIC_OTHERS|TASK_TOPIC_PLAN_TRANSITION|PROBLEM_TOPIC_SUPPORT_ALERT|QUESTION_TOPIC_INFRASTRUCTURE|TECHNICAL_SUPPORT_TOPIC_DELEGATED_DOMAIN_MIGRATION] Support Topic. Support Topic indicates the list of topics for service tickets Unknown/empty priority ACCOUNT_SUPPORT_TOPIC_ACCESS_REQUEST ACCOUNT_SUPPORT_TOPIC_ACCOUNT ACCOUNT_SUPPORT_TOPIC_BILLING ACCOUNT_SUPPORT_TOPIC_BILLING_PLAN_CHANGE ACCOUNT_SUPPORT_TOPIC_PUBLIC_IP ACCOUNT_SUPPORT_TOPIC_QUOTA_INCREASE ACCOUNT_SUPPORT_TOPIC_RMA ACCOUNT_SUPPORT_TOPIC_TAX_EXEMPT_VERIFICATION ACCOUNT_SUPPORT_TOPIC_OTHERS TECHNICAL_SUPPORT_TOPIC_CONFIGURATION_CHANGES TECHNICAL_SUPPORT_TOPIC_ERROR_MESSAGE TECHNICAL_SUPPORT_TOPIC_NEW_CONFIGURATION TECHNICAL_SUPPORT_TOPIC_PRODUCT_QUESTION TECHNICAL_SUPPORT_TOPIC_TROUBLESHOOTING TECHNICAL_SUPPORT_TOPIC_OTHERS INCIDENT_SUPPORT_TOPIC_LATENCY INCIDENT_SUPPORT_TOPIC_PERFORMANCE_DEGRADATION INCIDENT_SUPPORT_TOPIC_PARTIAL_OUTAGE INCIDENT_SUPPORT_TOPIC_COMPLETE_OUTAGE INCIDENT_SUPPORT_TOPIC_OTHERS TASK_TOPIC_PLAN_TRANSITION PROBLEM_TOPIC_SUPPORT_ALERT QUESTION_TOPIC_INFRASTRUCTURE TECHNICAL_SUPPORT_TOPIC_DELEGATED_DOMAIN_MIGRATION
94
+
95
+ <a id="tp-id"></a>&#x2022; [`tp_id`](#tp-id) - Optional String<br>Third Party ID. ID assigned to this ticket by our support provider
96
+
97
+ <a id="type"></a>&#x2022; [`type`](#type) - Optional String Defaults to `TYPE_UNKNOWN`<br>Possible values are `TYPE_UNKNOWN`, `TYPE_PROBLEM`, `TYPE_TASK`, `TYPE_QUESTION`, `TYPE_INCIDENT`, `TYPE_TECHNICAL_SUPPORT`, `TYPE_ACCOUNT_SUPPORT`, `TYPE_INCIDENT_SUPPORT`<br>[Enum: TYPE_UNKNOWN|TYPE_PROBLEM|TYPE_TASK|TYPE_QUESTION|TYPE_INCIDENT|TYPE_TECHNICAL_SUPPORT|TYPE_ACCOUNT_SUPPORT|TYPE_INCIDENT_SUPPORT] Support Ticket. Several types of issues are supported, such as problems, questions. Unknown or empty ticket type Indicates a problem (e.g. misconfiguration) Indicates a task (a request to do something) Indicates a question (billing, services related) Indicates an incident (something is not working) Indicates a technical support ticket Indicates an account support ticket Indicates an Incident support ticket
98
+
99
+ ### Attributes Reference
100
+
101
+ In addition to all arguments above, the following attributes are exported:
102
+
103
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
104
+
105
+ ---
106
+
107
+ #### Comments
108
+
109
+ A [`comments`](#comments) block supports the following:
110
+
111
+ <a id="comments-attachment-ids"></a>&#x2022; [`attachment_ids`](#comments-attachment-ids) - Optional List<br>Attachment IDs. Third party ID of any attachment related to this ticket comment
112
+
113
+ <a id="comments-attachments-info"></a>&#x2022; [`attachments_info`](#comments-attachments-info) - Optional Block<br>Attachments details. Information about any attachments (such as screenshots, plain text files) the comment can have<br>See [Attachments Info](#comments-attachments-info) below.
114
+
115
+ <a id="comments-author-email"></a>&#x2022; [`author_email`](#comments-author-email) - Optional String<br>Email. Email of the author of the comment
116
+
117
+ <a id="comments-author-name"></a>&#x2022; [`author_name`](#comments-author-name) - Optional String<br>Author. Author of the comment (as a name)
118
+
119
+ <a id="comments-created-at"></a>&#x2022; [`created_at`](#comments-created-at) - Optional String<br>At. Comment creation time
120
+
121
+ <a id="comments-html"></a>&#x2022; [`html`](#comments-html) - Optional String<br>Comment. Comment body as HTML
122
+
123
+ <a id="comments-plain-text"></a>&#x2022; [`plain_text`](#comments-plain-text) - Optional String<br>Comment. Comment body as plain text
124
+
125
+ #### Comments Attachments Info
126
+
127
+ An [`attachments_info`](#comments-attachments-info) block (within [`comments`](#comments)) supports the following:
128
+
129
+ <a id="comments-attachments-info-attachment"></a>&#x2022; [`attachment`](#comments-attachments-info-attachment) - Optional String<br>Attachment data. Any binary attachment (such as screenshots, plain text files, PDFs) encoded as base64 if used over HTTP
130
+
131
+ <a id="comments-attachments-info-content-type"></a>&#x2022; [`content_type`](#comments-attachments-info-content-type) - Optional String<br>Content type. Mime content type of the attachment. Helps the UI to properly display the data
132
+
133
+ <a id="comments-attachments-info-filename"></a>&#x2022; [`filename`](#comments-attachments-info-filename) - Optional String<br>Filename. Filename of the attachment as provided by the caller
134
+
135
+ <a id="comments-attachments-info-tp-id"></a>&#x2022; [`tp_id`](#comments-attachments-info-tp-id) - Optional String<br>3rd party ID. Optional ID as assigned by the 3rd party actually storing the data
136
+
137
+ #### Relates To
138
+
139
+ A [`relates_to`](#relates-to) block supports the following:
140
+
141
+ <a id="relates-to-kind"></a>&#x2022; [`kind`](#relates-to-kind) - Optional String<br>Object reference kind
142
+
143
+ <a id="relates-to-name"></a>&#x2022; [`name`](#relates-to-name) - Optional String<br>Object reference name
144
+
145
+ <a id="relates-to-namespace"></a>&#x2022; [`namespace`](#relates-to-namespace) - Optional String<br>Object reference namespace
146
+
147
+ <a id="relates-to-tenant"></a>&#x2022; [`tenant`](#relates-to-tenant) - Optional String<br>Object reference tenant
148
+
149
+ <a id="relates-to-uid"></a>&#x2022; [`uid`](#relates-to-uid) - Optional String<br>Object reference UID
150
+
151
+ #### Timeouts
152
+
153
+ A [`timeouts`](#timeouts) block supports the following:
154
+
155
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
156
+
157
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
158
+
159
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
160
+
161
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
162
+
163
+ ---
164
+
165
+ ## Common Types
166
+
167
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
168
+
169
+ ### Object Reference {#common-object-reference}
170
+
171
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
172
+
173
+ | Field | Type | Description |
174
+ | ----- | ---- | ----------- |
175
+ | `name` | String | Name of the referenced object |
176
+ | `namespace` | String | Namespace containing the referenced object |
177
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
178
+
179
+ ### Transformers {#common-transformers}
180
+
181
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
182
+
183
+ | Value | Description |
184
+ | ----- | ----------- |
185
+ | `LOWER_CASE` | Convert to lowercase |
186
+ | `UPPER_CASE` | Convert to uppercase |
187
+ | `BASE64_DECODE` | Decode base64 content |
188
+ | `NORMALIZE_PATH` | Normalize URL path |
189
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
190
+ | `URL_DECODE` | Decode URL-encoded characters |
191
+ | `TRIM_LEFT` | Trim leading whitespace |
192
+ | `TRIM_RIGHT` | Trim trailing whitespace |
193
+ | `TRIM` | Trim both leading and trailing whitespace |
194
+
195
+ ### HTTP Methods {#common-http-methods}
196
+
197
+ HTTP methods used for request matching.
198
+
199
+ | Value | Description |
200
+ | ----- | ----------- |
201
+ | `ANY` | Match any HTTP method |
202
+ | `GET` | HTTP GET request |
203
+ | `HEAD` | HTTP HEAD request |
204
+ | `POST` | HTTP POST request |
205
+ | `PUT` | HTTP PUT request |
206
+ | `DELETE` | HTTP DELETE request |
207
+ | `CONNECT` | HTTP CONNECT request |
208
+ | `OPTIONS` | HTTP OPTIONS request |
209
+ | `TRACE` | HTTP TRACE request |
210
+ | `PATCH` | HTTP PATCH request |
211
+ | `COPY` | HTTP COPY request (WebDAV) |
212
+
213
+ ### TLS Fingerprints {#common-tls-fingerprints}
214
+
215
+ TLS fingerprint categories for malicious client detection.
216
+
217
+ | Value | Description |
218
+ | ----- | ----------- |
219
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
220
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
221
+ | `ADWARE` | Adware-associated fingerprints |
222
+ | `DRIDEX` | Dridex malware fingerprints |
223
+ | `GOOTKIT` | Gootkit malware fingerprints |
224
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
225
+ | `TRICKBOT` | Trickbot malware fingerprints |
226
+
227
+ ### IP Threat Categories {#common-ip-threat-categories}
228
+
229
+ IP address threat categories for security filtering.
230
+
231
+ | Value | Description |
232
+ | ----- | ----------- |
233
+ | `SPAM_SOURCES` | Known spam sources |
234
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
235
+ | `WEB_ATTACKS` | Web attack sources |
236
+ | `BOTNETS` | Known botnet IPs |
237
+ | `SCANNERS` | Network scanner IPs |
238
+ | `REPUTATION` | Poor reputation IPs |
239
+ | `PHISHING` | Phishing-related IPs |
240
+ | `PROXY` | Anonymous proxy IPs |
241
+ | `MOBILE_THREATS` | Mobile threat sources |
242
+ | `TOR_PROXY` | Tor exit nodes |
243
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
244
+ | `NETWORK` | Known bad network ranges |
245
+
246
+ ## Import
247
+
248
+ Import is supported using the following syntax:
249
+
250
+ ```shell
251
+ # Import using namespace/name format
252
+ terraform import f5xc_customer_support.example system/example
253
+ ```