@robinmordasiewicz/f5xc-terraform-mcp 3.0.0 → 3.0.2

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 (99) 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/package.json +1 -1
@@ -0,0 +1,198 @@
1
+ ---
2
+ page_title: "f5xc_secret_policy_rule Resource - terraform-provider-f5xc"
3
+ subcategory: "Security"
4
+ description: |-
5
+ Manages secret_policy_rule creates a new object in storage backend for metadata.namespace. in F5 Distributed Cloud.
6
+ ---
7
+
8
+ # f5xc_secret_policy_rule (Resource)
9
+
10
+ Manages secret_policy_rule creates a new object in 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
+ # Secret Policy Rule Resource Example
18
+ # Manages secret_policy_rule creates a new object in storage backend for metadata.namespace. in F5 Distributed Cloud.
19
+
20
+ # Basic Secret Policy Rule configuration
21
+ resource "f5xc_secret_policy_rule" "example" {
22
+ name = "example-secret-policy-rule"
23
+ namespace = "shared"
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
+ # Matcher. A matcher specifies multiple criteria for matchi...
36
+ client_name_matcher {
37
+ # Configure client_name_matcher settings
38
+ }
39
+ # Label Selector. This type can be used to establish a 'sel...
40
+ client_selector {
41
+ # Configure client_selector 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 Secret Policy Rule. Must be unique within the namespace
52
+
53
+ <a id="namespace"></a>&#x2022; [`namespace`](#namespace) - Required String<br>Namespace where the Secret Policy Rule 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="action"></a>&#x2022; [`action`](#action) - Optional String Defaults to `DENY`<br>Possible values are `DENY`, `ALLOW`, `NEXT_POLICY`<br>[Enum: DENY|ALLOW|NEXT_POLICY] Rule Action. The rule action determines the disposition of the input request API. If a policy matches a rule with an ALLOW action, the processing of the request proceeds forward. If it matches a rule with a DENY action, the processing of the request is terminated and an appropriate message/code returned to the originator. If it matches a rule with a NEXT_POLICY_SET action, evaluation of the current policy set terminates and evaluation of the next policy set in the chain begins. - DENY: DENY Deny the request. - ALLOW: ALLOW Allow the request to proceed. - NEXT_POLICY_SET: NEXT_POLICY_SET Terminate evaluation of the current policy set and begin evaluating the next policy set in the chain. Note that the evaluation of any remaining policies in the current policy set is skipped. - NEXT_POLICY: NEXT_POLICY Terminate evaluation of the current policy and begin evaluating the next policy in the policy set. Note that the evaluation of any remaining rules in the current policy is skipped. - LAST_POLICY: LAST_POLICY Terminate evaluation of the current policy and begin evaluating the last policy in the policy set. Note that the evaluation of any remaining rules in the current policy is skipped. - GOTO_POLICY: GOTO_POLICY Terminate evaluation of the current policy and begin evaluating a specific policy in the policy set. The policy is specified using the goto_policy field in the rule and must be after the current policy in the policy set
66
+
67
+ -> **One of the following:**
68
+ &#x2022; <a id="client-name"></a>[`client_name`](#client-name) - Optional String<br>Client Name. The name of the client trying to access the secret. Name of the client will be extracted from client TLS certificate. This predicate evaluates to true if client name matches the configured name
69
+ <br><br>&#x2022; <a id="client-name-matcher"></a>[`client_name_matcher`](#client-name-matcher) - Optional Block<br>Matcher. A matcher specifies multiple criteria for matching an input string. The match is considered successful if any of the criteria are satisfied. The set of supported match criteria includes a list of exact values and a list of regular expressions<br>See [Client Name Matcher](#client-name-matcher) below for details.
70
+ <br><br>&#x2022; <a id="client-selector"></a>[`client_selector`](#client-selector) - Optional Block<br>Label Selector. This type can be used to establish a 'selector reference' from one object(called selector) to a set of other objects(called selectees) based on the value of expresssions. A label selector is a label query over a set of resources. An empty label selector matches all objects. A null label selector matches no objects. Label selector is immutable. expressions is a list of strings of label selection expression. Each string has ',' separated values which are 'AND' and all strings are logically 'OR'. BNF for expression string `<selector-syntax>` ::= `<requirement>` | `<requirement>` ',' `<selector-syntax>` `<requirement>` ::= [!] KEY [ `<set-based-restriction>` | `<exact-match-restriction>` ] `<set-based-restriction>` ::= '' | `<inclusion-exclusion>` `<value-set>` `<inclusion-exclusion>` ::= `<inclusion>` | `<exclusion>` `<exclusion>` ::= 'notin' `<inclusion>` ::= 'in' `<value-set>` ::= '(' `<values>` ')' `<values>` ::= VALUE | VALUE ',' `<values>` `<exact-match-restriction>` ::= ['='|'=='|'!='] VALUE<br>See [Client Selector](#client-selector) below for details.
71
+
72
+ <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
73
+
74
+ ### Attributes Reference
75
+
76
+ In addition to all arguments above, the following attributes are exported:
77
+
78
+ <a id="id"></a>&#x2022; [`id`](#id) - Optional String<br>Unique identifier for the resource
79
+
80
+ ---
81
+
82
+ #### Client Name Matcher
83
+
84
+ A [`client_name_matcher`](#client-name-matcher) block supports the following:
85
+
86
+ <a id="client-name-matcher-exact-values"></a>&#x2022; [`exact_values`](#client-name-matcher-exact-values) - Optional List<br>Exact Values. A list of exact values to match the input against
87
+
88
+ <a id="client-name-matcher-regex-values"></a>&#x2022; [`regex_values`](#client-name-matcher-regex-values) - Optional List<br>Regex Values. A list of regular expressions to match the input against
89
+
90
+ #### Client Selector
91
+
92
+ A [`client_selector`](#client-selector) block supports the following:
93
+
94
+ <a id="client-selector-expressions"></a>&#x2022; [`expressions`](#client-selector-expressions) - Optional List<br>Selector Expression. expressions contains the kubernetes style label expression for selections
95
+
96
+ #### Timeouts
97
+
98
+ A [`timeouts`](#timeouts) block supports the following:
99
+
100
+ <a id="timeouts-create"></a>&#x2022; [`create`](#timeouts-create) - Optional String (Defaults to `10 minutes`)<br>Used when creating the resource
101
+
102
+ <a id="timeouts-delete"></a>&#x2022; [`delete`](#timeouts-delete) - Optional String (Defaults to `10 minutes`)<br>Used when deleting the resource
103
+
104
+ <a id="timeouts-read"></a>&#x2022; [`read`](#timeouts-read) - Optional String (Defaults to `5 minutes`)<br>Used when retrieving the resource
105
+
106
+ <a id="timeouts-update"></a>&#x2022; [`update`](#timeouts-update) - Optional String (Defaults to `10 minutes`)<br>Used when updating the resource
107
+
108
+ ---
109
+
110
+ ## Common Types
111
+
112
+ The following type definitions are used throughout this resource. See the full definition here rather than repeated inline.
113
+
114
+ ### Object Reference {#common-object-reference}
115
+
116
+ Object references establish a direct reference from one configuration object to another in F5 Distributed Cloud. References use the format `tenant/namespace/name`.
117
+
118
+ | Field | Type | Description |
119
+ | ----- | ---- | ----------- |
120
+ | `name` | String | Name of the referenced object |
121
+ | `namespace` | String | Namespace containing the referenced object |
122
+ | `tenant` | String | Tenant of the referenced object (system-managed) |
123
+
124
+ ### Transformers {#common-transformers}
125
+
126
+ Transformers apply transformations to input values before matching. Multiple transformers can be applied in order.
127
+
128
+ | Value | Description |
129
+ | ----- | ----------- |
130
+ | `LOWER_CASE` | Convert to lowercase |
131
+ | `UPPER_CASE` | Convert to uppercase |
132
+ | `BASE64_DECODE` | Decode base64 content |
133
+ | `NORMALIZE_PATH` | Normalize URL path |
134
+ | `REMOVE_WHITESPACE` | Remove whitespace characters |
135
+ | `URL_DECODE` | Decode URL-encoded characters |
136
+ | `TRIM_LEFT` | Trim leading whitespace |
137
+ | `TRIM_RIGHT` | Trim trailing whitespace |
138
+ | `TRIM` | Trim both leading and trailing whitespace |
139
+
140
+ ### HTTP Methods {#common-http-methods}
141
+
142
+ HTTP methods used for request matching.
143
+
144
+ | Value | Description |
145
+ | ----- | ----------- |
146
+ | `ANY` | Match any HTTP method |
147
+ | `GET` | HTTP GET request |
148
+ | `HEAD` | HTTP HEAD request |
149
+ | `POST` | HTTP POST request |
150
+ | `PUT` | HTTP PUT request |
151
+ | `DELETE` | HTTP DELETE request |
152
+ | `CONNECT` | HTTP CONNECT request |
153
+ | `OPTIONS` | HTTP OPTIONS request |
154
+ | `TRACE` | HTTP TRACE request |
155
+ | `PATCH` | HTTP PATCH request |
156
+ | `COPY` | HTTP COPY request (WebDAV) |
157
+
158
+ ### TLS Fingerprints {#common-tls-fingerprints}
159
+
160
+ TLS fingerprint categories for malicious client detection.
161
+
162
+ | Value | Description |
163
+ | ----- | ----------- |
164
+ | `TLS_FINGERPRINT_NONE` | No fingerprint matching |
165
+ | `ANY_MALICIOUS_FINGERPRINT` | Match any known malicious fingerprint |
166
+ | `ADWARE` | Adware-associated fingerprints |
167
+ | `DRIDEX` | Dridex malware fingerprints |
168
+ | `GOOTKIT` | Gootkit malware fingerprints |
169
+ | `RANSOMWARE` | Ransomware-associated fingerprints |
170
+ | `TRICKBOT` | Trickbot malware fingerprints |
171
+
172
+ ### IP Threat Categories {#common-ip-threat-categories}
173
+
174
+ IP address threat categories for security filtering.
175
+
176
+ | Value | Description |
177
+ | ----- | ----------- |
178
+ | `SPAM_SOURCES` | Known spam sources |
179
+ | `WINDOWS_EXPLOITS` | Windows exploit sources |
180
+ | `WEB_ATTACKS` | Web attack sources |
181
+ | `BOTNETS` | Known botnet IPs |
182
+ | `SCANNERS` | Network scanner IPs |
183
+ | `REPUTATION` | Poor reputation IPs |
184
+ | `PHISHING` | Phishing-related IPs |
185
+ | `PROXY` | Anonymous proxy IPs |
186
+ | `MOBILE_THREATS` | Mobile threat sources |
187
+ | `TOR_PROXY` | Tor exit nodes |
188
+ | `DENIAL_OF_SERVICE` | DoS attack sources |
189
+ | `NETWORK` | Known bad network ranges |
190
+
191
+ ## Import
192
+
193
+ Import is supported using the following syntax:
194
+
195
+ ```shell
196
+ # Import using namespace/name format
197
+ terraform import f5xc_secret_policy_rule.example system/example
198
+ ```