aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml/match.policy-type.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/xacml/match.policy-type.yaml')
-rw-r--r--docs/xacml/match.policy-type.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/xacml/match.policy-type.yaml b/docs/xacml/match.policy-type.yaml
new file mode 100644
index 00000000..a131b844
--- /dev/null
+++ b/docs/xacml/match.policy-type.yaml
@@ -0,0 +1,16 @@
+tosca_definitions_version: tosca_simple_yaml_1_1_0
+policy_types:
+ onap.policies.match.Test:
+ derived_from: onap.policies.Match
+ version: 1.0.0
+ name: onap.policies.match.Test
+ description: Test Matching Policy Type to test matchable policies
+ properties:
+ matchable:
+ type: string
+ metadata:
+ matchable: true
+ required: true
+ nonmatchable:
+ type: string
+ required: true