@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,175 @@
1
+ ---
2
+ page_title: "f5xc_srv6_network_slice Resource - terraform-provider-f5xc"
3
+ subcategory: "Networking"
4
+ description: |-
5
+ Manages srv6_network_slice creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_srv6_network_slice (Resource)
9
+
10
+ Manages srv6_network_slice creates a new object in the storage backend for metadata.namespace. 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
+ # Srv6 Network Slice Resource Example
18
+ # Manages srv6_network_slice creates a new object in the storage backend for metadata.namespace. in F5 Distributed Cloud.
19
+
20
+ # Basic Srv6 Network Slice configuration
21
+ resource "f5xc_srv6_network_slice" "example" {
22
+ name = "example-srv6-network-slice"
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 Srv6 Network Slice. Must be unique within the namespace
42
+
43
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Srv6 Network Slice 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="connect-to-access-networks"></a>&#x2022; [`connect_to_access_networks`](#connect-to-access-networks) - Optional Bool<br>Connect To Access Networks. Connect all SRv6 Virtual Networks in this slice to their corresponding access networks by importing route targets specified in the virtual network
56
+
57
+ <a id="connect-to-enterprise-networks"></a>&#x2022; [`connect_to_enterprise_networks`](#connect-to-enterprise-networks) - Optional Bool<br>Connect To Enterprise Networks. Connect all SRv6 Virtual Networks in this slice to their corresponding enterprise networks by importing route targets specified in the virtual network
58
+
59
+ <a id="connect-to-internet"></a>&#x2022; [`connect_to_internet`](#connect-to-internet) - Optional Bool<br>Connect To Internet. Connect all SRv6 Virtual Networks in this slice to the Internet by importing route targets specified in the virtual network
60
+
61
+ <a id="sid-prefixes"></a>&#x2022; [`sid_prefixes`](#sid-prefixes) - Optional List<br>IPv6 Prefix for SID Allocation. A SID Locator from the prefix is allocated automatically for each node in each site
62
+
63
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
64
+
65
+ ### Attributes Reference
66
+
67
+ In addition to all arguments above, the following attributes are exported:
68
+
69
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
70
+
71
+ ---
72
+
73
+ #### Timeouts
74
+
75
+ A [`timeouts`](#timeouts) block supports the following:
76
+
77
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
78
+
79
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
80
+
81
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
82
+
83
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
84
+
85
+ ---
86
+
87
+ ## Common Types
88
+
89
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
90
+
91
+ ### Object Reference {#common-object-reference}
92
+
93
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
94
+
95
+ | Field | Type | Description |
96
+ | ----- | ---- | ----------- |
97
+ | `name` | String | Name of the referenced object |
98
+ | `namespace` | String | Namespace containing the referenced object |
99
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
100
+
101
+ ### Transformers {#common-transformers}
102
+
103
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
104
+
105
+ | Value | Description |
106
+ | ----- | ----------- |
107
+ | `LOWER_CASE` | Convert to lowercase |
108
+ | `UPPER_CASE` | Convert to uppercase |
109
+ | `BASE64_DECODE` | Decode base64 content |
110
+ | `NORMALIZE_PATH` | Normalize URL path |
111
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
112
+ | `URL_DECODE` | Decode URL-encoded characters |
113
+ | `TRIM_LEFT` | Trim leading whitespace |
114
+ | `TRIM_RIGHT` | Trim trailing whitespace |
115
+ | `TRIM` | Trim both leading and trailing whitespace |
116
+
117
+ ### HTTP Methods {#common-http-methods}
118
+
119
+ HTTP methods used for request matching.
120
+
121
+ | Value | Description |
122
+ | ----- | ----------- |
123
+ | `ANY` | Match any HTTP method |
124
+ | `GET` | HTTP GET request |
125
+ | `HEAD` | HTTP HEAD request |
126
+ | `POST` | HTTP POST request |
127
+ | `PUT` | HTTP PUT request |
128
+ | `DELETE` | HTTP DELETE request |
129
+ | `CONNECT` | HTTP CONNECT request |
130
+ | `OPTIONS` | HTTP OPTIONS request |
131
+ | `TRACE` | HTTP TRACE request |
132
+ | `PATCH` | HTTP PATCH request |
133
+ | `COPY` | HTTP COPY request (WebDAV) |
134
+
135
+ ### TLS Fingerprints {#common-tls-fingerprints}
136
+
137
+ TLS fingerprint categories for malicious client detection.
138
+
139
+ | Value | Description |
140
+ | ----- | ----------- |
141
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
142
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
143
+ | `ADWARE` | Adware-associated fingerprints |
144
+ | `DRIDEX` | Dridex malware fingerprints |
145
+ | `GOOTKIT` | Gootkit malware fingerprints |
146
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
147
+ | `TRICKBOT` | Trickbot malware fingerprints |
148
+
149
+ ### IP Threat Categories {#common-ip-threat-categories}
150
+
151
+ IP address threat categories for security filtering.
152
+
153
+ | Value | Description |
154
+ | ----- | ----------- |
155
+ | `SPAM_SOURCES` | Known spam sources |
156
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
157
+ | `WEB_ATTACKS` | Web attack sources |
158
+ | `BOTNETS` | Known botnet IPs |
159
+ | `SCANNERS` | Network scanner IPs |
160
+ | `REPUTATION` | Poor reputation IPs |
161
+ | `PHISHING` | Phishing-related IPs |
162
+ | `PROXY` | Anonymous proxy IPs |
163
+ | `MOBILE_THREATS` | Mobile threat sources |
164
+ | `TOR_PROXY` | Tor exit nodes |
165
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
166
+ | `NETWORK` | Known bad network ranges |
167
+
168
+ ## Import
169
+
170
+ Import is supported using the following syntax:
171
+
172
+ ```shell
173
+ # Import using namespace/name format
174
+ terraform import f5xc_srv6_network_slice.example system/example
175
+ ```
@@ -0,0 +1,233 @@
1
+ ---
2
+ page_title: "f5xc_tenant_profile Resource - terraform-provider-f5xc"
3
+ subcategory: "Organization"
4
+ description: |-
5
+ Manages tenant_profile config instance. Name of the object is the name of the tenant profile to be created. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_tenant_profile (Resource)
9
+
10
+ Manages tenant_profile config instance. Name of the object is the name of the tenant profile to be created. 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
+ # Tenant Profile Resource Example
18
+ # Manages tenant_profile config instance. Name of the object is the name of the tenant profile to be created. in F5 Distributed Cloud.
19
+
20
+ # Basic Tenant Profile configuration
21
+ resource "f5xc_tenant_profile" "example" {
22
+ name = "example-tenant-profile"
23
+ namespace = "system"
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
+ # Child Tenant Groups. List of user groups to be created on...
36
+ ct_groups {
37
+ # Configure ct_groups settings
38
+ }
39
+ # Namespace Roles. [] List of namespaces and associated rol...
40
+ namespace_roles {
41
+ # Configure namespace_roles settings
42
+ }
43
+ # File. Contains file data
44
+ favicon {
45
+ # Configure favicon 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 Tenant Profile. Must be unique within the namespace
56
+
57
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Tenant Profile 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="ct-groups"></a>&#x2022; [`ct_groups`](#ct-groups) - Optional Block<br>Child Tenant Groups. List of user groups to be created on child tenant<br>See [Ct Groups](#ct-groups) below for details.
70
+
71
+ <a id="enable-support-access"></a>&#x2022; [`enable_support_access`](#enable-support-access) - Optional Bool<br>Support Access. Selecting Support Access will allow for F5XC Support teams to access the new Child Tenant for troubleshooting. Unselecting will pause access for XC Support
72
+
73
+ <a id="favicon"></a>&#x2022; [`favicon`](#favicon) - Optional Block<br>File. Contains file data<br>See [Favicon](#favicon) below for details.
74
+
75
+ <a id="logo"></a>&#x2022; [`logo`](#logo) - Optional Block<br>File. Contains file data<br>See [Logo](#logo) below for details.
76
+
77
+ <a id="plan"></a>&#x2022; [`plan`](#plan) - Optional Block<br>Object reference. This type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Plan](#plan) below for details.
78
+
79
+ <a id="support-email"></a>&#x2022; [`support_email`](#support-email) - Optional String<br>Support Email. Support Email address for child tenant
80
+
81
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
82
+
83
+ ### Attributes Reference
84
+
85
+ In addition to all arguments above, the following attributes are exported:
86
+
87
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
88
+
89
+ ---
90
+
91
+ #### Ct Groups
92
+
93
+ A [`ct_groups`](#ct-groups) block supports the following:
94
+
95
+ <a id="ct-groups-name"></a>&#x2022; [`name`](#ct-groups-name) - Optional String<br>Name. Name of the child tenant user group
96
+
97
+ <a id="ct-groups-namespace-roles"></a>&#x2022; [`namespace_roles`](#ct-groups-namespace-roles) - Optional Block<br>Namespace Roles. [] List of namespaces and associated roles to be created in the new Child Tenant<br>See [Namespace Roles](#ct-groups-namespace-roles) below.
98
+
99
+ #### Ct Groups Namespace Roles
100
+
101
+ A [`namespace_roles`](#ct-groups-namespace-roles) block (within [`ct_groups`](#ct-groups)) supports the following:
102
+
103
+ <a id="ct-groups-namespace-roles-namespace"></a>&#x2022; [`namespace`](#ct-groups-namespace-roles-namespace) - Optional String<br>Namespace. All Namespaces with custom names will be created in the new Child Tenant. Input a '*' to apply to all application namespaces. The System, Shared, and Default namespaces will be created automatically
104
+
105
+ <a id="ct-groups-namespace-roles-role"></a>&#x2022; [`role`](#ct-groups-namespace-roles-role) - Optional String<br>Role. User role that users in the newly created group will inherit
106
+
107
+ #### Favicon
108
+
109
+ A [`favicon`](#favicon) block supports the following:
110
+
111
+ <a id="favicon-aws-s3"></a>&#x2022; [`aws_s3`](#favicon-aws-s3) - Optional Block<br>Enable this option
112
+
113
+ <a id="favicon-content"></a>&#x2022; [`content`](#favicon-content) - Optional String<br>Content. Content of the file
114
+
115
+ <a id="favicon-content-type"></a>&#x2022; [`content_type`](#favicon-content-type) - Optional String<br>Content Type. Content type of the file (MIME type)
116
+
117
+ #### Logo
118
+
119
+ A [`logo`](#logo) block supports the following:
120
+
121
+ <a id="logo-aws-s3"></a>&#x2022; [`aws_s3`](#logo-aws-s3) - Optional Block<br>Enable this option
122
+
123
+ <a id="logo-content"></a>&#x2022; [`content`](#logo-content) - Optional String<br>Content. Content of the file
124
+
125
+ <a id="logo-content-type"></a>&#x2022; [`content_type`](#logo-content-type) - Optional String<br>Content Type. Content type of the file (MIME type)
126
+
127
+ #### Plan
128
+
129
+ <a id="objref-5fc251"></a>Uses standard [Object Reference](#common-object-reference) fields (name, namespace, tenant).
130
+
131
+ #### Timeouts
132
+
133
+ A [`timeouts`](#timeouts) block supports the following:
134
+
135
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
136
+
137
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
138
+
139
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
140
+
141
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
142
+
143
+ ---
144
+
145
+ ## Common Types
146
+
147
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
148
+
149
+ ### Object Reference {#common-object-reference}
150
+
151
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
152
+
153
+ | Field | Type | Description |
154
+ | ----- | ---- | ----------- |
155
+ | `name` | String | Name of the referenced object |
156
+ | `namespace` | String | Namespace containing the referenced object |
157
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
158
+
159
+ ### Transformers {#common-transformers}
160
+
161
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
162
+
163
+ | Value | Description |
164
+ | ----- | ----------- |
165
+ | `LOWER_CASE` | Convert to lowercase |
166
+ | `UPPER_CASE` | Convert to uppercase |
167
+ | `BASE64_DECODE` | Decode base64 content |
168
+ | `NORMALIZE_PATH` | Normalize URL path |
169
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
170
+ | `URL_DECODE` | Decode URL-encoded characters |
171
+ | `TRIM_LEFT` | Trim leading whitespace |
172
+ | `TRIM_RIGHT` | Trim trailing whitespace |
173
+ | `TRIM` | Trim both leading and trailing whitespace |
174
+
175
+ ### HTTP Methods {#common-http-methods}
176
+
177
+ HTTP methods used for request matching.
178
+
179
+ | Value | Description |
180
+ | ----- | ----------- |
181
+ | `ANY` | Match any HTTP method |
182
+ | `GET` | HTTP GET request |
183
+ | `HEAD` | HTTP HEAD request |
184
+ | `POST` | HTTP POST request |
185
+ | `PUT` | HTTP PUT request |
186
+ | `DELETE` | HTTP DELETE request |
187
+ | `CONNECT` | HTTP CONNECT request |
188
+ | `OPTIONS` | HTTP OPTIONS request |
189
+ | `TRACE` | HTTP TRACE request |
190
+ | `PATCH` | HTTP PATCH request |
191
+ | `COPY` | HTTP COPY request (WebDAV) |
192
+
193
+ ### TLS Fingerprints {#common-tls-fingerprints}
194
+
195
+ TLS fingerprint categories for malicious client detection.
196
+
197
+ | Value | Description |
198
+ | ----- | ----------- |
199
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
200
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
201
+ | `ADWARE` | Adware-associated fingerprints |
202
+ | `DRIDEX` | Dridex malware fingerprints |
203
+ | `GOOTKIT` | Gootkit malware fingerprints |
204
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
205
+ | `TRICKBOT` | Trickbot malware fingerprints |
206
+
207
+ ### IP Threat Categories {#common-ip-threat-categories}
208
+
209
+ IP address threat categories for security filtering.
210
+
211
+ | Value | Description |
212
+ | ----- | ----------- |
213
+ | `SPAM_SOURCES` | Known spam sources |
214
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
215
+ | `WEB_ATTACKS` | Web attack sources |
216
+ | `BOTNETS` | Known botnet IPs |
217
+ | `SCANNERS` | Network scanner IPs |
218
+ | `REPUTATION` | Poor reputation IPs |
219
+ | `PHISHING` | Phishing-related IPs |
220
+ | `PROXY` | Anonymous proxy IPs |
221
+ | `MOBILE_THREATS` | Mobile threat sources |
222
+ | `TOR_PROXY` | Tor exit nodes |
223
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
224
+ | `NETWORK` | Known bad network ranges |
225
+
226
+ ## Import
227
+
228
+ Import is supported using the following syntax:
229
+
230
+ ```shell
231
+ # Import using namespace/name format
232
+ terraform import f5xc_tenant_profile.example system/example
233
+ ```
@@ -0,0 +1,195 @@
1
+ ---
2
+ page_title: "f5xc_ticket_tracking_system Resource - terraform-provider-f5xc"
3
+ subcategory: "Integrations"
4
+ description: |-
5
+ Manages Ticket Tracking System in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_ticket_tracking_system (Resource)
9
+
10
+ Manages Ticket Tracking 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
+ # Ticket Tracking System Resource Example
18
+ # Manages Ticket Tracking System in F5 Distributed Cloud.
19
+
20
+ # Basic Ticket Tracking System configuration
21
+ resource "f5xc_ticket_tracking_system" "example" {
22
+ name = "example-ticket-tracking-system"
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
+ # Jira Configuration Type.
36
+ jira_config {
37
+ # Configure jira_config settings
38
+ }
39
+ # JIRA Ad-hoc REST API Configuration Type. v3 API Basic Aut...
40
+ adhoc_rest_api {
41
+ # Configure adhoc_rest_api settings
42
+ }
43
+ }
44
+ ```
45
+
46
+ <!-- schema generated by tfplugindocs -->
47
+ ## Argument Reference
48
+
49
+ ### Metadata Argument Reference
50
+
51
+ <a id="name"></a>&#x2022; [`name`](#name) - Required String<br>Name of the Ticket Tracking System. Must be unique within the namespace
52
+
53
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Ticket Tracking System will be created
54
+
55
+ <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
56
+
57
+ <a id="description"></a>&#x2022; [`description`](#description) - Optional String<br>Human readable description for the object
58
+
59
+ <a id="disable"></a>&#x2022; [`disable`](#disable) - Optional Bool<br>A value of true will administratively disable the object
60
+
61
+ <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
62
+
63
+ ### Spec Argument Reference
64
+
65
+ <a id="jira-config"></a>&#x2022; [`jira_config`](#jira-config) - Optional Block<br>Jira Configuration Type<br>See [Jira Config](#jira-config) below for details.
66
+
67
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
68
+
69
+ ### Attributes Reference
70
+
71
+ In addition to all arguments above, the following attributes are exported:
72
+
73
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
74
+
75
+ ---
76
+
77
+ #### Jira Config
78
+
79
+ A [`jira_config`](#jira-config) block supports the following:
80
+
81
+ <a id="jira-config-adhoc-rest-api"></a>&#x2022; [`adhoc_rest_api`](#jira-config-adhoc-rest-api) - Optional Block<br>JIRA Ad-hoc REST API Configuration Type. v3 API Basic Auth for Ad-hoc API Calls - `HTTPS://developer.atlassian.com/cloud/jira/platform/REST/v3/` This message represents what is stored in the XC database. To see the API format, refer to the JiraAdhocRestApiConfigurationSpec message<br>See [Adhoc REST API](#jira-config-adhoc-rest-api) below.
82
+
83
+ #### Jira Config Adhoc REST API
84
+
85
+ An [`adhoc_rest_api`](#jira-config-adhoc-rest-api) block (within [`jira_config`](#jira-config)) supports the following:
86
+
87
+ <a id="email-52fbe5"></a>&#x2022; [`account_email`](#email-52fbe5) - Optional String<br>Account Email. Username (email) for the Atlassian account
88
+
89
+ <a id="jira-config-adhoc-rest-api-api-token"></a>&#x2022; [`api_token`](#jira-config-adhoc-rest-api-api-token) - Optional String<br>API Token. API Token (password) specified by the customer in plaintext to be used for Basic Auth. This value is purely used for user input and is not persisted in the database. It will be converted to a blindfolded and encrypted form before saving. For editing/replacing the existing JIRA configuration, and to use the already stored value of the encrypted API Token, this field should be sent as an empty string. Since this field is confidential, the Get/List public APIs will return this value as an empty string
90
+
91
+ <a id="domain-eae2e3"></a>&#x2022; [`organization_domain`](#domain-eae2e3) - Optional String<br>Organization Domain. A valid hostname for the Atlassian organization, as defined by RFC 1034
92
+
93
+ #### Timeouts
94
+
95
+ A [`timeouts`](#timeouts) block supports the following:
96
+
97
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
98
+
99
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
100
+
101
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
102
+
103
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
104
+
105
+ ---
106
+
107
+ ## Common Types
108
+
109
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
110
+
111
+ ### Object Reference {#common-object-reference}
112
+
113
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
114
+
115
+ | Field | Type | Description |
116
+ | ----- | ---- | ----------- |
117
+ | `name` | String | Name of the referenced object |
118
+ | `namespace` | String | Namespace containing the referenced object |
119
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
120
+
121
+ ### Transformers {#common-transformers}
122
+
123
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
124
+
125
+ | Value | Description |
126
+ | ----- | ----------- |
127
+ | `LOWER_CASE` | Convert to lowercase |
128
+ | `UPPER_CASE` | Convert to uppercase |
129
+ | `BASE64_DECODE` | Decode base64 content |
130
+ | `NORMALIZE_PATH` | Normalize URL path |
131
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
132
+ | `URL_DECODE` | Decode URL-encoded characters |
133
+ | `TRIM_LEFT` | Trim leading whitespace |
134
+ | `TRIM_RIGHT` | Trim trailing whitespace |
135
+ | `TRIM` | Trim both leading and trailing whitespace |
136
+
137
+ ### HTTP Methods {#common-http-methods}
138
+
139
+ HTTP methods used for request matching.
140
+
141
+ | Value | Description |
142
+ | ----- | ----------- |
143
+ | `ANY` | Match any HTTP method |
144
+ | `GET` | HTTP GET request |
145
+ | `HEAD` | HTTP HEAD request |
146
+ | `POST` | HTTP POST request |
147
+ | `PUT` | HTTP PUT request |
148
+ | `DELETE` | HTTP DELETE request |
149
+ | `CONNECT` | HTTP CONNECT request |
150
+ | `OPTIONS` | HTTP OPTIONS request |
151
+ | `TRACE` | HTTP TRACE request |
152
+ | `PATCH` | HTTP PATCH request |
153
+ | `COPY` | HTTP COPY request (WebDAV) |
154
+
155
+ ### TLS Fingerprints {#common-tls-fingerprints}
156
+
157
+ TLS fingerprint categories for malicious client detection.
158
+
159
+ | Value | Description |
160
+ | ----- | ----------- |
161
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
162
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
163
+ | `ADWARE` | Adware-associated fingerprints |
164
+ | `DRIDEX` | Dridex malware fingerprints |
165
+ | `GOOTKIT` | Gootkit malware fingerprints |
166
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
167
+ | `TRICKBOT` | Trickbot malware fingerprints |
168
+
169
+ ### IP Threat Categories {#common-ip-threat-categories}
170
+
171
+ IP address threat categories for security filtering.
172
+
173
+ | Value | Description |
174
+ | ----- | ----------- |
175
+ | `SPAM_SOURCES` | Known spam sources |
176
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
177
+ | `WEB_ATTACKS` | Web attack sources |
178
+ | `BOTNETS` | Known botnet IPs |
179
+ | `SCANNERS` | Network scanner IPs |
180
+ | `REPUTATION` | Poor reputation IPs |
181
+ | `PHISHING` | Phishing-related IPs |
182
+ | `PROXY` | Anonymous proxy IPs |
183
+ | `MOBILE_THREATS` | Mobile threat sources |
184
+ | `TOR_PROXY` | Tor exit nodes |
185
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
186
+ | `NETWORK` | Known bad network ranges |
187
+
188
+ ## Import
189
+
190
+ Import is supported using the following syntax:
191
+
192
+ ```shell
193
+ # Import using namespace/name format
194
+ terraform import f5xc_ticket_tracking_system.example system/example
195
+ ```