diff options
author | Jon Robertson <jonrober@stanford.edu> | 2014-10-09 09:55:21 -0700 |
---|---|---|
committer | Jon Robertson <jonrober@stanford.edu> | 2014-10-09 10:08:31 -0700 |
commit | 94cfb1c7969515a863d7b0e09f00b6ced5f4fc5c (patch) | |
tree | 754614133c58d20cc2547df035ebf0e180e7f3f1 /perl/t/data/duo/integration-radius.json | |
parent | 8cafcdfdaf66ca7a7735c899ce99a714e718197c (diff) |
Created tests for new Duo object types
Change-Id: I818be125f3195316b44e650ba6e05b8e0b831ea6
Diffstat (limited to 'perl/t/data/duo/integration-radius.json')
-rw-r--r-- | perl/t/data/duo/integration-radius.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/t/data/duo/integration-radius.json b/perl/t/data/duo/integration-radius.json new file mode 100644 index 0000000..514a33e --- /dev/null +++ b/perl/t/data/duo/integration-radius.json @@ -0,0 +1,11 @@ +{ + "enroll_policy": "enroll", + "greeting": "", + "groups_allowed": [], + "integration_key": "DIRWIH0ZZPV4G88B37VQ", + "name": "Integration for Radius proxy", + "notes": "", + "secret_key": "QO4ZLqQVRIOZYkHfdPDORfcNf8LeXIbCWwHazY7o", + "type": "radius", + "visual_style": "default" +} |