aboutsummaryrefslogtreecommitdiffstats
path: root/docs/xacml/match.policy-type.yaml
blob: a131b8442654267925f94ef4f250f902eecc8143 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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