Created
November 15, 2017 15:07
-
-
Save vijaycs85/f6a6826b303c5573ec04d869fa80174a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Basic data types for policy. | |
policy_plugin: | |
type: mapping | |
mapping: | |
plugin_id: | |
type: string | |
plugin_name: | |
type: label | |
policy: | |
type: mapping | |
mapping: | |
concatenation: | |
type: string | |
conditions: | |
type: sequence | |
sequence: | |
- type: policy_plugin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Schema for configuration files of the Policy module. | |
entity_access_policies.policy.*: | |
type: policy | |
mapping: | |
policies: | |
- type: policy |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment