aboutsummaryrefslogtreecommitdiffstats
path: root/tosca-controlloop/participant/participant-impl/participant-impl-policy/src/test/resources/policytypes/onap.policies.controlloop.guard.common.Blacklist.yaml
blob: f2b67e18fd620fdd391644741838f3137c5a18e0 (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.controlloop.guard.common.Blacklist:
        derived_from: onap.policies.controlloop.guard.Common
        type_version: 1.0.0
        version: 1.0.0
        name: onap.policies.controlloop.guard.common.Blacklist
        description: Supports blacklist of entity id's from performing control loop actions on.
        properties:
            blacklist:
                type: list
                description: List of entity id's not allowed to have control loop operations on.
                required: true
                entry_schema:
                    type: string