Adding 'name' to yamls and json in model
[policy/models.git] / models-examples / src / main / resources / policytypes / onap.policies.native.Xacml.yaml
1 tosca_definitions_version: tosca_simple_yaml_1_1_0
2 policy_types:
3     onap.policies.Native:
4         derived_from: tosca.policies.Root
5         description: a base policy type for all native PDP policies
6         version: 1.0.0
7         name: onap.policies.Native
8     onap.policies.native.Xacml:
9         derived_from: onap.policies.Native
10         description: a policy type for native xacml policies
11         version: 1.0.0
12         name: onap.policies.native.Xacml
13         properties:
14             policy:
15                 type: string
16                 required: true
17                 description: The XML XACML 3.0 PolicySet or Policy
18                 metadata:
19                     encoding: Base64