diff options
Diffstat (limited to 'robot/assets/templates/asdc/key_group.template')
-rw-r--r-- | robot/assets/templates/asdc/key_group.template | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/robot/assets/templates/asdc/key_group.template b/robot/assets/templates/asdc/key_group.template new file mode 100644 index 00000000..2081261b --- /dev/null +++ b/robot/assets/templates/asdc/key_group.template @@ -0,0 +1,11 @@ +{ + "name": "${key_group_name}", + "description": "vendor license key group", + "operationalScope": { + "choices": [ + "Tenant" + ], + "other": "" + }, + "type": "Universal" +}
\ No newline at end of file |