-
-
Save t-readyroc/d591d9e0cad14d45169b1a5f5db1f1cb 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
- type: multiplechoice | |
question_name: MFA | |
question_description: Would you like MFA required for sign-in? | |
variable: new_group_mfa | |
choices: | |
- "true" | |
- "false" | |
min: 0 | |
max: 100 | |
required: true | |
default: "false" | |
- type: multiplechoice | |
question_name: URI Restrictions | |
question_description: Would you like restrict access to any URI endpoints? | |
variable: activity_filter | |
choices: | |
- "yes" | |
- "no" | |
min: 0 | |
max: 100 | |
required: true | |
default: "no" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment