From 40b1ff8d94aa8a936e51ba3b14f83d40bab431fc Mon Sep 17 00:00:00 2001 From: Pamela Dragosh Date: Tue, 25 Aug 2020 10:18:40 -0400 Subject: Add Match documentation Adding documentation for new Match Policy Type. Issue-ID: POLICY-2596 Change-Id: I97b033b345ae40e4684d5572d47132c304c735b9 Signed-off-by: Pamela Dragosh --- docs/xacml/match.policy-type.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 docs/xacml/match.policy-type.yaml (limited to 'docs/xacml/match.policy-type.yaml') 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 -- cgit 1.2.3-korg