diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-25 10:18:40 -0400 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2020-08-25 10:35:19 -0400 |
commit | 40b1ff8d94aa8a936e51ba3b14f83d40bab431fc (patch) | |
tree | 9853c235a38a50c2fa7e543ef7dc3d3d3c246752 /docs/xacml/match.policies.yaml | |
parent | 5a526b7133babf95cb6a67dc5060d3131f0b97d5 (diff) |
Add Match documentation
Adding documentation for new Match Policy Type.
Issue-ID: POLICY-2596
Change-Id: I97b033b345ae40e4684d5572d47132c304c735b9
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'docs/xacml/match.policies.yaml')
-rw-r--r-- | docs/xacml/match.policies.yaml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/xacml/match.policies.yaml b/docs/xacml/match.policies.yaml new file mode 100644 index 00000000..d0e214ca --- /dev/null +++ b/docs/xacml/match.policies.yaml @@ -0,0 +1,19 @@ +tosca_definitions_version: tosca_simple_yaml_1_1_0 +topology_template: + policies: + - test_match_1: + type: onap.policies.match.Test + version: 1.0.0 + type_version: 1.0.0 + name: test_match_1 + properties: + matchable: foo + nonmatchable: value1 + - test_match_2: + type: onap.policies.match.Test + version: 1.0.0 + type_version: 1.0.0 + name: test_match_2 + properties: + matchable: bar + nonmatchable: value2
\ No newline at end of file |